Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Polymarket Toolkit
P
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Polymarket Toolkit

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Read-only Polymarket data tools for AI agents: profiles, PnL, market scans. No keys, no orders.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "polymarket-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "polymarket-toolkit"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Polymarket Toolkit

For anyone who wants to research Polymarket on their own β€” run the CLI yourself, or install skills for Claude / Cursor / OpenClaw and let AI run the tools. Read-only public APIs. No API keys. No signing.

Nothing to install? probpocket.com/lookup answers the same first question in a browser: paste an address, see lifetime PnL, what the wallet actually makes its money on, and how its leaderboard days compare with its real settled total. Free, no signup. Same public APIs as this CLI.

δΈ­ζ–‡θ―΄ζ˜Ž

Machine-readable product facts: ai-info.json Β· llms.txt. Both are generated from content/ai-identity.json; npm run check:ai-discovery fails on tool, package-version, or output drift.

Toolbox Β· pick a drawer

I want to…Start here
Research an addresspm profile <addr> Β· skills polymarket-profile / polymarket-pnl / polymarket-brier
See whether they actually cash outpm cashflow <addr> β€” on-chain pUSD withdrawals, separated from trade settlement
Check execution qualitypm markout <addr> β€” markout vs market baseline (adverse selection)
Classify a traderpm mix <addr> β€” passive market maker or aggressive taker
Scan markets & pricespm markets Β· examples/01,09,11 Β· docs/cookbook.md
Wire my own data pipelinesrc/index.ts Β· cookbook Β· examples/14
Validation checklistsdocs/templates/ β€” handoff Β· backtest Β· paper Β· live-gate Β· runbook
PnL cross-check (LB snapshot)pm pnl-check Β· docs/fee-inclusive-pnl.md
Track leaderboard / redeem / activitypm lb Β· pm redeem Β· pm activity Β· examples/05–08,15–20
Give an AI agent toolsskills/ β€” copy into Claude / OpenClaw / Cursor

Full index: docs/toolbox.md

30-second try

bash
git clone https://github.com/runesleo/polymarket-toolkit.git && cd polymarket-toolkit
./bin/pm profile 0x63ce342161250d705dc0b16df89036c8e5f9ba9a

What you get: LB PnL snapshot + first-page positions. For audit-grade PnL, use the polymarket-pnl skill.

V2 merge/split broken? β†’ docs/v2-ctf-ops-faq.md + ./bin/pm v2-check 0x…

CLI (pm)

Node 22+ (uses --experimental-strip-types). From repo root:

bash
./bin/pm help
./bin/pm profile 0x63ce342161250d705dc0b16df89036c8e5f9ba9a
./bin/pm profile Theo4 --json
./bin/pm brier 0x63ce342161250d705dc0b16df89036c8e5f9ba9a
./bin/pm redeem 0x63ce342161250d705dc0b16df89036c8e5f9ba9a 25
./bin/pm markets --limit 5 --active
./bin/pm activity 0x63ce342161250d705dc0b16df89036c8e5f9ba9a --type TRADE --max-pages 5

Prefer ./bin/pm from repo root (no install step). Or: npm run pm -- profile … Β· optional npm link for global pm.

CommandWhat it does
pm profileLB PnL + open positions sample + Brier hint
pm activityActivity pagination + ~4000 row cap warnings
pm scanTop markets by 24h volume + spread
pm updownCrypto updown event fields / resolution source
pm v2-checkV2 CTF split/merge checklist + activity sample
pm lbLeaderboard snapshot + day-over-day diff
pm pnl-checkLB snapshot + hints β€” not audit-grade PnL
pm limitsOfficial API rate limit pacing
pm brierBrier score from settled positions (sample)
pm markoutExecution quality β€” markout vs market baseline
pm mixExecution style β€” maker/taker split, cross-checked against fees
pm feesLifetime taker fees from /activity Β· pre-fee β†’ net PnL
pm redeemRead-only redeem watchdog JSON
pm marketsQuick Gamma market list

Audit-grade PnL (Python): python3 skills/polymarket-pnl/compute_precise_pnl.py --address …

pm fees β€” why your number never matches the profile

bash
./bin/pm fees 0xYourProxy

Polymarket's own PnL β€” profile, lb-api, the user-pnl curve β€” is pre-fee. A cashflow replay is post-fee. gap β‰ˆ lifetime taker fees βˆ’ maker rebates.

The fee is already in /activity: usdcSize is not size Γ— price, and the residual is what you were charged. That means lifetime fees, per-fill taker proof, and the pre-fee β†’ net conversion come from one REST call β€” no RPC, no receipt decoding, no credentials.

Verified by predicting the gap before comparing, on four wallets: a heavy-taker wallet landed at a $0.84 residual against a $1,308.87 prediction, and a pure maker matched the official number to $0.40.

⚠️ The taker test is one-directional. fee > 0 proves you were the taker β€” makers are never charged. fee == 0 means maker or fee-exempt category, so it is reported as an upper bound on passive share, never as a maker count.

⚠️ Fees are recent. The earliest on record here is late June 2026, rate stepping 0.03 β†’ 0.05 β†’ 0.07. Any reconciliation that passed before then proves nothing about today.

