mcpbeat Sign in

Orcalayer MCP Server

by orcalayer Your server? Claim it
local only

Orcalayer MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 160 installs a week from pypi. Last commit 21 Aug 2026.

Polymarket smart-money analytics: whale leaderboard, wallet P&L, market consensus, live alerts

Installs per day peak 466 · avg 50 · -38% w/w
a month agotoday
160
Installs / week
pypi · orcalayer-mcp
1
Stars
0 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Orcalayer MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add orcalayer-mcp -- uvx orcalayer-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "orcalayer-mcp": {
      "args": [
        "orcalayer-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.orcalayer-mcp]
command = "uvx"
args = ["orcalayer-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "orcalayer-mcp": {
      "args": [
        "orcalayer-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "orcalayer-mcp": {
      "args": [
        "orcalayer-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ORCALAYER_API_KEY (Optional Premium API key from orcalayer.com/pricing (enables the whale_alerts tool). Public tools work without it.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Orcalayer MCP

same job, measured the same way
Arb Alerts
by pipeworx-io

arb-alerts — persisted Polymarket/Kalshi cross-venue spread alerts.

39 tools answering
OpenPulsechain Analytics
by openpulsechain

PulseChain analytics: 28 tools — safety scores, signals, whale alerts, pair analytics, AML.

48 installs/wk local only
Hitsteps Analytics and Operations
by hitsteps

AI access to Hitsteps analytics, live visitors, uptime, goals, alerts, and chats.

answering
Birkinbagstock
by birkinbagstock

Live Hermes Birkin & Kelly market data: cross-merchant inventory, prices, comparisons and alerts

9 tools answering
Free Crypto News
by nirholas

Free crypto news MCP server — 38 tools, 130+ sources, market data, sentiment, whale alerts & more

local only
Limonene
by limonene

Read-only Amazon seller analytics: sales, Buy Box, FBA inventory, alerts, revenue and fees.

answering
TenderHunt
by tenderhunt

Belarus public tenders: search, analytics, docs, and alerts via TenderHunt agent.

answering
Sentry
by mcparmory

Track errors, manage performance alerts, and configure dashboards and monitors

262 installs/wk local only

Orcalayer MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Orcalayer MCP?
Orcalayer MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package orcalayer-mcp was installed 160 times last week.
How do I connect Orcalayer MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls orcalayer-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Orcalayer MCP?
The pypi package orcalayer-mcp was installed 160 times in the last week. Week over week that is -38%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Orcalayer MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.