Polymarket
Summary
This PolyMarket MCP server, developed by berlinbra, provides a robust interface for interacting with the PolyMarket API, enabling AI assistants to access and analyze prediction market data. Built with Python and leveraging libraries like httpx and python-dotenv, it offers tools for fetching market information, prices, and historical data. The implementation focuses on clean data formatting, comprehensive error handling, and rate limit management, making it accessible for AI models to perform tasks like market analysis, trend identification, and price tracking. It's particularly useful for financial analysis, decision-making support, or integrating prediction market insights into AI-driven systems, allowing assistants to interact with PolyMarket without requiring deep knowledge of the underlying API complexities.
Available Actions(4)
get-market-info
Get detailed information about a specific prediction market. Parameters: market_id (string) - Market ID or slug.
list-markets
List available prediction markets with filtering options. Parameters: status (string) - Filter by market status (open, closed, resolved), limit (integer) - Number of markets to return (default: 10, min: 1, max: 100), offset (integer) - Number of markets to skip for pagination (default: 0, min: 0).
get-market-prices
Get current prices and trading information for a specific market. Parameters: market_id (string) - Market ID or slug.
get-market-history
Get historical price and volume data for a specific market. Parameters: market_id (string) - Market ID or slug, timeframe (string) - Time period for historical data (1d, 7d, 30d, all, default: 7d).
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください