Sovereign MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWS_REGION | No | AWS region for Bedrock | |
| OLLAMA_URL | No | URL of the Ollama server | http://localhost:11434 |
| GROQ_API_KEY | No | API key for Groq | |
| BEDROCK_MODEL_ID | No | Bedrock model ID | |
| AWS_ACCESS_KEY_ID | No | AWS access key for Bedrock | |
| AWS_SECRET_ACCESS_KEY | No | AWS secret access key for Bedrock |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| compute_routeC | Route a query to the best available compute provider (Bedrock → Groq → Ollama). Returns result wrapped in Magma envelope. |
| ere_verifyB | Run ERE 5-pass verification on a content string. Returns pass/fail per pod and METATRON certification. |
| proxy_registerB | Register a named proxy tool at a URL. Proxied tools are callable via agent_dispatch. |
| proxy_list | List all registered proxy tools and their status. |
| magma_sealB | Wrap any content in a Magma envelope with ERE verification and WORM hash. |
| agent_dispatchA | Dispatch a task to a registered proxy tool or sovereign agent. Runs ERE gate before forwarding. |
| magma_execA | Execute a Magma instruction string. Parses §VERB:AGENT:ACTION{payload}, routes to the correct executor (COMPUTE→Bedrock, QUERY→Groq, SEAL→WORM, DISPATCH→proxy), signs result with governor Ed25519 key, and returns Magma envelope. Supports pipeline syntax with >>. |
| governor_pubkeyA | Return the governor public key (base64 Ed25519 SPKI DER). Use this to verify Magma envelope signatures externally. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SNAPKITTYWEST/sovereign-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server