PolyMarket MCP Server is a Model Context Protocol (MCP) server. It connects to the PolyMarket API to provide access to prediction market data, including information, prices, and historical records.
To use it, you can install the server via Smithery. Alternatively, clone its repository, install the dependencies, and run it. You must configure your PolyMarket API key inside a .env file.
Key features include real-time market data with current prices and probabilities. It also provides detailed market info like categories, resolution dates, and descriptions. You can retrieve historical price and volume data across customizable timeframes. The server handles errors and manages API rate limits, delivering cleanly formatted data.
Use cases involve accessing real-time data for analysis, building applications that need prediction market insights, and researching market trends and probabilities.
For common questions: the server is built with Python. There is a request limit enforced through rate limiting. Contributions are welcome via Pull Requests.