{
  "@context": "https://schema.org",
  "@type": "DigitalDocument",
  "name": "Agent Discovery Manifest",
  "version": "1.0.0",
  "domain": "agent-mcp.org",
  "updated": "2026-05-14T07:13:32.601Z",
  "entry_points": {
    "manifests": [
      {
        "url": "https://agent-mcp.org/.well-known/agent.json",
        "type": "agent-capabilities",
        "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"
    }
  ]
}