kukapay/polymarket-predictions-mcp
An MCP server that delivers real-time market odds from Polymarket.
Platform-specific configuration:
{
"mcpServers": {
"polymarket-predictions-mcp": {
"command": "npx",
"args": [
"-y",
"polymarket-predictions-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An MCP server that delivers real-time market odds from Polymarket, enabling AI agents and analysts to access, compare, and act on decentralized prediction data.
title, description, endDate, volume) and associated markets in a tabulated format.question, zipped outcomes and outcomePrices, endDate, volume, closed) in a table./public-search endpoint with comprehensive query parameters.tabulate for clean, readable table outputs and handles JSON parsing for outcomes and prices.pip for dependency management git clone https://github.com/kukapay/polymarket-predictions-mcp.git
cd polymarket-predictions-mcp Using uv:
uv sync Or using pip:
pip install mcp[cli] httpx tabulateInstall the server as a Claude Desktop application:
uv run mcp install main.py --name "Polymarket Predictions"Configuration file as a reference:
{
"mcpServers": {
"Polymarket Predictions": {
"command": "uv",
"args": [ "--directory", "/path/to/polymarket-predictions-mcp", "run", "main.py" ]
}
}
}Replace
Loading reviews...