Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.PaulieB14/graph-polymarket-mcp

NPM · GRAPH-POLYMARKET-MCP · SCANNED SEP 20

Query Polymarket prediction markets via The Graph — 20 tools, 8 subgraphs

0 this week 83 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability86
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1298 tokens (~64/item across 20 items; 20 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "query_subgraph" implies "execute" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 20 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.PaulieB14/graph-polymarket-mcp server?

io.github.PaulieB14/graph-polymarket-mcp runs locally as an npm package, launched with npx -y graph-polymarket-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · graph-polymarket-mcp

# add to Claude Code
claude mcp add paulieb14-graph-polymarket-mcp -- npx -y graph-polymarket-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "paulieb14-graph-polymarket-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "graph-polymarket-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "paulieb14-graph-polymarket-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "graph-polymarket-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add paulieb14-graph-polymarket-mcp -- npx -y graph-polymarket-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "paulieb14-graph-polymarket-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "graph-polymarket-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add paulieb14-graph-polymarket-mcp --command npx --arg -y --arg graph-polymarket-mcp
# ~/.hermes/config.yaml
mcp_servers:
  paulieb14-graph-polymarket-mcp:
    command: "npx"
    args: ["-y", "graph-polymarket-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "paulieb14-graph-polymarket-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "graph-polymarket-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add paulieb14-graph-polymarket-mcp -t stdio -c npx -a -y graph-polymarket-mcp
// mcp.json
{
  "mcpServers": {
    "paulieb14-graph-polymarket-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "graph-polymarket-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 8 Sept 26 0
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/graph-polymarket-mcp@1.4.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 20 exposed · ~1,298 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_account_pnl ~45

Get a trader's P&L and performance metrics from the Beefy P&L subgraph

NameTypeReqDescription
accountstringyesEthereum address of the trader (lowercase)

No output schema declared.

No examples provided.

get_daily_stats ~62

Get daily platform statistics from the Beefy P&L subgraph: volume, fees, trader counts, and market activity per day. Use this for trend analysis and historical performance.

NameTypeReqDescription
daysnumberNumber of recent days to return (1-90)

No output schema declared.

No examples provided.

get_disputed_markets ~57

Get Polymarket markets that were disputed during the UMA oracle resolution process. Disputes happen when someone challenges a proposed outcome — these are high-signal events.

NameTypeReqDescription
firstnumberNumber of disputed markets to return

No output schema declared.

No examples provided.

get_global_open_interest ~33

Get the total open interest across all Polymarket markets — the aggregate USDC locked in outstanding positions platform-wide.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_global_stats ~41

Get aggregate Polymarket platform statistics. Combines market counts from the Main subgraph with accurate volume/fee/trade data from the Orderbook subgraph.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_market_data ~65

Get Polymarket market/condition data including outcomes and volumes from the Main subgraph

NameTypeReqDescription
firstnumberNumber of markets to return (1-100)
orderBystringField to order by
orderDirectionstringSort direction

No output schema declared.

No examples provided.

get_market_open_interest ~90

Get the top Polymarket markets ranked by open interest (USDC locked in outstanding positions). This data is unique to the Open Interest subgraph — no other Polymarket subgraph tracks OI.

NameTypeReqDescription
firstnumberNumber of markets to return (1-100)
orderBystringField to rank markets by
orderDirectionstringSort direction

No output schema declared.

No examples provided.

get_market_positions ~91

Get the top positions for a specific market token from the Beefy P&L subgraph. Shows who holds the largest positions and their P&L.

NameTypeReqDescription
firstnumberNumber of positions to return
orderBystringField to sort by
tokenIdstringyesThe outcome token ID (large integer string from orderbook takerAssetId/makerAssetId)

No output schema declared.

No examples provided.

get_market_resolution ~95

Get the UMA oracle resolution status for Polymarket markets. Shows whether a market is initialized, proposed, disputed, or resolved, plus proposed/final prices and dispute history.

NameTypeReqDescription
firstnumberNumber of markets to return (1-100)
orderBystringField to sort by
orderDirectionstringSort direction
statusstringOptional: filter by resolution status

No output schema declared.

No examples provided.

get_market_revisions ~62

Get moderator revisions/updates for Polymarket markets. Shows when and how moderators intervened in market resolution.

NameTypeReqDescription
firstnumberNumber of revisions to return
questionIdstringOptional: filter revisions for a specific market questionId

No output schema declared.

No examples provided.

get_oi_history ~101

Get hourly open interest snapshots for a specific Polymarket market. Use this to chart OI trends over time. The conditionId can be obtained from get_market_open_interest or the main subgraph.

NameTypeReqDescription
conditionIdstringyesThe conditionId (hex string) of the market
firstnumberNumber of hourly snapshots to return (default 168 = 1 week)
orderDirectionstringSort direction by timestamp

No output schema declared.

No examples provided.

get_orderbook_trades ~62

Get recent order fills from the Orderbook subgraph

NameTypeReqDescription
firstnumberNumber of trades to return
makerstringOptional: filter by maker address
takerstringOptional: filter by taker address

No output schema declared.

No examples provided.

get_recent_activity ~50

Get recent splits, merges, and redemptions from the Activity subgraph

NameTypeReqDescription
accountstringOptional: filter by Ethereum address
firstnumberNumber of events to return

No output schema declared.

No examples provided.

get_subgraph_schema ~57

Get the full GraphQL schema (introspection) for a Polymarket subgraph

NameTypeReqDescription
subgraphstringyesSubgraph identifier: main, beefy_pnl, slimmed_pnl, activity, or orderbook

No output schema declared.

No examples provided.

get_top_traders ~85

Get the top Polymarket traders ranked by realized P&L, win rate, or volume from the Beefy P&L subgraph.

NameTypeReqDescription
firstnumberNumber of traders to return (1-100)
minTradesnumberMinimum number of trades to filter out inactive accounts
orderBystringMetric to rank traders by

No output schema declared.

No examples provided.

get_trader_profile ~72

Get a trader's on-chain profile from the Traders subgraph: when they first appeared, their recent CTF events (splits, merges, transfers), and USDC flows.

NameTypeReqDescription
addressstringyesEthereum address of the trader
eventLimitnumberNumber of recent events to return

No output schema declared.

No examples provided.

get_trader_usdc_flows ~81

Get USDC deposit/withdrawal history for a trader. Shows inbound and outbound USDC transfers, useful for tracking when traders fund or withdraw from Polymarket.

NameTypeReqDescription
addressstringyesEthereum address of the trader
directionstringFilter by transfer direction
firstnumberNumber of transfers to return

No output schema declared.

No examples provided.

get_user_positions ~48

Get a user's current positions from the Slimmed P&L subgraph. Falls back gracefully if indexers are behind.

NameTypeReqDescription
accountstringyesEthereum address of the user (lowercase)

No output schema declared.

No examples provided.

list_subgraphs ~23

List all available Polymarket subgraphs with descriptions and key entities

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

query_subgraph ~78

Execute a custom GraphQL query against a Polymarket subgraph

NameTypeReqDescription
querystringyesGraphQL query string
subgraphstringyesSubgraph identifier: main, beefy_pnl, slimmed_pnl, activity, or orderbook
variablesobjectOptional GraphQL variables as key-value pairs

No output schema declared.

No examples provided.

Common questions

What is the io.github.PaulieB14/graph-polymarket-mcp server?

io.github.PaulieB14/graph-polymarket-mcp is listed in the public MCP registry as io.github.PaulieB14/graph-polymarket-mcp. Query Polymarket prediction markets via The Graph, 20 tools, 8 subgraphs. This page covers its npm package (graph-polymarket-mcp).

Is the io.github.PaulieB14/graph-polymarket-mcp server safe to use?

io.github.PaulieB14/graph-polymarket-mcp scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.PaulieB14/graph-polymarket-mcp server expose?

io.github.PaulieB14/graph-polymarket-mcp exposes 20 tools: list_subgraphs, get_subgraph_schema, query_subgraph, get_market_data, get_account_pnl, and 15 more. Their descriptions and schemas cost roughly 1,298 tokens of context every time the server is loaded.

Is the io.github.PaulieB14/graph-polymarket-mcp server still maintained?

io.github.PaulieB14/graph-polymarket-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.PaulieB14/graph-polymarket-mcp server under?

io.github.PaulieB14/graph-polymarket-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.