{
  "@context": "https://agenticresourcediscovery.org/context/v1",
  "specVersion": "1.0",
  "host": {
    "displayName": "Agent Discovery",
    "identifier": "agent-discovery.ai",
    "documentationUrl": "https://mcp.agent-discovery.ai/.well-known/mcp-server-card.json"
  },
  "entries": [
    {
      "identifier": "urn:air:mcp.agent-discovery.ai:mcp:news-markets",
      "displayName": "News & Markets MCP",
      "type": "application/mcp-server-card+json",
      "url": "https://mcp.agent-discovery.ai/.well-known/mcp-server-card.json",
      "description": "Daily news headlines, top market movers, and where the two intersect.",
      "capabilities": ["top_news", "top_movers", "market_summary", "daily_briefing"],
      "representativeQueries": [
        "what are today's top news stories",
        "which stocks moved the most today",
        "how do today's headlines connect to the market",
        "is the market up or down right now"
      ],
      "tags": ["news", "markets", "finance", "mcp"],
      "updatedAt": "2026-09-02T14:23:00Z"
    },
    {
      "identifier": "urn:air:agent-discovery.ai:registry:public",
      "displayName": "Agent Discovery Registry",
      "type": "application/ai-registry+json",
      "url": "https://mcp.agent-discovery.ai/search",
      "description": "ARD registry search API over the agents published on this domain.",
      "capabilities": ["search", "explore", "agents"],
      "representativeQueries": [
        "find an agent that can do this",
        "which registries can I search for agents"
      ],
      "tags": ["registry", "ard", "search"],
      "updatedAt": "2026-09-02T20:00:00Z"
    }
  ]
}
