{
  "name": "agent-nexus",
  "title": "Agent Nexus",
  "description": "Continuously verified registry of the APIs, MCP servers and CLIs that AI agents call.",
  "version": "0.3.0",
  "transport": "streamable-http",
  "endpoint": "https://agentnexus.app/mcp",
  "authorization": {
    "type": "oauth2.1",
    "required_for": [
      "submit_entry",
      "vote_entry",
      "report_invocation",
      "list_my_submissions"
    ],
    "anonymous_read": true
  },
  "anonymous_surfaces": {
    "catalog_text": "https://agentnexus.app/llms.txt",
    "directives": "https://agentnexus.app/agents.txt",
    "search": "https://agentnexus.app/api/public/registry",
    "discover": "https://agentnexus.app/api/public/discover?need=",
    "capabilities": "https://agentnexus.app/api/public/capabilities",
    "bulk_ndjson": "https://agentnexus.app/api/public/entries.ndjson",
    "report": "https://agentnexus.app/api/public/report",
    "openapi": "https://agentnexus.app/openapi.json",
    "plugin_manifest": "https://agentnexus.app/.well-known/ai-plugin.json",
    "agent_card": "https://agentnexus.app/.well-known/agent.json",
    "feed": "https://agentnexus.app/feed.xml"
  },
  "documentation": "https://agentnexus.app/connect"
}