MCP server for the OrcaLayer API — Polymarket whale and market analytics for Claude Desktop and other MCP clients
Project description
orcalayer-mcp
Model Context Protocol (MCP) server for the OrcaLayer API — Polymarket whale and market analytics inside Claude Desktop and other MCP clients.
It is a thin stdio wrapper over the orcalayer
Python SDK and exposes five tools:
| Tool | What it does | Key |
|---|---|---|
leaderboard |
Rank smart-money whales by P&L, win rate or volume | No |
wallet_overview |
A wallet's profile and performance summary | No |
wallet_positions |
A wallet's largest open positions | No |
markets |
Search markets where smart whales are clustering | No |
whale_alerts |
Live feed of recent smart-whale trades | Premium |
Public tools work anonymously. whale_alerts needs a Premium API key
(get one) supplied via the
ORCALAYER_API_KEY environment variable.
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):
{
"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):
{
"mcpServers": {
"orcalayer": {
"command": "uvx",
"args": ["orcalayer-mcp"],
"env": { "ORCALAYER_API_KEY": "ol_your_key" }
}
}
}
Restart Claude Desktop after editing the config.
License
MIT. See LICENSE.
Data is provided for informational purposes only and is not financial advice.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file orcalayer_mcp-0.1.1.tar.gz.
File metadata
- Download URL: orcalayer_mcp-0.1.1.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e8c0e23b99e9516dba15b3055b17e95c243583b5325d3b048557f4efee6e8d7
|
|
| MD5 |
c20b8f007bda652260c213d79c67527f
|
|
| BLAKE2b-256 |
56e3b91443455c7fd0007f670a99faf08c3909aa1a169b33a921968dbdf27168
|
File details
Details for the file orcalayer_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: orcalayer_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2668360bffeb5b638e732401f5e5d7a61bd05580b496195352fe57fcdc698a3c
|
|
| MD5 |
cd3726dbd7206ef20120523532c53584
|
|
| BLAKE2b-256 |
47968bfed26651c1961e876bbeba0bfee15c41a099245b087c02290d3b8dfec8
|