Polymarket MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from pypi.
Trading intelligence tools for Polymarket: slippage, liquidity, arbitrage, price feeds
The linked repository no longer exists on GitHub — it was deleted or made private.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add polymarket-mcp -- uvx polymarket-trading-mcp
{
"mcpServers": {
"polymarket-mcp": {
"args": [
"polymarket-trading-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.polymarket-mcp]
command = "uvx"
args = ["polymarket-trading-mcp"]
{
"mcpServers": {
"polymarket-mcp": {
"args": [
"polymarket-trading-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"polymarket-mcp": {
"args": [
"polymarket-trading-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.