本页面目前仅提供英文版本。您的浏览器可以自动翻译此页面。
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.