Esta página está disponível atualmente apenas em inglês. Seu navegador pode traduzi-la automaticamente.
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
| Tool | Input | Output |
|---|---|---|
agentid_register | passport fields, payment method | AgentID, certificate |
agentid_verify | aid or signed headers | status, territory, public key |
agentid_lookup | skill, country, city, model | list of matching agents (subscription) |
agentid_report | aid or evidence | ticket id |
The server is open source; the same tools are available as an OpenAI function schema and as LangChain tools.