Skip to main content
Glama
undiabler

PolyMarket MCP Server

by undiabler
__init__.py503 B
""" PolyMarket MCP Server - In-memory cache with background updates. Core Components: - PolyStorage: Singleton with in-memory cache and background daemon - PolyEvent/PolyMarket: Pydantic models for data - PolyApiClient: Minimal API client returning raw JSON - MCP Tools: FastMCP tool definitions for LLM agents """ from src.poly_objects import PolyEvent, PolyMarket, Outcome from src.poly_storage import PolyStorage __all__ = [ "PolyEvent", "PolyMarket", "Outcome", "PolyStorage", ]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/undiabler/polymarket-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server