Skip to main content
ClaudeWave

RobinX MCP — Robinhood Chain deployer reputation, insider detection & token verdicts for AI agents. Paid per-call over x402 (USDC on Base).

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptActualizado 17d ago
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/jamhimself/robinx-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "robinx-mcp": {
      "command": "node",
      "args": ["/path/to/robinx-mcp/dist/index.js"],
      "env": {
        "HOODSCOPE_WALLET_KEY": "<hoodscope_wallet_key>"
      }
    }
  }
}
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.
💡 Clone https://github.com/jamhimself/robinx-mcp and follow its README for install instructions.
Detected environment variables
HOODSCOPE_WALLET_KEY
Casos de uso

Resumen de MCP Servers

# HoodScope MCP

Model Context Protocol server for **HoodScope** — deployer reputation, insider detection, and token buy-risk verdicts for **Robinhood Chain** (chain 4663) memecoins, built from complete on-chain history. Gives any MCP agent (Claude Desktop, Cursor, …) a one-hop answer to *"who launched this token and should I trust it?"* — even seconds after launch, because it scores the deployer, not just the contract.

Paid tools settle **$0.01–0.02 USDC per call on Base** via the x402 protocol. Configure a funded wallet key and the agent pays automatically; leave it out and paid tools return the price instead of data.

## Tools

| Tool | Price | What it does |
|---|---|---|
| `hoodscope_verdict` | $0.02 | Composite buy-risk verdict: deployer reputation + insider-distribution flags + activity → `trusted / mixed / avoid / serial_spammer / new_deployer` with reasons |
| `hoodscope_deployer` | $0.01 | Deployer rap sheet: launched / real / dead counts, best-token volume, insider flag, 0-100 score |
| `hoodscope_token` | $0.01 | Token stats: swaps, WETH volume, unique traders, real-or-thin, linked deployer score |
| `hoodscope_leaderboard` | $0.01 | Top trusted deployers on the chain |
| `hoodscope_stats` | free | Coverage stats (discovery) |

## Install — Claude Desktop

Add to `claude_desktop_config.json` (macOS: `~/Library/Application Support/Claude/`, Windows: `%APPDATA%\Claude\`):

```json
{
  "mcpServers": {
    "hoodscope": {
      "command": "npx",
      "args": ["-y", "hoodscope-mcp"],
      "env": {
        "HOODSCOPE_WALLET_KEY": "0xYOUR_FUNDED_BASE_USDC_WALLET_PRIVATE_KEY"
      }
    }
  }
}
```

## Install — Cursor

Add to `~/.cursor/mcp.json` (or a project `.cursor/mcp.json`) with the same `command`/`args`/`env` block.

## Config (env)

| var | required | default | purpose |
|---|---|---|---|
| `HOODSCOPE_WALLET_KEY` | for paid tools | — | Private key of a funded Base wallet holding USDC. Without it, paid tools return the price and setup note instead of data. |
| `HOODSCOPE_MAX_USD_PER_CALL` | no | `0.10` | Hard per-call spend ceiling; a requirement above this is refused. |
| `HOODSCOPE_URL` | no | production | Override the API base URL. |

**Security:** the wallet key only ever touches this local MCP process; it is never sent to the API (x402 signs locally, the facilitator settles). Use a dedicated low-balance wallet.

## Without a wallet

Every paid tool still works as a price probe: it returns `PAYMENT REQUIRED ($0.0X USDC)` plus the x402 requirements, so an agent can decide whether to pay. The free `hoodscope_stats` tool always works.

## Run locally (development)

```bash
npm install
HOODSCOPE_WALLET_KEY=0x... node server.js   # stdio server
```

API: `https://hoodscope-api-production.up.railway.app` · x402 settlement proven on Base.

Lo que la gente pregunta sobre robinx-mcp

¿Qué es jamhimself/robinx-mcp?

+

jamhimself/robinx-mcp es mcp servers para el ecosistema de Claude AI. RobinX MCP — Robinhood Chain deployer reputation, insider detection & token verdicts for AI agents. Paid per-call over x402 (USDC on Base). Tiene 0 estrellas en GitHub y se actualizó por última vez 17d ago.

¿Cómo se instala robinx-mcp?

+

Puedes instalar robinx-mcp clonando el repositorio (https://github.com/jamhimself/robinx-mcp) 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 jamhimself/robinx-mcp?

+

jamhimself/robinx-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene jamhimself/robinx-mcp?

+

jamhimself/robinx-mcp es mantenido por jamhimself. La última actividad registrada en GitHub es de 17d ago, con 0 issues abiertos.

¿Hay alternativas a robinx-mcp?

+

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

Despliega robinx-mcp 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: jamhimself/robinx-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/jamhimself-robinx-mcp)](https://claudewave.com/repo/jamhimself-robinx-mcp)
<a href="https://claudewave.com/repo/jamhimself-robinx-mcp"><img src="https://claudewave.com/api/badge/jamhimself-robinx-mcp" alt="Featured on ClaudeWave: jamhimself/robinx-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a robinx-mcp