
Graph Polymarket Mcp
Research Polymarket prediction markets, outcomes, and liquidity through twenty MCP tools backed by eight Graph subgraphs.
Overview
graph-polymarket-mcp is a MCP server for the Idea phase that exposes 20 tools over 8 The Graph subgraphs to research Polymarket prediction markets.
What is this MCP server?
- Twenty dedicated MCP tools for Polymarket-style market queries
- Eight The Graph subgraphs powering event and trading datasets
- npm package `graph-polymarket-mcp` v1.4.0 with stdio transport
- Optional GRAPH_API_KEY for higher-rate subgraph access
- Agent-friendly layer over GraphQL for prediction-market workflows
- 20 MCP tools per server description
- 8 The Graph subgraphs backing Polymarket queries
- npm package version 1.4.0 with optional GRAPH_API_KEY
Community signal: 2 GitHub stars.
What problem does it solve?
Prediction-market ideas stall when you cannot quickly query Polymarket subgraphs from the same place you code your agent.
Who is it for?
Indie builders prototyping research agents, market newsletters, or validation dashboards grounded in Polymarket subgraph data.
Skip if: Regulated betting products, teams banned from prediction-market data, or workflows needing direct CLOB trade execution only.
What do I get? / Deliverables
You register one MCP server and let your agent run twenty market-research tools across eight subgraphs without custom GraphQL glue.
- Polymarket market and event datasets returned via twenty MCP tools
- Cross-subgraph answers spanning eight indexed Graph endpoints
- Research-grade context you can paste into specs or validation docs
Recommended MCP Servers
Journey fit
Shelved under Idea research because the primary value is exploring market structure and odds before you build trading or analytics features. Research fits agents that investigate event markets, compare outcomes, and validate product ideas against live Polymarket subgraph data.
How it compares
Polymarket-focused Graph MCP with 20 tools, not a broad subgraph registry browser or an on-chain swap executor.
Common Questions / FAQ
Who is graph-polymarket-mcp for?
graph-polymarket-mcp is for solo builders and analysts using MCP agents who need structured Polymarket prediction-market data from The Graph.
When should I use graph-polymarket-mcp?
Use it during Idea and Validate research when you explore markets, compare outcomes, or spec features that depend on Polymarket subgraph metrics.
How do I add graph-polymarket-mcp to my agent?
Install `graph-polymarket-mcp` from npm, optionally set GRAPH_API_KEY, add the stdio MCP server entry, and call the twenty exposed tools from your agent.