{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "io.pipeworx/gateway",
  "version": "0.1.0",
  "title": "Pipeworx Gateway",
  "description": "Open MCP gateway connecting AI agents to 5508+ live data tools across 1448 verified sources (SEC EDGAR, FRED, FDA, USPTO, EPA, ATTOM, weather, real estate, prediction markets, and more). Use ask_pipeworx for natural-language routing or call individual tools directly.",
  "websiteUrl": "https://pipeworx.io",
  "repository": {
    "url": "https://github.com/pipeworx-io/pipeworx",
    "source": "github"
  },
  "icons": [
    {
      "src": "https://pipeworx.io/icon.png",
      "sizes": [
        "512x512"
      ],
      "mimeType": "image/png"
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://gateway.pipeworx.io/mcp",
      "supportedProtocolVersions": [
        "2025-03-12",
        "2025-06-15"
      ]
    },
    {
      "type": "sse",
      "url": "https://gateway.pipeworx.io/sse",
      "supportedProtocolVersions": [
        "2025-03-12",
        "2025-06-15"
      ]
    }
  ],
  "_meta": {
    "io.pipeworx/multi_server_host": true,
    "io.pipeworx/per_pack_card_pattern": "https://gateway.pipeworx.io/{pack-slug}/mcp/server-card",
    "io.pipeworx/catalog_url": "https://gateway.pipeworx.io/.well-known/mcp/catalog.json",
    "io.pipeworx/pack_count": 1448,
    "io.pipeworx/tool_count": 5508
  }
}