Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Polymarket Agent Kit

FreeNot checked

Intelligence for Polymarket trading bots & AI agents — scored wallets, insider signals, whale flow via MCP + REST. Successor path to the archived Polymarket/age

GitHubEmbed

About

Intelligence for Polymarket trading bots & AI agents — scored wallets, insider signals, whale flow via MCP + REST. Successor path to the archived Polymarket/agents.

README

Intelligence for Polymarket trading bots and AI agents — scored wallets, insider signals, funding clusters, whale flow, and live market data over 1.7B+ indexed on-chain fills, delivered to your agent through MCP or REST.

The official Polymarket/agents repo (3.7K★) was archived in May 2026 and no longer runs. This kit is a maintained, intelligence-first path for the same builders: connect your agent to the CrowdIntel MCP server for the decision side, and pair it with the official CLOB client for execution.

Read-only by design. No custody, no order placement, no keys to your funds. Your agent decides with CrowdIntel data; it trades through Polymarket's official CLOB API. Not affiliated with Polymarket — see DISCLAIMER.

60-second quickstart (Claude Desktop)

  1. Sign in at crowdintel.xyzSettings → API → mint an MCP token (cint_mcp_…). Free on every plan, no credit card.
  2. Add to your claude_desktop_config.json:
{
  "mcpServers": {
    "crowdintel": {
      "type": "http",
      "url": "https://mcp.crowdintel.xyz/mcp",
      "headers": {
        "Authorization": "Bearer cint_mcp_YOUR_TOKEN_HERE"
      }
    }
  }
}
  1. Restart Claude Desktop. Ask: "Which Polymarket wallets have real category edge in politics right now?"

Cursor, Zed, and raw JSON-RPC setups: quickstart/. Every endpoint also exists as plain REST — see the API reference and the drop-in AI context doc.

What your agent gets — 19 read-only tools

Group Tools
Wallets get_wallet_stats (flagship dossier), get_wallet_timing (entry-timing edge), get_wallet_alerts (insider scores), search_wallets
Markets get_market, get_market_alerts, get_market_flow (smart-money vs crowd), get_market_movers, get_whale_activity
Clusters get_cluster, find_funding_clusters
Alpha discovery scan_insider_signals, screen_wallets_by_edge
Cohorts list_cohorts, get_cohort
Investigations get_investigation, list_investigations
Leaderboard & calibration get_leaderboard, get_calibration (favorite-longshot bias)

Full parameter reference: docs/tools.md.

Recipes — agent patterns that work

  1. Follow the smart money on a hot marketget_market_moversget_market_flowget_whale_activity.
  2. Should my agent trust this wallet's signal?search_walletsget_wallet_stats + get_wallet_timing + get_wallet_alerts. Raw win rates lie (small samples, wash trading, sybil clusters); the dossier ships shrinkage-adjusted stats.
  3. Find a coordinated ring before it resolvesscan_insider_signals / find_funding_clustersget_cluster.
  4. Category-specialist copy-trade screenscreen_wallets_by_edgeget_leaderboard.

Each recipe ends where execution begins: hand the decision to the official CLOB client. This kit never places orders.

Rate limits

Every tool answers on a free token; paid tiers raise the caps (see pricing). MCP daily calls: 20 free / 50 Pro / 300 Terminal / 1,500 Terminal Pro. REST: 50 req/hr free up to 5,000 req/hr Terminal Pro.

Links

License

MIT. Not affiliated with, endorsed by, or sponsored by Polymarket — see DISCLAIMER.

from github.com/crowdintel-xyz/polymarket-agent-kit

Installing Polymarket Agent Kit

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/crowdintel-xyz/polymarket-agent-kit

FAQ

Is Polymarket Agent Kit MCP free?

Yes, Polymarket Agent Kit MCP is free — one-click install via Unyly at no cost.

Does Polymarket Agent Kit need an API key?

No, Polymarket Agent Kit runs without API keys or environment variables.

Is Polymarket Agent Kit hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Polymarket Agent Kit in Claude Desktop, Claude Code or Cursor?

Open Polymarket Agent Kit on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Polymarket Agent Kit with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs