Serverscom.bellwethermetrics/bellwether-mcp
M

com.bellwethermetrics/bellwether-mcp

com.bellwethermetrics/bellwether-mcp · v0.1.0
▦ npm
v0.1.0npm npm: bellwether-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.bellwethermetrics/bellwether-mcp",
  "description": "Live prediction market data from Polymarket and Kalshi with VWAP pricing and reportability.",
  "repository": {
    "url": "https://github.com/elliotjames-paschal/bellwether-platform",
    "source": "github",
    "subfolder": "packages/mcp"
  },
  "version": "0.1.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "bellwether-mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional API key for authenticated access",
          "format": "string",
          "isSecret": true,
          "name": "BELLWETHER_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}