{
  "markdown": "# HoodScope MCP\n\nModel 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.\n\nPaid 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.\n\n## Tools\n\n| Tool | Price | What it does |\n|---|---|---|\n| `hoodscope_verdict` | $0.02 | Composite buy-risk verdict: deployer reputation + insider-distribution flags + activity → `trusted / mixed / avoid / serial_spammer / new_deployer` with reasons |\n| `hoodscope_deployer` | $0.01 | Deployer rap sheet: launched / real / dead counts, best-token volume, insider flag, 0-100 score |\n| `hoodscope_token` | $0.01 | Token stats: swaps, WETH volume, unique traders, real-or-thin, linked deployer score |\n| `hoodscope_leaderboard` | $0.01 | Top trusted deployers on the chain |\n| `hoodscope_stats` | free | Coverage stats (discovery) |\n\n## Install — Claude Desktop\n\nAdd to `claude_desktop_config.json` (macOS: `~/Library/Application Support/Claude/`, Windows: `%APPDATA%\\Claude\\`):\n\n```json\n{\n  \"mcpServers\": {\n    \"hoodscope\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"hoodscope-mcp\"],\n      \"env\": {\n        \"HOODSCOPE_WALLET_KEY\": \"0xYOUR_FUNDED_BASE_USDC_WALLET_PRIVATE_KEY\"\n      }\n    }\n  }\n}\n```\n\n## Install — Cursor\n\nAdd to `~/.cursor/mcp.json` (or a project `.cursor/mcp.json`) with the same `command`/`args`/`env` block.\n\n## Config (env)\n\n| var | required | default | purpose |\n|---|---|---|---|\n| `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. |\n| `HOODSCOPE_MAX_USD_PER_CALL` | no | `0.10` | Hard per-call spend ceiling; a requirement above this is refused. |\n| `HOODSCOPE_URL` | no | production | Override the API base URL. |\n\n**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.\n\n## Without a wallet\n\nEvery 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.\n\n## Run locally (development)\n\n```bash\nnpm install\nHOODSCOPE_WALLET_KEY=0x... node server.js   # stdio server\n```\n\nAPI: `https://hoodscope-api-production.up.railway.app` · x402 settlement proven on Base.\n",
  "bytes": 2801,
  "sha": "a1d4cdef6c9f1e238fa175fcdd14f034f14145bf1ec9f949a378d88db1203b97",
  "repo_slug": "jamhimself/robinx-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_jamhimself_robinx_mcp_bee78482/readme"
}