0xinsider Agent Plugin

MCP serverEverything else

Read-only Polymarket sports and esports data: wallet grades on settled P&L, large trades, markets.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use 0xinsider Agent Plugin

From the project's README

As published by 0xinsider/agent-plugin in README.md.

The official Agent Plugin for 0xinsider - Polymarket analytics for sports and esports in real-time.

It bundles the 0xinsider MCP server with five skills that teach an agent how to read large trades, wallet grades, sharp-money flow, and published research without misreporting them.

Install

npx skills add 0xinsider/agent-plugin

Or install one skill without adding the whole plugin:

npx skills use 0xinsider/agent-plugin@0xinsider-api-access

Contents

SkillCovers
0xinsider-api-accessCredentials, sandbox vs live hosts, MCP transports, rate limits, typed errors
polymarket-whale-tradesLarge-trade feed, history replay, counterparties, significance score
polymarket-wallet-gradesTrader grades, settled P&L and its trust metadata, leaderboards, position timelines
polymarket-sharp-moneyDirectional flow, market intel, sports-edge signals, Insider Radar flags
polymarket-market-researchMarket search and explore, published research, report snapshots

AGENTS.md holds the rules for AI coding agents writing integration code against the API. .cursorrules mirrors it.

MCP server

mcp.json points at the remote Streamable HTTP endpoint:

{
  "mcpServers": {
    "0xinsider": {
      "type": "http",
      "url": "https://0xinsider.com/mcp",
      "headers": { "Authorization": "Bearer ${OXINSIDER_API_KEY}" }
    }
  }
}

The server exposes 33 tools across traders, markets, large trades, positions, flow, research, reports, and webhooks. Its card is at /.well-known/mcp.

A local stdio path ships in the CLI:

npx -y 0xinsider init

Try it with no account

Every documented operation answers from the sandbox with no credential:

curl -s https://0xinsider.com/sandbox/api/v1/leaderboard

One POST returns a sandbox key and the steps to live access:

curl -s -X POST https://api.0xinsider.com/api/v1/agents/register \
  -H 'Content-Type: application/json' -d '{"name":"my-agent"}'

Official resources

License

MIT

Advanced
Delivery
mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
io-github-0xinsider-mcp
Source
github.com/0xinsider/agent-plugin
Hosted endpoint
https://api.0xinsider.com/api/v1/mcp