Skip to main content
Drop one config block into Claude Desktop, Cursor, or Codex and your assistant can reason about prediction markets directly — no boilerplate HTTP calls, no SDK plumbing. Try this in Claude after install:
“What’s the smart-money flow on the top 5 Polymarket markets right now, and which wallets are driving it?”
Claude composes the tools below — list_polymarket_markets, get_polymarket_smart_money, get_polymarket_wallet_pnl — to answer in one round-trip. Same key gates the same data you’d get from REST; same plan limits apply.
Building an agent on top of this? Agent Cookbook walks five concrete patterns — research assistant, position monitor, smart-money alerter, copy-trade watcher, wallet analyst — with system prompts you can paste straight in.

What is MCP?

Model Context Protocol (MCP) is the open standard for letting AI assistants call external tools. Predexon ships an MCP server that exposes every relevant Data API endpoint as a typed tool — so models that support MCP (Claude, Cursor, Codex, Cline, VS Code Copilot) can pull live market data, wallet analytics, and smart-money signals without you writing a single fetch call. Example questions that work out of the box:
  • “What are the top prediction markets by volume?”
  • “Show me the price history for this market”
  • “Which profitable wallets are buying this market right now?”
  • “What positions does this wallet hold?”
  • “What Limitless markets are open right now?”

Installation

Install the Predexon MCP server from npm:
Or run directly with npx (no installation required):

Configuration

Edit your Claude Desktop configuration file:macOS: ~/Library/Application Support/Claude/claude_desktop_config.jsonWindows: %APPDATA%\Claude\claude_desktop_config.json
Restart Claude Desktop after saving.

Available Tools

The MCP server exposes tools covering market data, smart-wallet analytics, and trading insights across six platforms.

Polymarket - Market Data

Polymarket - Trading

Polymarket - Smart Wallet Analytics

Smart wallet tools require a Dev plan API key or higher.

Kalshi

Binance

Binance tools require a Dev plan API key or higher. Supported symbols: BTCUSDT, ETHUSDT, SOLUSDT, XRPUSDT.

Limitless

Opinion

Predict.Fun

Example Usage

Once configured, you can ask your AI assistant questions naturally:

Authentication

Set your API key via the PREDEXON_API_KEY environment variable in your MCP configuration (see the config examples above). The server reads this automatically on startup. As a fallback, you can also pass api_key as a parameter on individual tool calls, but the env var approach is recommended - it keeps your key out of conversation text and works across all tools automatically.
Get your free API key at dashboard.predexon.com

Source Code

The MCP server is open source:

Next Steps

Data & Signals

Explore every endpoint with interactive playground

Get API Key

Sign up for free access