a mcp server for polymarket
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"polymarket": {
"command": "polymarket-mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
mcp server and cli for polymarket. get real-time market data, prices, and search through claude desktop or terminal.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol (MCP) server that provides AI assistants with direct access to the Spreedly payments API. Enables LLMs to manage gateways, process transactions, tokenize payment methods, and more, through structured, validated tool calls.
MCP server for InsightSentry financial data API - market data, options, screeners, and more
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
MCP Security Weekly
Get CVE alerts and security updates for Polymarket Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
🎲 prediction markets at your fingertips
mcp server and cli for polymarket. get real-time market data, prices, and search through claude desktop or terminal.
real-time data: active markets, trending by volume, current prices.
search: find markets by keyword across questions and descriptions.
multiple interfaces: claude desktop integration + standalone cli.
output formats: json, pretty-printed, or clean tables.
caching: built-in smart caching with auto-retry logic.
rust 1.70+ (curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh)
claude desktop for mcp integration (download)
cargo install --git https://github.com/ozgureyilmaz/polymarket-mcp
binary installs to ~/.cargo/bin/polymarket-mcp.
configure claude desktop:
edit ~/Library/Application Support/Claude/claude_desktop_config.json (macos):
{
"mcpServers": {
"polymarket": {
"command": "polymarket-mcp"
}
}
}
restart claude desktop.
# trending markets
polymarket-mcp --output table trending --limit 5
# active markets
polymarket-mcp --output table markets --limit 10
# search
polymarket-mcp --output table search "fed" --limit 5
# market details
polymarket-mcp market 601700
# prices
polymarket-mcp prices 601700
after setup, ask claude:
cargo test
cargo build --release