Skip to main content
ClaudeWave

Official MCP server for Polymarket and Kalshi research with Polyrama.

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/19/2026
Install in Claude Code / Claude Desktop
Method: NPX · You
Claude Code CLI
claude mcp add mcp -- npx -y You
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": ["-y", "You"],
      "env": {
        "POLYRAMA_API_TOKEN": "<polyrama_api_token>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
POLYRAMA_API_TOKEN
Casos de uso

Resumen de MCP Servers

# Polyrama MCP Server

[![npm](https://img.shields.io/npm/v/@polyrama/mcp)](https://www.npmjs.com/package/@polyrama/mcp)
[![CI](https://github.com/Polyrama/mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/Polyrama/mcp/actions/workflows/ci.yml)

The official [Model Context Protocol](https://modelcontextprotocol.io) server for
[Polyrama](https://polyrama.io), the real-time terminal for prediction markets. It gives
MCP-compatible assistants ten typed tools for researching Polymarket and Kalshi markets,
analyzing public Polymarket wallets, reading signals, and running paper-only workflows.

This repository contains only the public MCP adapter. The Polyrama application, trading engine,
backend, deployment configuration, and private credentials remain private.

## Prerequisites

- Node.js 20 or newer
- A Polyrama API token from [polyrama.io/api](https://polyrama.io/api)

Pass the token through your MCP client's environment settings. Never commit it to a repository,
paste it into an issue, or include it in screenshots and logs.

## Run with npx

You do not need a global installation. Use `npx` in any stdio-compatible MCP client.

### Claude Desktop

```json
{
  "mcpServers": {
    "polyrama": {
      "command": "npx",
      "args": ["-y", "@polyrama/mcp"],
      "env": {
        "POLYRAMA_API_TOKEN": "<your-token>"
      }
    }
  }
}
```

### Claude Code

```bash
claude mcp add polyrama --env POLYRAMA_API_TOKEN=<your-token> -- npx -y @polyrama/mcp
```

### Codex

```toml
[mcp_servers.polyrama]
command = "npx"
args = ["-y", "@polyrama/mcp"]

[mcp_servers.polyrama.env]
POLYRAMA_API_TOKEN = "<your-token>"
```

Cursor, Windsurf, Cline, Goose, Zed, OpenClaw, and other stdio MCP clients use the same command
and environment variable.

## Tools

| Tool | Purpose | Scope |
| --- | --- | --- |
| `polyrama_search_markets` | Search live Polymarket and Kalshi markets | `read` |
| `polyrama_get_market` | Inspect one market by token id | `read` |
| `polyrama_top_traders` | Rank public Polymarket wallets | `read` |
| `polyrama_get_trader` | Read one wallet's positions and performance | `read` |
| `polyrama_refresh_trader` | Refresh one public wallet | `write:paper` |
| `polyrama_recent_signals` | Read whales, jolts, spikes, and mispricing signals | `read` |
| `polyrama_list_bots` | List configured bots and status | `read` |
| `polyrama_state_snapshot` | Read the full dashboard state | `read` |
| `polyrama_run_backtest` | Run a historical strategy backtest | `write:paper` |
| `polyrama_place_paper_order` | Record a paper-only trade | `write:paper` |

The public MCP package has no live-order tool and never calls a live-order endpoint. It cannot
move funds or submit an exchange order.

## Environment variables

| Variable | Required | Default |
| --- | --- | --- |
| `POLYRAMA_API_TOKEN` | Yes | — |
| `POLYRAMA_API_URL` | No | `https://polyrama.io` |
| `POLYRAMA_REQUEST_TIMEOUT_MS` | No | `30000` |

`POLYRAMA_API_URL` is intended for Polyrama development and staging deployments.

## Development

```bash
npm ci
npm run check
npm pack --dry-run
```

See [CONTRIBUTING.md](CONTRIBUTING.md) before opening a pull request. Security reports should
follow [SECURITY.md](SECURITY.md).

## Links

- [Polyrama MCP overview](https://polyrama.io/mcp)
- [Polyrama documentation](https://polyrama.io/docs#mcp-what)
- [REST API](https://polyrama.io/api)
- [Markets](https://polyrama.io/markets)

## Disclaimer

Polyrama is for research and informational use only, not financial advice. Prediction markets
involve risk. Review source data and venue rules before acting on any result.

## License

MIT © 2026 Polyrama contributors

Lo que la gente pregunta sobre mcp

¿Qué es Polyrama/mcp?

+

Polyrama/mcp es mcp servers para el ecosistema de Claude AI. Official MCP server for Polymarket and Kalshi research with Polyrama. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-18.

¿Cómo se instala mcp?

+

Puedes instalar mcp clonando el repositorio (https://github.com/Polyrama/mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar Polyrama/mcp?

+

Nuestro agente de seguridad ha analizado Polyrama/mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene Polyrama/mcp?

+

Polyrama/mcp es mantenido por Polyrama. La última actividad registrada en GitHub es del 2026-08-18, con 0 issues abiertos.

¿Hay alternativas a mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: Polyrama/mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/polyrama-mcp)](https://claudewave.com/repo/polyrama-mcp)
<a href="https://claudewave.com/repo/polyrama-mcp"><img src="https://claudewave.com/api/badge/polyrama-mcp" alt="Featured on ClaudeWave: Polyrama/mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mcp