# PMAxis — The data layer for prediction markets

> Live markets, trades, orderbooks, and signals. One API for AI agents.

PMAxis ([https://pmaxis.trade](https://pmaxis.trade)) aggregates prediction market data (currently Polymarket) behind one developer-friendly interface: a REST API, a WebSocket stream, and an MCP server for AI agents.

## What you get

- **Live market data** — prices, orderbooks, candles, trades, and liquidity across every market PMAxis indexes
- **Signals & analytics** — momentum signals, crowd sentiment, wallet P&L, calibration (Brier scores), and Sybil-style wallet clustering
- **Agent-native access** — an MCP server with 60+ tools plus a REST API with OpenAPI docs; free tier includes 5,000 credits/month

## Where to go next

- [MCP integration guide](https://pmaxis.trade/mcp) — connect Claude Desktop, Cursor, Windsurf, or any MCP client
- [Developer resources](https://pmaxis.trade/developers) — index of API docs, OpenAPI spec, MCP endpoints, and machine-readable files
- [REST API reference](https://api.pmaxis.trade/docs) — full endpoint documentation
- [OpenAPI spec](https://api.pmaxis.trade/openapi.json)
- [llms.txt](https://pmaxis.trade/llms.txt) — machine-readable site overview for agents
- [Sign up](https://api.pmaxis.trade/signup) — free API key, no credit card

Market counts and trade numbers shown on the rendered homepage are live snapshots fetched from the API; call `GET https://api.pmaxis.trade/v1/stats` (with an API key) for current figures.
