Install
$ agentstack add mcp-ozgureyilmaz-polymarket-mcp Open-source listing, not yet scanned by AgentStack. Follow the source repository for install instructions.
Security review
⚠ Flagged1 finding(s); flagged for manual review. · v0.1.0 How review works →
- • Prompt-injection patterns
- • Secret / credential exfiltration
- • Dangerous shell & filesystem operations
- • Untrusted network calls
- • Known-malicious package signatures
- high Pipes remote content directly into a shell (remote code execution).
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
polymarket-mcp
🎲 prediction markets at your fingertips
mcp server and cli for polymarket. get real-time market data, prices, and search through claude desktop or terminal.
[](https://github.com/ozgureyilmaz/polymarket-mcp/actions) [](https://github.com/ozgureyilmaz/polymarket-mcp/releases) [](https://opensource.org/licenses/MIT) [](https://deepwiki.com/ozgureyilmaz/polymarket-mcp)
features
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.
requirements
rust 1.70+ (curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh)
claude desktop for mcp integration (download)
install
cargo install --git https://github.com/ozgureyilmaz/polymarket-mcp
binary installs to ~/.cargo/bin/polymarket-mcp.
setup
configure claude desktop:
edit ~/Library/Application Support/Claude/claude_desktop_config.json (macos):
{
"mcpServers": {
"polymarket": {
"command": "polymarket-mcp"
}
}
}
restart claude desktop.
usage
cli
# 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
with claude
after setup, ask claude:
- "show me trending prediction markets"
- "search for markets about trump"
- "what's the current price on the fed decision market?"
development
cargo test
cargo build --release
links
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ozgureyilmaz
- Source: ozgureyilmaz/polymarket-mcp
- License: MIT
- Homepage: https://deepwiki.com/ozgureyilmaz/polymarket-mcp
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.