Sovereign Platform is in pre-launch alpha.
Not yet available to purchase. Sign up for our mailing list for upcoming launch dates.
Sovereign Platform is in pre-launch alpha.
Not yet available to purchase. Sign up for our mailing list for upcoming launch dates.
The Sovereign MCP Server lets external AI agents — like Claude, GPT, or your own custom agents — connect to your deployment and use your workflows as tools. Your AI workforce can trigger automations, query data, and manage workflows through a standard protocol.
MCP (Model Context Protocol) is a standard for connecting AI agents to external tools and data sources. When your Sovereign deployment runs the MCP Server, any MCP-compatible AI agent can discover and invoke your workflows as if they were native tools.
This means your AI agents do not need custom integration code for each automation — they connect once to Sovereign and gain access to everything your workflows can do.
License Required
MCP Server access requires a license with AI/Agent capabilities enabled.
The MCP Server exposes your registered connector actions as tools that agents can invoke. It also provides platform-native tools for managing the automation system itself.
In addition to connector actions, the MCP Server provides built-in platform tools:
| Tool | Description |
|---|---|
| Create Workflow | Define a new workflow |
| Execute Workflow | Run an existing workflow by ID |
| Search Workflows | Find workflows by status, tags, or enabled state |
| Set Workflow Tags | Organize workflows with tags |
| Create Configuration | Save input parameter sets for a workflow |
| List Configurations | View saved configurations for a workflow |
| Execute Configuration | Run a workflow with a saved configuration |
| Create Schedule | Set up a cron schedule to run a workflow automatically |
| List Schedules | View schedules for a workflow |
These tools let an AI agent not only execute your existing automations but also create and manage new ones.
When your deployment has many connector actions available, the MCP Server provides a search gateway that lets agents efficiently find the right tools for their task. Rather than receiving hundreds of tool definitions up front, agents can search for relevant tools by keyword and category.
The MCP Server is accessible through the reverse proxy or directly:
| Access Method | URL |
|---|---|
| Via reverse proxy | http://your-host:4723/mcp |
| Direct | http://your-host:5016 |
MCP-compatible agents handle the OAuth 2.1 flow automatically. The process is:
For AI agents that support MCP natively (like Claude), this flow is handled automatically — you just provide the URL.
Simple Setup for Claude
If you use Claude as your AI agent, connecting to Sovereign is straightforward: point Claude at your MCP Server URL, and it handles OAuth automatically. No manual token management required.
The MCP Server supports two session modes:
Budget controls prevent runaway sessions. When any configured limit is reached, the session terminates cleanly.
The MCP Server is included in the standard Sovereign Workflows deployment. To enable AI agent access:
/mcp/ path