Analytics
0xinsider.com
Provides tools to look up prediction market traders, fetch leaderboards, and retrieve recent whale trades for market analysis.
ENDPOINT 1
https://api.0xinsider.com/api/v1/mcp
MCP server metadata
- Name
- 0xinsider
- Version
- 0.1.0
0xinsider is Polymarket analytics for sports and esports. Every tool is read-only and answers from 0xinsider's own graded dataset: trader grades (S to F) from settled P&L, large trades, sharp-money flow, positions, market search and reports. initialize, ping and tools/list need no credential; tools/call needs a Bearer credential (an API key from https://0xinsider.com/developers, or an OAuth 2.1 grant obtained through the authorization server the 401 challenge names). A missing, stale, partial or unavailable field means the provider did not report that value; do not read it as zero. Polymarket links carry a referral tag; keep them intact.
Known tools 33
get_leaderboardGet the top-ranked prediction market traders (grades S, A, B only).
Inferred read-onlybatch_get_tradersRead-only batch lookup for 1-25 trader wallet addresses or known usernames.
Inferred read-onlyget_whale_trades_historyReplay historical whale trades from local whale_alerts rows.
Inferred read-onlybatch_get_market_intelRead-only batch lookup for 1-25 raw provider condition_id values.
Inferred read-onlyget_market_snapshotProvider-first live market-card snapshot for one raw provider condition_id.
Inferred read-onlyget_insider_radarStored trades whose recorded suspicion score meets the live flag threshold.
Inferred read-onlyget_positionsList current prediction-market positions from the public positions-board feed.
Inferred read-onlyget_position_timelineGet stored Polymarket fills available for one tracked trader in one market, newest first, with server-computed running_amount and running_avg_price.
Inferred read-onlyget_position_timeline_by_idGet stored Polymarket fills available for one internal trader id in one market, newest first, using the public V1 /api/v1/traders/{id}/position-timeline route.
Inferred read-onlyget_event_replay_sinceReplay durable public whale-trade intelligence events strictly after an opaque cursor backed by whale_alerts.
Potential side effectslist_webhooksRead-only list of webhook endpoints owned by the authenticated API key user.
Inferred read-onlyget_webhookRead-only lookup of one webhook endpoint owned by the authenticated API key user.
Inferred read-onlyget_trader_export_snapshotRead export source-range, completeness, volume reconciliation, row-count estimate, and large-export policy for one trader.
Inferred read-onlyget_platformsRead the provider capability matrix declaring which V1 intelligence surfaces are supported, partial, or unsupported per platform.
Inferred read-onlyget_large_positionsList the largest current open positions from graded traders (Polymarket-only).
Inferred read-onlyget_trending_walletsList wallets ranked by trailing-window realized P&L (Polymarket-only discovery).
Inferred read-onlyget_trader_pnlGet a trader's daily P&L time series and pre-derived stats from the precomputed daily_pnl read model.
Inferred read-onlyget_pick_of_the_dayGet today's published Pick of the Day: the sports markets where graded (S/A/B) smart money is positioned, frozen at publish time.
Potential side effectsget_pick_of_the_day_archiveGet the complete Pick of the Day track record: every published pick with its settled outcome (win, loss, void, or pending), the frozen backed price, unit score, and CLV fields, plus the rolling hit rate (wins / decided; void and pending excluded) and the flat-$100-stake profit and ROI.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.0xinsider]
url = "https://api.0xinsider.com/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"0xinsider": {
"type": "http",
"url": "https://api.0xinsider.com/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 0xinsider
Remote MCP URL: https://api.0xinsider.com/api/v1/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"0xinsider": {
"url": "https://api.0xinsider.com/api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"0xinsider": {
"type": "http",
"url": "https://api.0xinsider.com/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "0xinsider",
"transport": "streamable-http",
"url": "https://api.0xinsider.com/api/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.