Skip to main content
ClaudeWave

Official 0xinsider Agent Plugin: MCP server plus five agent skills for Polymarket sports and esports analytics - large trades, wallet grades, sharp-money flow, and market research.

MCP ServersOfficial Registry0 stars0 forksMITUpdated yesterday
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/17/2026
Install in Claude Code / Claude Desktop
Method: NPX · skills
Claude Code CLI
claude mcp add agent-plugin -- npx -y skills
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "agent-plugin": {
      "command": "npx",
      "args": ["-y", "skills"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# 0xinsider Agent Plugin

[![skills.sh](https://skills.sh/b/0xinsider/agent-plugin)](https://skills.sh/0xinsider/agent-plugin)

The official [Agent Plugin](https://agent-plugins.org/specification) 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

```bash
npx skills add 0xinsider/agent-plugin
```

Or install one skill without adding the whole plugin:

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

## Contents

| Skill | Covers |
| --- | --- |
| [`0xinsider-api-access`](skills/0xinsider-api-access/SKILL.md) | Credentials, sandbox vs live hosts, MCP transports, rate limits, typed errors |
| [`polymarket-whale-trades`](skills/polymarket-whale-trades/SKILL.md) | Large-trade feed, history replay, counterparties, significance score |
| [`polymarket-wallet-grades`](skills/polymarket-wallet-grades/SKILL.md) | Trader grades, settled P&L and its trust metadata, leaderboards, position timelines |
| [`polymarket-sharp-money`](skills/polymarket-sharp-money/SKILL.md) | Directional flow, market intel, sports-edge signals, Insider Radar flags |
| [`polymarket-market-research`](skills/polymarket-market-research/SKILL.md) | Market search and explore, published research, report snapshots |

[`AGENTS.md`](AGENTS.md) holds the rules for AI coding agents writing
integration code against the API. `.cursorrules` mirrors it.

## MCP server

[`mcp.json`](mcp.json) points at the remote Streamable HTTP endpoint:

```json
{
  "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`](https://0xinsider.com/.well-known/mcp).

A local stdio path ships in the CLI:

```bash
npx -y 0xinsider init
```

## Try it with no account

Every documented operation answers from the sandbox with no credential:

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

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

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

## Official resources

- Developer portal: <https://0xinsider.com/developers>
- API documentation: <https://docs.0xinsider.com>
- OpenAPI 3.1 spec: <https://0xinsider.com/api/v1/openapi.json>
- Machine-readable index: <https://0xinsider.com/llms.txt>
- Python SDK: <https://github.com/0xinsider/0xinsider-python>
- Go SDK: <https://github.com/0xinsider/0xinsider-go>
- CLI and MCP package: <https://www.npmjs.com/package/@0xinsider/mcp>

## License

MIT
agent-pluginagent-skillsagents-mdai-agentsclaude-codemcpmcp-serverpolymarketprediction-marketssports-analytics

What people ask about agent-plugin

What is 0xinsider/agent-plugin?

+

0xinsider/agent-plugin is mcp servers for the Claude AI ecosystem. Official 0xinsider Agent Plugin: MCP server plus five agent skills for Polymarket sports and esports analytics - large trades, wallet grades, sharp-money flow, and market research. It has 0 GitHub stars and its last recorded update is dated 2026-09-15.

How do I install agent-plugin?

+

You can install agent-plugin by cloning the repository (https://github.com/0xinsider/agent-plugin) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is 0xinsider/agent-plugin safe to use?

+

Our security agent has analyzed 0xinsider/agent-plugin and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains 0xinsider/agent-plugin?

+

0xinsider/agent-plugin is maintained by 0xinsider. The last recorded GitHub activity is dated 2026-09-15, with 0 open issues.

Are there alternatives to agent-plugin?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy agent-plugin to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: 0xinsider/agent-plugin
[![Featured on ClaudeWave](https://claudewave.com/api/badge/0xinsider-agent-plugin)](https://claudewave.com/repo/0xinsider-agent-plugin)
<a href="https://claudewave.com/repo/0xinsider-agent-plugin"><img src="https://claudewave.com/api/badge/0xinsider-agent-plugin" alt="Featured on ClaudeWave: 0xinsider/agent-plugin" width="320" height="64" /></a>

More MCP Servers

agent-plugin alternatives