{
  "name": "agnt",
  "description": "Resolve and inspect .agnt agent identities (agnt.id): name → wallet/A2A/MCP endpoints, reverse lookup, discovery, trust scores, domain verifications, and x402 payment config. All tools are read-only and need no API key.",
  "version": "0.2.1",
  "protocol": "mcp",
  "transport": {
    "type": "streamable-http",
    "url": "https://www.agnt.id/.well-known/mcp"
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": true
  },
  "distribution": {
    "npm": "@agnt-id/mcp",
    "command": "npx @agnt-id/mcp"
  },
  "documentation": "https://www.agnt.id/docs/",
  "vendor": {
    "name": "AGNT.ID",
    "url": "https://www.agnt.id"
  }
}