MCP server exposing the OrcaLayer API to AI agents — Polymarket whale tracking and smart-money data in Claude, Cursor, Copilot and other MCP clients
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
claude mcp add orcalayer-mcp -- uvx orcalayer-mcp{
"mcpServers": {
"orcalayer-mcp": {
"command": "uvx",
"args": ["orcalayer-mcp"]
}
}
}Resumen de MCP Servers
# orcalayer-mcp
[](https://pypi.org/project/orcalayer-mcp/)
[](LICENSE)
[](https://modelcontextprotocol.io)
[](https://lobehub.com/mcp/orcalayer-orcalayer-mcp)
[](https://glama.ai/mcp/servers/orcalayer/orcalayer-mcp)
[](https://glama.ai/mcp/servers/orcalayer/orcalayer-mcp)
Model Context Protocol (MCP) server for the [OrcaLayer API](https://orcalayer.com) —
Polymarket whale and market analytics inside Claude Desktop and other MCP clients.
It is a thin stdio wrapper over the [`orcalayer`](https://pypi.org/project/orcalayer/)
Python SDK and exposes six tools:
| Tool | What it does | Key |
|---|---|---|
| `leaderboard` | Rank smart-money whales by P&L, win rate or volume | No |
| `wallet_overview` | Wallet profit tracking: profile, P&L and win-rate summary | No |
| `wallet_positions` | A wallet's largest open positions | No |
| `markets` | Track smart money flows: search markets where smart whales are accumulating | No |
| `market_consensus` | Smart-money consensus on one market vs its price (head-count + capital-weighted) | No |
| `whale_alerts` | Real-time alerts on profitable wallets: live feed of smart-whale trades | Premium |
Public tools work anonymously. `whale_alerts` needs a Premium API key
([get one](https://orcalayer.com/pricing)) supplied via the
`ORCALAYER_API_KEY` environment variable.
> **New (2026-07-22):** the Premium SSE stream (`/api/public/v1/live/trades`)
> now carries `settlement_type` (`MINT` / `MERGE` / `COMPLEMENTARY` / `null`)
> on every event — live-derived settlement mechanics, shadow-verified
> **100.000% accurate on MINT/MERGE**. It describes how the match settled,
> **not trader intent** (~80% of all fills settle as MINT; `null` = honest
> refusal, not "not a mint"). Details: the `orcalayer://api-reference`
> resource or [orcalayer.com/docs/api](https://orcalayer.com/docs/api).
## Prompts
Ready-to-use prompts for common analytics scenarios:
| Prompt | What it does |
|---|---|
| `analyze_wallet` | Full wallet analysis — smart money or farmer? |
| `find_divergence` | Markets where smart money disagrees with the current price |
| `hedge_check` | Whether a wallet's profit was real alpha or a hedge structure |
| `territorial_markets_review` | Ukraine territorial markets with ISW frontline overlay |
In Claude Desktop, pick a prompt from the prompt menu (the `+` / slash-command
picker) — each one orchestrates the tools above for you.
## Resources
Read-only context the model can pull directly — no tool call needed:
| Resource URI | Content |
|---|---|
| `orcalayer://methodology` | How smart money is filtered from farmers, hedgers and market-makers |
| `orcalayer://glossary` | Prediction-markets glossary |
| `orcalayer://api-reference` | OrcaLayer REST API reference (endpoints, auth, rate limits) |
## Use with Claude Desktop
Add this to your `claude_desktop_config.json`
(`%APPDATA%\Claude\claude_desktop_config.json` on Windows,
`~/Library/Application Support/Claude/claude_desktop_config.json` on macOS):
```json
{
"mcpServers": {
"orcalayer": {
"command": "uvx",
"args": ["orcalayer-mcp"]
}
}
}
```
The public tools work as-is. For the Premium `whale_alerts` tool, add your
API key ([get one](https://orcalayer.com/pricing)):
```json
{
"mcpServers": {
"orcalayer": {
"command": "uvx",
"args": ["orcalayer-mcp"],
"env": { "ORCALAYER_API_KEY": "sk_orca_your_key_here" }
}
}
}
```
Restart Claude Desktop after editing the config.
## License
MIT. See [LICENSE](LICENSE).
Data is provided for informational purposes only and is not financial advice.
---
mcp-name: io.github.orcalayer/orcalayer-mcp
Lo que la gente pregunta sobre orcalayer-mcp
¿Qué es orcalayer/orcalayer-mcp?
+
orcalayer/orcalayer-mcp es mcp servers para el ecosistema de Claude AI. MCP server exposing the OrcaLayer API to AI agents — Polymarket whale tracking and smart-money data in Claude, Cursor, Copilot and other MCP clients Tiene 1 estrellas en GitHub y su última actualización registrada es del 2026-08-20.
¿Cómo se instala orcalayer-mcp?
+
Puedes instalar orcalayer-mcp clonando el repositorio (https://github.com/orcalayer/orcalayer-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 orcalayer/orcalayer-mcp?
+
Nuestro agente de seguridad ha analizado orcalayer/orcalayer-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 orcalayer/orcalayer-mcp?
+
orcalayer/orcalayer-mcp es mantenido por orcalayer. La última actividad registrada en GitHub es del 2026-08-20, con 0 issues abiertos.
¿Hay alternativas a orcalayer-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega orcalayer-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.
[](https://claudewave.com/repo/orcalayer-orcalayer-mcp)<a href="https://claudewave.com/repo/orcalayer-orcalayer-mcp"><img src="https://claudewave.com/api/badge/orcalayer-orcalayer-mcp" alt="Featured on ClaudeWave: orcalayer/orcalayer-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!