Sovereign MCP Gateway — 64 governed tools with Merkle transparency log. EU AI Act ready.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by AGTS MCP Server.
create_tunnelEstablish an attested VPN tunnel (WireGuard/IPSec/TLS)
tunnel_statusMonitor uptime, transfer bytes, and attestation status
disconnect_tunnelTerminate session and log the event
dns_querySecure DNS resolution through the Sovereign resolver
system_healthProbe all mesh workers for status and latency
check_alertsFetch the monitor alert timeline
Sovereign MCP Gateway — Governed Tool Invocation for Autonomous Agents
Model Context Protocol server that turns tool calls into cryptographically authorized, verifiable actions. 115+ governed tools across 6 layers — hybrid Ed25519 + SLH-DSA signed and Merkle-anchored. Designed to support EU AI Act, GDPR, SOC 2, ISO 27001, DORA, NIS2, and FINRA compliance.
| Transport | URL | Status |
|---|---|---|
| Streamable HTTP (primary) | https://mcp.obligationsign.com/mcp | Active |
| SSE (deprecated) | https://mcp.obligationsign.com/mcp/sse | Deprecated |
The gateway requires a Bearer token issued through the ObligationSign platform. All requests must include an Authorization header.
To obtain a token, register at obligationsign.com/start/.
Add to your MCP configuration:
AGTS (Autonomous Governance Transparency Standard) is a transparency-backed governance protocol that converts validated machine decisions into append-only cryptographic records, independently verified by a network of witnesses and monitors.
Every tool call passes through a five-gate firewall (Statistical, Causal, Regression, Evidence, Human-Compatible Explanation) before execution. Admitted actions are Merkle-anchored into an append-only transparency log and signed with hybrid post-quantum cryptography.
Every governance envelope produced by this server is signed with a hybrid post-quantum signature: classical Ed25519 in parallel with SLH-DSA-SHAKE-128f. The signature is verifiable today with Ed25519-only tooling and remains forgery-resistant against future quantum adversaries via SLH-DSA. Sovereign Mail additionally uses ML-KEM-512 for encrypted key exchange, and peer-trust ceremonies use ML-DSA-44.
Admit decisions for governed tool calls require an independent 3-of-4 validator quorum with constraint regulator_count ≥ 1 and auditor_count ≥ 1. Validators are deployed as separate Cloudflare Workers (agts-validator-{a,b,c,d}) with distinct ECDSA P-256 keypairs; each validator independently re-evaluates the proof bundle and signs an AGTS_VOTE_V1 certificate. The quorum certificate is then anchored alongside the governance envelope in the Merkle transparency log, so any external party can reconstruct the four signed votes and verify that quorum was honestly met.
| Tool | Description |
|---|---|
create_tunnel | Establish an attested VPN tunnel (WireGuard/IPSec/TLS) |
tunnel_status | Monitor uptime, transfer bytes, and attestation status |
disconnect_tunnel | Terminate session and log the event |
dns_query | Secure DNS resolution through the Sovereign resolver |
| Tool | Description |
|---|---|
system_health | Probe all mesh workers for status and latency |
check_alerts | Fetch the monitor alert timeline |
subscribe_alerts | Webhook subscription for real-time alerts |
check_equivocations | Fetch conflicting Signed Tree Head proofs |
gossip_status | Current state of gossip protocol and monitor identity |
| Tool | Description |
|---|---|
send_sovereign_mail | Send encrypted (internal) or plaintext (external) messages |
list_inbox | List message metadata from an inbox |
read_message | Retrieve full message content by ID |
lookup_recipient_keys | Retrieve public keys (ECDH P-384 / ML-KEM-512) |
| Tool | Description |
|---|---|
upload_file | Client-side encrypted upload with integrity anchoring |
list_files | List file metadata, sizes, and sharing status |
download_file | Retrieve ciphertext for client-side decryption |
share_file | Share files using ECDH key wrapping |
delete_file | Remove a file and create a death leaf in the log |
| Tool | Description |
|---|---|
register_claw | Create a cryptographic Claw Passport and identity keys |
scan_skill | Scan agent skills through the five-gate firewall |
claw_status | Return trust score, governance history, and quota |
export_passport | Secure export of the identity envelope |
govern_skill_exec | High-level gate for skill execution |
report_skill_execution | Link skill results to authorization |
verify_skill_proof | Cryptographic verification of skill scans |
| Tool | Description |
|---|---|
authenticate_peer | Hybrid PQC (ML-DSA-44) + Classical (ECDSA) auth ceremony |
verify_agent_identity | Fingerprint and revocation check via key registry |
exchange_credentials | Secure transport using hybrid ECDH + ML-KEM-512 |
peer_trust_network | List known peers and mutual trust status |
| Tool | Description |
|---|---|
submit_governance | Pre-execution gate evaluation (ADMIT/QUARANTINE/REFUSE) |
verify_commitment | Verify commitment in transparency log with Merkle proofs |
report_execution | Log outcome of an authorized action |
update_policy | Update firewall parameters |
list_policies | List active governance thresholds and history |
governance_report | Aggregated decision reporting |
governance_stats | Per-gate pass/fail statistics and HCE distribution |
gate_analysis | Detailed breakdown of a specific evaluation decision |
| Tool | Description |
|---|---|
memory_store | Store hierarchical key-value entries |
memory_recall | Retrieve specific entries by path |
memory_list | Prefix-based listing of memories |
memory_search | Semantic similarity search using vector embeddings |
cross_session_recall | Semantic search across historical sessions |
memory_context | Mode-based contextual summary |
consolidate_memory | Compare and compact redundant entries |
memory_gc | Garbage collection of stale entries |
set_memory_ttl | Configure automatic expiration for entries |
memory_delete | Remove specific memory paths |
| Tool | Description |
|---|---|
provision_resource | Create a billing project for an agent |
manage_spending | Freeze/unfreeze spending |
check_project_billing | Detailed usage and charge breakdown |
verify_provision | Check billing project linkage |
set_budget_alert | Configure spending thresholds |
check_budget | Real-time spend vs. cap tracking |
| Tool | Description |
|---|---|
spawn_sub_agent | Launch an isolated asynchronous sub-agent |
sub_agent_status | Poll sub-agent execution status |
sub_agent_result | Retrieve sub-agent results |
chain_delegation | Recursive delegation with budget decay and depth limits |
create_template | Define a reusable multi-step workflow |
apply_template | Instantiate a template into a running task |
list_sub_agents | List active sub-agents |
list_templates | List available workflow templates |
cancel_sub_agent | Terminate a running sub-agent |
merge_sub_results | Aggregate results from parallel sub-agents |
delegation_tree | Reconstruct the full lineage of a delegated chain |
In addition to MCP, the gateway exposes REST endpoints:
| Endpoint | Description |
|---|---|
GET /api/v1/health | Upstream service health checks |
GET /api/v1/audit | Audit log queries |
GET /api/v1/assets | Asset management |
GET /verify?commitment={hash} | Commitment verification with Merkle proof |
The MCP server is one access surface to the AGTS protocol. The full clearinghouse specification is published separately.
Most MCP servers in the ecosystem (~83%) are thin API wrappers — a single connector exposed as one or two tools, running locally via stdio, with no authentication or validation. The production-tier servers from vendors like GitHub, Slack, and AWS (~2%) are well-built but architecturally simple: they translate tools/call into API requests for their own service.
This server operates at a different level. It is not a wrapper around an external API — it implements a full governance protocol where:
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/agts-mcp-server)<a href="https://allmcps.com/mcp/agts-mcp-server"><img src="https://allmcps.com/api/badge/agts-mcp-server?style=directory" alt="AGTS MCP Server on AllMCPs" /></a>