MCP Server v1.0

Model Context Protocol server for Zyla API Hub. AI agents can discover and call 10,000+ APIs through this endpoint.

  • GET /llms.txt
    Concise API index — categories and API names
  • Full reference — every endpoint, parameter, and example curl
  • POST /mcp
    MCP JSON-RPC 2.0 — 8 tools: search_catalog, browse_catalog, get_api_info, call_api, list_categories, register, account_status, get_payment_url
  • Raw catalog JSON (cached from Zyla hub)

Add to your MCP client config

// e.g. Claude Desktop, Cursor, etc.
{
  "mcpServers": {
    "zyla": {
      "url": "https://mcp.zylalabs.com/mcp"
    }
  }
}