npm robinx-mcpstreamable-httpupdated 9d ago
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.
¿Qué puedes hacer con robinx mcp?
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\):
{
"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)
npm install
HOODSCOPE_WALLET_KEY=0x... node server.js # stdio server
API: https://hoodscope-api-production.up.railway.app · x402 settlement proven on Base.
Instalación
Añade robinx mcp a tu cliente. Elige el que uses.
{
"servers": {
"robinx-mcp": {
"type": "http",
"url": "https://api.robinx.io/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add robinx-mcp -- npx -y robinx-mcpcodex mcp add robinx-mcp -- npx -y robinx-mcpamp mcp add robinx-mcp -- npx -y robinx-mcp{
"mcpServers": {
"robinx-mcp": {
"command": "npx",
"args": [
"-y",
"robinx-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"robinx-mcp": {
"command": "npx",
"args": [
"-y",
"robinx-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"robinx-mcp": {
"command": "npx",
"args": [
"-y",
"robinx-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"robinx-mcp": {
"command": "npx",
"args": [
"-y",
"robinx-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"robinx-mcp": {
"command": "npx",
"args": [
"-y",
"robinx-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"robinx-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"robinx-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"robinx-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"robinx-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y robinx-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
5 herramientas
robinx mcp expone 5 herramientas a un agente conectado.
- hoodscope_verdict
- $0.02
- hoodscope_deployer
- $0.01
- hoodscope_token
- $0.01
- hoodscope_leaderboard
- $0.01
- hoodscope_stats
- free
Puntuación
74 / 100
Buena
- Documentación22/25
- Mantenimiento25/25
- Confianza6/20
- Capacidad6/15
- Instalación15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 0.6.1Última | 29 ago 2026 |
| 0.6.0 | 27 jul 2026 |
| 0.4.0 | 20 jul 2026 |
| 0.2.0 | 10 jul 2026 |