Give Claude (or Cursor) live Polymarket prediction-market data with one MCP server Polymarket has a public API. Your AI agent — Claude Desktop, Cursor, Cline — does not speak it. So when you ask "what prediction markets just crashed?" the agent either makes something up, scrapes a stale wiki, or politely declines. I got tired of that. polymarket-mcp-pro is a Model Context Protocol server that exposes seven read-only tools to any MCP-compatible client. The agent can list markets by volume, pull historical price snapshots, find recent crashes, and inspect order-book depth — all over a structured JSON tool surface, no HTTP code in your prompts. It's free, open source, and backed by a real dataset (not a toy demo). The numbers behind it The MCP server is just the agent-facing skin.…