← Registry

Analytics

0xinsider.com

Provides tools to look up prediction market traders, fetch leaderboards, and retrieve recent whale trades for market analysis.

1 endpoint33 known toolsFirst detected May 29, 2026Last detected September 17, 2026

ENDPOINT 1

https://api.0xinsider.com/api/v1/mcp

No auth detected

MCP server metadata

Name
0xinsider
Version
0.1.0
Capabilities
tools
Server instructions

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_leaderboard

Get the top-ranked prediction market traders (grades S, A, B only).

Inferred read-only
get_trader

Look up a prediction market trader by wallet address or username.

Inferred read-only
batch_get_traders

Read-only batch lookup for 1-25 trader wallet addresses or known usernames.

Inferred read-only
get_whale_trades

Get recent large trades from graded prediction market traders.

Inferred read-only
get_whale_trade

Read one whale trade by ID.

Potential side effects
get_whale_trades_history

Replay historical whale trades from local whale_alerts rows.

Inferred read-only
get_market_intel

Smart money flow analysis for a specific prediction market.

Inferred read-only
batch_get_market_intel

Read-only batch lookup for 1-25 raw provider condition_id values.

Inferred read-only
get_smart_money_flows

Ranked smart-money flow discovery across prediction markets.

Inferred read-only
get_sharp_money_flows

Ranked sharp-money flow discovery across prediction markets.

Inferred read-only
get_market_snapshot

Provider-first live market-card snapshot for one raw provider condition_id.

Inferred read-only
get_insider_radar

Stored trades whose recorded suspicion score meets the live flag threshold.

Inferred read-only
get_insider_radar_flag

Read one insider-radar flag by ID.

Inferred read-only
get_positions

List current prediction-market positions from the public positions-board feed.

Inferred read-only
get_position_timeline

Get stored Polymarket fills available for one tracked trader in one market, newest first, with server-computed running_amount and running_avg_price.

Inferred read-only
get_position_timeline_by_id

Get 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-only
search_markets

Search prediction markets by keyword.

Inferred read-only
search_content

Search 0xinsider's editorial content by keyword.

Inferred read-only
explore_markets

Browse whale-active titled markets for discovery surfaces.

Inferred read-only
get_event_replay_since

Replay durable public whale-trade intelligence events strictly after an opaque cursor backed by whale_alerts.

Potential side effects
list_webhooks

Read-only list of webhook endpoints owned by the authenticated API key user.

Inferred read-only
get_webhook

Read-only lookup of one webhook endpoint owned by the authenticated API key user.

Inferred read-only
get_daily_report_snapshot

Read one dated daily whale-activity report snapshot.

Inferred read-only
get_weekly_report_snapshot

Read one weekly whale-activity report snapshot.

Inferred read-only
get_monthly_report_snapshot

Read one UTC monthly whale-activity report snapshot.

Inferred read-only
get_report

Unified whale-activity report snapshot selector.

Inferred read-only
get_trader_export_snapshot

Read export source-range, completeness, volume reconciliation, row-count estimate, and large-export policy for one trader.

Inferred read-only
get_platforms

Read the provider capability matrix declaring which V1 intelligence surfaces are supported, partial, or unsupported per platform.

Inferred read-only
get_large_positions

List the largest current open positions from graded traders (Polymarket-only).

Inferred read-only
get_trending_wallets

List wallets ranked by trailing-window realized P&L (Polymarket-only discovery).

Inferred read-only
get_trader_pnl

Get a trader's daily P&L time series and pre-derived stats from the precomputed daily_pnl read model.

Inferred read-only
get_pick_of_the_day

Get 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 effects
get_pick_of_the_day_archive

Get 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-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.