{
  "entries": [
    {
      "identifier": "urn:air:bridgenode.cc:mcp:bridgenode-mcp",
      "displayName": "BridgeNode MCP server",
      "type": "application/mcp-server+json",
      "url": "https://bridgenode.cc/.well-known/mcp.json",
      "capabilities": [
        "chat_completions",
        "list_models"
      ],
      "description": "BridgeNode \u2014 x402 pay-per-request AI inference for agents. OpenAI-compatible API + MCP server with tool calling, Solana USDC, gas-free micropayments. No API keys. Free models included. Live prices: bridgenode.cc/v1/models Tools: chat_completions, list_models.",
      "representativeQueries": [
        "pay per request for a one-off LLM completion",
        "list available inference models and their prices",
        "call an OpenAI-compatible endpoint with x402 payment"
      ]
    },
    {
      "identifier": "urn:air:bridgenode.cc:api:openapi",
      "displayName": "BridgeNode API",
      "type": "application/openapi+json",
      "url": "https://bridgenode.cc/openapi.json",
      "capabilities": [
        "chat_completions",
        "list_models",
        "x402_payment"
      ],
      "description": "OpenAPI description of BridgeNode's public endpoints: POST /v1/chat/completions (x402 paid) and GET /v1/models (free).",
      "representativeQueries": [
        "how do I call the BridgeNode chat completions API",
        "get the OpenAPI schema for the inference endpoint"
      ]
    },
    {
      "identifier": "urn:air:bridgenode.cc:api:models",
      "displayName": "BridgeNode models and prices",
      "type": "application/json",
      "url": "https://bridgenode.cc/v1/models",
      "capabilities": [
        "list_models"
      ],
      "description": "Live model list and per-token prices (USDC) - single source of truth for pricing.",
      "representativeQueries": [
        "what models does BridgeNode offer and at what price"
      ]
    }
  ]
}