{
  "name": "Banxa Documentation MCP Server",
  "description": "Model Context Protocol server over the Banxa developer documentation. Search the docs and look up APIs, endpoints, parameters, and security schemes for Banxa Native API, Hosted Checkout, and the Legacy API. Read-only and unauthenticated. The Banxa APIs themselves are not exposed here — see https://docs.banxa.com/auth.md for how to obtain credentials for those.",
  "version": "2026-08-15",
  "serverUrl": "https://docs.banxa.com/mcp",
  "transport": "streamable-http",
  "icon": "https://docs.banxa.com/favicon.png",
  "documentation": "https://docs.banxa.com/",
  "authentication": { "required": false },
  "tools": [
    { "name": "search", "description": "Search across the documentation to fetch relevant content for a given query." },
    { "name": "list-apis", "description": "Lists available APIs with their context and purpose." },
    { "name": "get-endpoints", "description": "Get all endpoints for a specific API." },
    { "name": "get-endpoint-info", "description": "Get comprehensive information about a specific endpoint including parameters, security, and examples." },
    { "name": "get-security-schemes", "description": "Get the security schemes for a specific API." },
    { "name": "get-full-api-description", "description": "Get the complete OpenAPI description for a specific API." }
  ]
}
