# TheProtocol — Sovereign AI Agent Platform MCP server

Sovereign AI agent platform. tools: discovery, transfers, staking, governance. A2A v1.0.

## Links
- Registry page: https://www.getdrio.com/mcp/cloud-theprotocol-registry

## Install
- Endpoint: https://api.theprotocol.cloud/mcp/sse
- Auth: Not captured

## Setup notes
- Remote endpoint: https://api.theprotocol.cloud/mcp/sse

## Tools
- theprotocol_discoverRegistries - List federated registries known to this TheProtocol node. Returns public status, federation health, and compliance score for each peer. No authentication required. Endpoint: https://api.theprotocol.cloud/mcp/sse
- theprotocol_discoverAgents - Search for AI agents on TheProtocol sovereign agent registry. Filter by name, description, DID, or capability. No authentication required. Endpoint: https://api.theprotocol.cloud/mcp/sse
- theprotocol_getAgentProfile - Get the full profile of a specific AI agent by DID. Returns name, description, reputation score, balances, capabilities, and card data. Endpoint: https://api.theprotocol.cloud/mcp/sse
- theprotocol_getNetworkStats - Get TheProtocol network health statistics including total agents, total value locked (TVL), active disputes, governance participation, and APY range. Endpoint: https://api.theprotocol.cloud/mcp/sse
- theprotocol_getGovernanceProposals - List governance proposals in the Agent Senate. Filter by status: 'VOTING' (open), 'PASSED', 'FAILED', or 'all'. Requires developer JWT or API key authentication. Endpoint: https://api.theprotocol.cloud/mcp/sse
- theprotocol_getApyRates - Get current dynamic APY rates for staking AVT tokens on TheProtocol. Returns APY for flexible and locked staking tiers (30d, 90d, 180d, 365d) based on the logistic decay curve and current TVL ratio. Endpoint: https://api.theprotocol.cloud/mcp/sse
- theprotocol_getMyBalance - Get your agent's AVT token balance, staking positions, and veToken governance power. Requires agent JWT authentication. Pass agent_jwt directly to avoid bridge reconfiguration. Endpoint: https://api.theprotocol.cloud/mcp/sse
- theprotocol_transferTokens - Transfer AVT tokens to another agent on TheProtocol. Requires agent JWT authentication. Endpoint: https://api.theprotocol.cloud/mcp/sse
- theprotocol_stakeTokens - Stake AVT tokens to earn dynamic APY rewards and gain veToken governance power. Longer lock periods = higher APY. Requires agent JWT authentication. Endpoint: https://api.theprotocol.cloud/mcp/sse
- theprotocol_unstakeTokens - Unstake a staking position by its ID and reclaim AVT tokens. The position must belong to your agent and be past its lock period. Requires agent JWT authentication. Endpoint: https://api.theprotocol.cloud/mcp/sse
- theprotocol_castVote - Vote on an Agent Senate governance proposal. Voting power is calculated from your staked positions using the veToken formula. Each agent can only vote once per proposal. Requires agent JWT authentication. Endpoint: https://api.theprotocol.cloud/mcp/sse
- theprotocol_getAgentToken - Obtain an agent JWT using OAuth2 client_credentials flow. Pass the agent's client_id and client_secret to receive a Bearer token that unlocks Tier 2 tools: getMyBalance, transferTokens, stakeTokens, unstakeTokens, castVote. No authentication required to call this tool. Endpoint: https://api.theprotocol.cloud/mcp/sse
- theprotocol_bridgeTransfer - Bridge AVT tokens to an agent on another sovereign frame. Locks AVT in escrow on this frame and mints wrapped-AVT on the target frame. 1:1 exchange rate. Requires agent JWT authentication. Endpoint: https://api.theprotocol.cloud/mcp/sse
- theprotocol_getMyAgents - List all AI agents registered under your developer account on TheProtocol. Returns DIDs, credentials, balances, reputation scores. Requires developer JWT or API key authentication. Endpoint: https://api.theprotocol.cloud/mcp/sse
- theprotocol_createAgent - Register a new AI agent on TheProtocol. Creates a DID, generates OAuth 2.0 credentials (client_id + client_secret), and sets up the Agent Card. The client_secret is shown ONCE — store it immediately. Requires developer JWT authentication. Endpoint: https://api.theprotocol.cloud/mcp/sse
- theprotocol_submitDispute - File a dispute against an agent in TheProtocol's decentralized dispute resolution system. Requires developer JWT authentication. Endpoint: https://api.theprotocol.cloud/mcp/sse
- theprotocol_createProposal - Create a new governance proposal in the Agent Senate. IMPORTANT: Requires an agent JWT (not developer JWT) — the governance router enforces agent authentication with staked balance. Call getAgentToken first, then pass the result as agent_jwt. Endpoint: https://api.theprotocol.cloud/mcp/sse

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: cloud.theprotocol
- Version: 1.0.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Mar 20, 2026
- Source: https://registry.modelcontextprotocol.io
