{
  "$schema": "https://modelcontextprotocol.io/schemas/draft/2025-07-09/server.json",
  "name": "io.payai/docs",
  "title": "PayAI Documentation",
  "description": "Search and retrieve the PayAI documentation corpus: x402 protocol reference, merchant and client quickstarts, supported networks, and facilitator pricing.",
  "version": "1.0.0",
  "websiteUrl": "https://payai.network",
  "repository": {
    "url": "https://github.com/PayAINetwork",
    "source": "github"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://payai.network/mcp",
      "description": "Streamable HTTP MCP server. No authentication required."
    },
    {
      "type": "streamable-http",
      "url": "https://docs.payai.network/mcp",
      "description": "Same server on its origin host."
    }
  ]
}