ScanHood MCP Server
Provides agent-native access to ScanHood's token safety and analytics API on Robinhood Chain, enabling token scanning, honeypot detection, launch transaction building, and market data queries.
README
ScanHood: open-source safety layer
This is the actual code running live behind scanhood.xyz, a safety and analytics layer for Robinhood Chain (chain ID 4663). Published so the detection logic can be read and audited directly, instead of trusted as a black box.
No external security API covers this chain (GoPlus rejects chain 4663, GMGN's API is walled off), so every check here runs on-chain, from scratch.
What's in here
honeypot/scan.js: the honeypot/rug detector. Simulates a real buy + sell round-trip via a singleeth_call(no gas spent, nothing deployed): it constructs a small contract whose constructor buys the token, tries to sell it, and reverts with the encoded result. That revert-with-data trick is the whole mechanism, read the file, it's under 150 lines.api/server.js: the REST API (/api/scan,/api/search,/api/ohlcv,/api/quote,/api/launch,/api/watchlist,/api/token-extra, the/api/udf/*TradingView datafeed, and the opt-in fee-claim bot's/api/bots/*). Composes the honeypot result with an LP-lock check (who actually controls the liquidity), contract-verification status, and deployer-reputation lookup into one PASS / CAUTION / DANGER verdict.mcp/server.js: a Model Context Protocol server exposing the same API as native tools, so an agent (Claude, etc.) can callscan_token,safe_launches,build_launch_tx, etc. directly instead of hand-rolling HTTP calls.
Live docs with request/response examples: https://scanhood.xyz/docs
Architecture, honestly
┌─────────────┐
agents ──▶│ mcp/server │──▶ api/server ──▶ honeypot/scan (eth_call sim)
humans ──▶│ (MCP) │ │ ├──▶ Blockscout (verification, LP holders)
└─────────────┘ │ └──▶ DexScreener (price/liquidity/volume)
▼
optional data feeds (deployer reputation,
other-launchpad allowlists, RWA issuer set,
each is a separate cron-refreshed collector,
not included in this repo, degrades gracefully
to "unknown" if absent)
Everything marked "optional" in .env.example is a static JSON file your own
cron/collector can produce in whatever shape matches the field names read in
api/server.js, the API itself never assumes a specific pipeline for them.
Run it
npm install
cp .env.example .env # optional, every feature has a working default
npm run api # http://127.0.0.1:8946
npm run mcp # http://127.0.0.1:8948/mcp
node honeypot/scan.js 0xYourTokenAddress # CLI, standalone
What's not in here, and why
- The launchpad contracts. ScanHood's no-rug launchpad is a fork of the
open-source Pons locked-LP factory, that's upstream's
code to publish, not ours to re-vendor here.
api/server.js's/api/launchjust needs a factory address + fee in.env; point it at any factory with the samelaunchToken/predictTokenAddresssignature. - The frontend. This repo is the audit surface (the "how do we decide PASS/CAUTION/DANGER" logic), not the site's UI.
- Trade execution / custody. Nothing here holds a private key.
/api/launchand/api/quoteonly ever return unsigned transactions or read-only quotes for you to sign yourself.
Disclaimer
These are automated on-chain heuristics. They reduce risk; they are not a guarantee. "Sellable" means the honeypot simulation passed, not "safe to buy." Always do your own research.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。