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 ServersRegistry oficial0 estrellas0 forksMITActualizado 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.
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre agent-plugin

¿Qué es 0xinsider/agent-plugin?

+

0xinsider/agent-plugin es mcp servers para el ecosistema de Claude AI. 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. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-15.

¿Cómo se instala agent-plugin?

+

Puedes instalar agent-plugin clonando el repositorio (https://github.com/0xinsider/agent-plugin) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar 0xinsider/agent-plugin?

+

Nuestro agente de seguridad ha analizado 0xinsider/agent-plugin y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene 0xinsider/agent-plugin?

+

0xinsider/agent-plugin es mantenido por 0xinsider. La última actividad registrada en GitHub es del 2026-09-15, con 0 issues abiertos.

¿Hay alternativas a agent-plugin?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega agent-plugin en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a agent-plugin