Back to Browse

Robinx MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Robinhood Chain (4663) caller accuracy + token intel, graded vs real price since genesis. x402-paid

About

Robinhood Chain (4663) caller accuracy + token intel, graded vs real price since genesis. x402-paid

Remote endpoints: streamable-http: https://api.robinx.io/mcp

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 2 finding(s) downgraded by scanner intelligence.

23 tools verified · Open access · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Optional. A funded Base (EVM) private key so paid tools auto-pay via x402 (USDC on Base). Omit to use only the free tools.Required

Environment variable: ROBINX_WALLET_KEY

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

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

ToolPriceWhat it does
hoodscope_verdict$0.02Composite buy-risk verdict: deployer reputation + insider-distribution flags + activity → trusted / mixed / avoid / serial_spammer / new_deployer with reasons
hoodscope_deployer$0.01Deployer rap sheet: launched / real / dead counts, best-token volume, insider flag, 0-100 score
hoodscope_token$0.01Token stats: swaps, WETH volume, unique traders, real-or-thin, linked deployer score
hoodscope_leaderboard$0.01Top trusted deployers on the chain
hoodscope_statsfreeCoverage 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)

varrequireddefaultpurpose
HOODSCOPE_WALLET_KEYfor paid toolsPrivate 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_CALLno0.10Hard per-call spend ceiling; a requirement above this is refused.
HOODSCOPE_URLnoproductionOverride 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.

Reviews

No reviews yet

Be the first to review this server!