orcalayer-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ORCALAYER_API_KEY | No | Optional API key for premium whale_alerts tool |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| leaderboardA | Rank the most successful Polymarket whales (smart-money traders). Use this to find top traders by realized profit, win rate, or volume — optionally narrowed to one market category. Returns each whale's wallet, name, total P&L, win rate, profit factor and resolved-market count. Args: sort: Ranking key — "pnl" (default), "win_rate", "volume" or "trades". category: Restrict to one category, e.g. "Crypto", "Sports", "Politics", "Geopolitics", "Economics", "Tech/AI". None = all. filter: "smart" (curated profitable whales, default) or "all". limit: How many whales to return (1–100). |
| wallet_overviewA | Summarize one wallet's trading profile and performance. Accepts a 0x wallet address or an OrcaLayer nickname. Returns a compact summary — identity, lifetime activity, and P&L stats — rather than the full raw record, so it stays readable for heavy wallets. If the wallet's stats are still being computed server-side, this returns
a Args: address: 0x wallet address or OrcaLayer nickname. |
| wallet_positionsA | List a wallet's largest open positions by current value. Accepts a 0x wallet address or an OrcaLayer nickname. Returns the positions with the largest current value first, in a compact form, plus a count of how many more are not shown. Args: address: 0x wallet address or OrcaLayer nickname. limit: How many positions to return (1–50). The wallet may hold more; the response reports how many were omitted. |
| marketsA | Search Polymarket markets, optionally where smart whales are clustering. Use this to find markets by topic and surface ones with heavy smart-money interest. Returns each market's question, YES price, smart-whale counts on each side, volume and days left. Args: q: Free-text query; also accepts a Polymarket URL or slug. "" browses. category: One of "Crypto", "Geopolitics", "Sports", "Politics", "Economics", "Tech/AI". None = all. min_volume: Minimum market volume in USD. min_whales: Minimum number of smart whales active in the market. limit: How many markets to return (1–100). |
| whale_alertsA | Recent trades by smart-money whales — a live alerts feed (Premium). Returns whale trades in the last Requires a Premium API key set via the ORCALAYER_API_KEY environment variable. Without a key this returns a short notice on how to get one (it does not call the API and is not an error). Args: minutes: Lookback window in minutes (max 1440 = 24h). min_usd: Minimum trade size in USD. category: Restrict to one market category. None = all. limit: How many alerts to return (1–100). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze_wallet | Analyze a Polymarket wallet — smart money or farmer? |
| find_divergence | Find markets where smart money disagrees with the current price |
| hedge_check | Check if a wallet's recent profit was real alpha or a hedge structure |
| territorial_markets_review | Review Ukraine territorial markets with ISW frontline overlay |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| OrcaLayer Methodology | How smart money is filtered from farmers, hedgers and market-makers. |
| Prediction Markets Glossary | Terms used in Polymarket analytics: hedge, farmer, NegRisk, smart money, ISW. |
| OrcaLayer REST API Reference | Public endpoints, authentication, rate limits and the SSE live feed. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/orcalayer/orcalayer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server