docs.0xinsider.com
Prediction market intelligence for AI agents, trading bots, and research tools.
Documentation
0xinsider API Documentation
Docs for the 0xinsider API: prediction-market data for agents, bots, and research tools.
What is 0xinsider?
0xinsider provides trader grades, whale trades, smart-money flow, positions, and insider signals across Polymarket and Kalshi.
API endpoints
- Trader — grades, P&L, win rate, and strategy
- Leaderboard — traders ranked by score
- Whale Trades — large trades with grade and category filters
- Explore Markets — whale-active markets by category, platform, and status
- Market Intel — smart-money flow and top positions
- Search Markets — markets by keyword and filters
- Insider Radar — unusual timing and accumulation patterns
MCP Server
Connect AI agents to 0xinsider via the Model Context Protocol:
npx -y @0xinsider/mcp initSupports Claude Code, Cursor, Codex, Gemini CLI, and other stdio-compatible MCP clients.
See the MCP docs and the npm package for setup details.
Local development
Install Mintlify CLI:
npm i -g mintPreview locally:
mint devOpen `http://localhost:3000`.
Check that every OpenAPI operation has a Mintlify endpoint page and navigation
entry:
python3 scripts/check-openapi-parity.pyThe docs OpenAPI spec (`api-reference/openapi.json`) is a synced copy of the
app's canonical spec (`web/public/api/v1/openapi.json` in the 0xinsider repo),
which is the single source of truth. After re-syncing it, confirm the two specs
are structurally identical (run from a sibling checkout, or adjust the path):
cp ../0xinsider/web/public/api/v1/openapi.json api-reference/openapi.json
python3 scripts/generate-objects-reference.py
python3 scripts/check-spec-sync.py --app-spec ../0xinsider/web/public/api/v1/openapi.json
python3 scripts/check-openapi-parity.pyLinks
Frequently asked questions
What is docs.0xinsider.com?
docs.0xinsider.com is Prediction market intelligence for AI agents, trading bots, and research tools.
How do I install docs.0xinsider.com?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is docs.0xinsider.com open source?
Yes — it is hosted on GitHub at https://github.com/0xinsider/docs.0xinsider.com and has 1 stars.
Related MCP tools
Model Context Protocol Servers
Pre-indexed code knowledge graph, auto syncs on code changes, for Claude Code, Codex, Gemini, Cursor, OpenCode, AntiGravity, Kiro, CoPilot, and Hermes Agent — fewer tokens, fewer tool calls, 100% local
an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
The easy-to-use open source Business Intelligence and Embedded Analytics tool that lets everyone work with data :bar_chart:
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP