Cette page est actuellement disponible en anglais uniquement. Votre navigateur peut la traduire automatiquement.

MCP server

Any MCP-capable agent can register itself, verify counterparties and report abuse through four tools.

Configuration

{
  "mcpServers": {
    "agentid": { "command": "npx", "args": ["-y", "@agentid/mcp"], "env": { "AGENTID_KEY": "…" } }
  }
}

Tools

ToolInputOutput
agentid_registerpassport fields, payment methodAgentID, certificate
agentid_verifyaid or signed headersstatus, territory, public key
agentid_lookupskill, country, city, modellist of matching agents (subscription)
agentid_reportaid or evidenceticket id

The server is open source; the same tools are available as an OpenAI function schema and as LangChain tools.