OrcaLayer MCP — Polymarket Whale Analytics

Created By
orcalayer17 hours ago
MCP server for Polymarket whale tracking and smart-money analytics. Filtered leaderboard (airdrop-farmers excluded), hedge detection, NegRisk correction, and unique Ukraine territorial markets with ISW frontline overlay. 5 tools, 4 prompts, 3 resources.
Overview

OrcaLayer MCP Server

Polymarket whale tracking and smart-money analytics MCP server. A thin stdio wrapper over the orcalayer Python SDK.

What it does

  • Filtered leaderboard — top smart-money whales with airdrop-farmers and market-makers excluded by default
  • Hedge detection — flags wallets holding YES + NO on same market (market-maker pattern, not directional alpha)
  • NegRisk correction — multi-outcome markets correctly weighted (no double-counting)
  • Unique ISW Ukraine module — overlay of Institute for the Study of War frontline data on territorial prediction markets (50+ cities mapped)
  • Open methodology — full classification rules published at orcalayer.com/methodology

5 Tools

ToolWhat it does
leaderboardRank smart-money whales by P&L, win rate, or volume
wallet_overviewWallet profile and performance summary
wallet_positionsWallet's largest open positions
marketsSearch markets where smart whales are clustering
whale_alertsLive feed of recent smart-whale trades (Premium API key)

4 Prompts

  • analyze_wallet — full wallet analysis (smart money or farmer?)
  • find_divergence — markets where smart money disagrees with current price
  • hedge_check — verify if profit was alpha or hedge structure
  • territorial_markets_review — Ukraine territorial markets with ISW overlay

3 Resources

  • orcalayer://methodology — full classification methodology
  • orcalayer://glossary — prediction markets glossary
  • orcalayer://api-reference — OrcaLayer REST API reference

Installation

uvx orcalayer-mcp

Add to Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "orcalayer": {
      "command": "uvx",
      "args": ["orcalayer-mcp"]
    }
  }
}

Public tools work anonymously. Premium tools (whale_alerts) need an API key via ORCALAYER_API_KEY env var.

MIT License. Data is provided for informational purposes only and is not financial advice.

Server Config

{
  "mcpServers": {
    "orcalayer": {
      "command": "uvx",
      "args": [
        "orcalayer-mcp"
      ]
    }
  }
}
Project Info
Created At
17 hours ago
Updated At
17 hours ago
Author Name
orcalayer
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Enigmata
@Enigmata

Enigmata MCP provides AI clients with secure access to personalized Enigmata astrological forecasts, including day, week, month, and thematic forecast contexts. Forecasts contain the percentage of favorability of any day and the probability of any event. It helps assistants retrieve structured guidance, compare forecast periods, search themes, check profile readiness, and complete required solar-location setup when needed. Tools get_mcp_capabilities - Returns metadata about the available Enigmata MCP tools and their capabilities. get_day_forecast - Returns an AI-friendly personalized day forecast. get_day_forecast_section - Returns a specific section of a day forecast, useful when a client needs smaller responses. get_week_forecast - Returns an AI-friendly personalized week forecast. get_month_forecast - Returns an AI-friendly personalized month forecast. get_theme_forecast - Returns a forecast for a selected theme, including favorability or probability context. get_theme_best_days - Returns the best days for a selected forecast theme. compare_theme_days - Compares two dates for a selected theme without returning the full theme calendar. get_theme_probability_trends - Returns the subscription-period probability trend for a selected theme. get_theme_catalog - Returns the user’s saved themes and popular available themes. search_themes - Searches forecast themes and returns ranked candidates for precise theme selection. compare_forecasts - Compares two day, week, month, or theme forecast contexts. get_profile_readiness - Returns the user’s profile and onboarding readiness for forecast access. get_solar_requirement - Checks whether a solar meeting city is required for the user’s forecast flow. search_cities - Searches cities that can be used as a solar meeting place. submit_solar_place - Submits the user’s solar meeting city when it is required to unlock or update forecasts.

10 hours ago