{
  "mcp_version": "2024-11-05",
  "server_name": "zyla-api-hub",
  "server_url": "https://mcp.zylalabs.com/mcp",
  "description": "Zyla API Hub — 10,000+ production-ready APIs accessible via MCP. Search, explore, and call APIs from any AI agent.",
  "logo_url": "https://www.zylalabs.com/img/favicon_zyla.webp",
  "docs_url": "https://zylalabs.com/agents/setup",
  "pricing_url": "https://zylalabs.com/pricing",
  "contact_url": "https://helpcenter.zylalabs.com",
  "terms_url": "https://zylalabs.com/terms#terms",
  "privacy_url": "https://zylalabs.com/terms#privacy",
  "endpoints": [
    {
      "path": "/mcp",
      "method": "POST",
      "description": "MCP JSON-RPC 2.0 endpoint"
    },
    {
      "path": "/llms.txt",
      "method": "GET",
      "description": "Concise API catalog for AI agents (public)"
    },
    {
      "path": "/llms-full.txt",
      "method": "GET",
      "description": "Full API reference with endpoints and parameters (requires key)"
    },
    {
      "path": "/catalog.json",
      "method": "GET",
      "description": "Raw catalog JSON (requires key)"
    }
  ],
  "authentication": {
    "type": "bearer",
    "header": "Authorization",
    "format": "Bearer YOUR_ZYLA_API_KEY",
    "signup": "https://zylalabs.com/agents/connect"
  },
  "capabilities": {
    "tools": [
      "search_catalog",
      "browse_catalog",
      "get_api_info",
      "call_api",
      "list_categories",
      "register",
      "account_status",
      "get_payment_url"
    ]
  }
}