pm markout β€” is this address getting picked off?

bash
./bin/pm markout 0x9a18f10966262d9be5d662754256380583fabb54 --fills 200

Markout is where a fill stands some seconds later: (reference βˆ’ fill) Γ— direction, in cents per share. Negative means the price walked away from you β€” adverse selection.

Three things this command does that a hand-rolled version usually gets wrong:

  • Passive fills are included. /trades?user= behaves like takerOnly=true by default, so a market maker's entire passive side is missing unless you ask for it.
  • The reference is a windowed VWAP, not the next print. Prints alternate between bid and ask, and that bounce alone makes every SELL look good and every BUY look bad.
  • Everything is measured against a baseline β€” the same tokens over the same span, minus this wallet. Levels drift; the excess is the part that means something.

Read the excess column and the coverage column together. In short-dated markets a large tau leaves most fills with nothing ahead of them to be priced against, and the mean then describes the surviving handful rather than the trader.

Why these three defaults exist. I ran 15 strategies on Polymarket over half a year, and the ones that cost the most failed at measurement, not at strategy: the same logic made +77% on paper and lost βˆ’74% live; 18.3% of my own trade records were quietly wrong, two thirds of those being false wins; market-making went 0 for 10 while the platform shipped three fee formulas in a single night. Each flag above is one of those mistakes turned into a default, so it isn't paid for twice.

The full write-up β€” 15 strategies, 5 deep pits, 14,000 words β€” is at leolabs.me/pm-quant ($49). It comes with monthly supplement notes; the current one measures a ~300ms server-side floor on taker orders that no colo or private line removes, against 56ms for maker.

TypeScript library

Zero-dependency helpers in src/index.ts. Run demos with Node 22+:

Terminal
npx tsx examples/01-fetch-gamma-markets.ts
node --experimental-strip-types examples/01-fetch-gamma-markets.ts
  • Examples: examples/ β€” one numbered script per API pattern
  • Cookbook: docs/cookbook.md β€” bilingual recipes

Skills (AI agents)

SkillWhat it does
polymarket-profileDeep profile β€” PnL, win rate, positions, categories, strategy detection
polymarket-brierPrediction accuracy scoring, calibration analysis
polymarket-pnlAudit-grade PnL via cashflow reconstruction (~0.2% MAPE vs. official)

Install: copy the chosen skill into the skills directory configured by your agent client. polymarket-pnl also needs: pip install httpx

Skill details: skills/*/SKILL.md Β· long-form docs in sections below.


What's in this repo

IncludedNot included
Read-only APIs, CLI, skills, docs, templatesPrivate keys, signing, or trade execution
V2 FAQ + pm v2-check diagnosticsRunnable merge/split/redeem modules
polymarket-pnl audit scriptCustodial wallets or one-click trading
Builder attribution helper for future CLOB executorsBuilder API credentials or reward guarantees
Opt-in executor/ sub-package (isolated deps, dry-run default)Custody, strategy logic, or one-click trading
mcp/ MCP server β€” read-only tools for AI agents (docs/mcp.md)MCP-exposed order placement

The core (src/, CLI, skills) never holds keys or sends transactions. Order execution lives only in the opt-in executor/ sub-package, which signs with your env-provided key, defaults to dry-run, and is never imported by the core. For normal redemption, use the official Polymarket app.

New to Polymarket? Sign up via the link above (affiliate disclosure: the author may earn referral rewards; no extra cost to you).

Building your own order executor? Start from the opt-in executor/ sub-package (docs/executor.md) β€” CLOB V2 limit orders with dry-run default, notional cap, and default builder attribution via src/builder.ts (override / opt-out via env). See builder attribution for the disclosure and FAQ. Read-only CLI/skills still do not send orders.


Release notes

v0.7 β€” MCP server for AI agents

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Wudao A Share Stock Data MCP logoWudao A Share Stock Data MCP

    Read-only China A-share data for AI agents: market, limit-up, capital flow and disclosures.

    πŸ’» Developer Tools0 views
    Compare vs Wudao A Share Stock Data MCP β†’
  • CCXT logoCCXT

    Official CCXT MCP server - Market data and trading across 100+ exchanges and prediction markets

    πŸ’» Developer Tools0 views
    Compare vs CCXT β†’
  • Kiwoom Securities MCP Server logoKiwoom Securities MCP Server

    Read-only MCP server for the Kiwoom Securities REST API: market data, account inquiry, ISA tax tool

    πŸ’» Developer Tools0 views
    Compare vs Kiwoom Securities MCP Server β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Polymarket Toolkit

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "polymarket-toolkit": { "command": "npx", "args": ["-y", "polymarket-toolkit"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPolymarket Toolkit AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/polymarket-toolkit?style=directory)](https://allmcps.com/mcp/polymarket-toolkit)
HTML Embed
<a href="https://allmcps.com/mcp/polymarket-toolkit"><img src="https://allmcps.com/api/badge/polymarket-toolkit?style=directory" alt="Polymarket Toolkit on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Polymarket Toolkit β†’Install in Claude DesktopInstall in CursorInstall in VS Code