A production MCP server giving AI agents live Polymarket data as native tools: market search and prices, insider-scored whale trades (each verifiable by on-chain tx hash), trader leaderboards across 10 categories and 4 time windows, and wallet P&L profiles. Hosted on Apify (Streamable HTTP, pay-per-call, no API keys); the only hosted zero-install option among Polymarket MCP servers. Fully async, fail-loud data integrity.
Server Config
{
"mcpServers": {
"polymarket": {
"url": "https://mrlarryjohnson--polymarket-mcp-server.apify.actor/mcp",
"headers": {
"Authorization": "Bearer <your-apify-token>"
}
}
}
}