{
  "@context": "https://schema.org",
  "@type": "DigitalDocument",
  "name": "Agent Discovery Manifest",
  "version": "1.0.0",
  "domain": "agent-mcp.org",
  "authority_scope": "independent_implementation_reference",
  "affiliation": "not_affiliated_with_anthropic_or_mcp_maintainers",
  "official_specification": "https://modelcontextprotocol.io",
  "updated": "2026-09-11T01:19:19.266Z",
  "entry_points": {
    "manifests": [
      {
        "url": "https://agent-mcp.org/.well-known/agent.json",
        "type": "agent-capabilities",
        "priority": "high"
      }
    ],
    "mcp": [
      {
        "url": "https://agent-mcp.org/sse",
        "type": "mcp-sse",
        "transport": "sse",
        "priority": "high"
      }
    ],
    "documentation": [
      {
        "url": "https://agent-mcp.org/",
        "type": "homepage",
        "priority": "medium"
      }
    ]
  },
  "feeds": [
    {
      "type": "abf",
      "url": "https://agent-mcp.org/.well-known/abf.json",
      "format": "application/json"
    }
  ]
}