{
  "entries": [
    {
      "capabilities": [
        "openagents.get_developer_resources",
        "openagents.get_capability_manifest"
      ],
      "description": "Public, unauthenticated MCP server exposing OpenAgents developer-resource discovery and the public capability manifest, with an MCP Apps UI card.",
      "displayName": "OpenAgents Public MCP Server",
      "identifier": "urn:air:openagents.com:server:public-mcp",
      "representativeQueries": [
        "what developer resources does OpenAgents have",
        "show me the OpenAgents capability manifest"
      ],
      "type": "application/mcp-server-card+json",
      "url": "https://openagents.com/.well-known/mcp.json"
    },
    {
      "description": "OpenAI-compatible, pay-per-call LLM inference API (openagents/khala) with receipt-first metering and Machine Payments Protocol (x402) support.",
      "displayName": "Khala Inference API (OpenAI-compatible)",
      "identifier": "urn:air:openagents.com:api:khala-inference",
      "representativeQueries": [
        "call an OpenAI-compatible inference API and pay per request",
        "pay for LLM inference with Lightning or USDC"
      ],
      "type": "application/vnd.oai.openapi+json",
      "url": "https://openagents.com/api/openapi.json"
    }
  ],
  "host": {
    "displayName": "OpenAgents",
    "documentationUrl": "https://openagents.com/AGENTS.md",
    "identifier": "openagents.com",
    "logoUrl": "https://openagents.com/icon.svg"
  },
  "specVersion": "1.0"
}