Odel
Polyrama

Polyrama

Local
@polyramaTypeScriptMITUpdated 2w ago

Research Polymarket and Kalshi markets, traders, signals, backtests, and paper orders.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@polyrama/mcpv1.0.1

Run

npx -y @polyrama/mcp

MCP client config

{
  "mcpServers": {
    "polyrama": {
      "command": "npx",
      "args": [
        "-y",
        "@polyrama/mcp"
      ]
    }
  }
}