chiefofstaff token safety (Solana + Robinhood Chain)
Pre-trade token safety checks for Solana and Robinhood Chain, $0.01 USDC per call via x402.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"token-safety": {
"url": "https://chiefofstaff-solana.run402.com/mcp/remote"
}
}
}Remote endpoints
https://chiefofstaff-solana.run402.com/mcp/remotestreamable-httpWhat it can do
Tool inventory
Tools (5)
🟢solana_token_safety_check(mint, payment_signature)
Pre-trade safety grade for a Solana SPL mint: signal PASS/FLAG/FAIL, verdict, tier, authorities, RugCheck risks, LP lock, holders/top-10, Jupiter liquidity, momentum, sell-route honeypot check. $0.01 USDC via x402 (Base or Solana) from YOUR wallet. Heuristic, not financial advice.
Input Schema
{
"type": "object",
"properties": {
"mint": {
"type": "string",
"minLength": 32,
"maxLength": 44,
"description": "Solana SPL token mint (base58)"
},
"payment_signature": {
"type": "string",
"description": "Optional. Base64 x402 v2 PAYMENT-SIGNATURE you signed with your own wallet for this exact request (see get_payment_quote). Omit to receive the live 402 offer; nothing is charged."
}
},
"required": [
"mint"
]
}🟢robinhood_token_safety_check(token, payment_signature)
Pre-trade safety grade for a Robinhood Chain (4663) ERC-20: signal, verdict, tier, owner type (Doppler-aware), clone/proxy detection, privileged functions, deployer+age, v2/v3/v4/Doppler liquidity, holder concentration, GoPlus honeypot cross-check. $0.01 USDC via x402 from YOUR wallet. Heuristic, not financial advice.
Input Schema
{
"type": "object",
"properties": {
"token": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{40}$",
"description": "ERC-20 address on Robinhood Chain"
},
"payment_signature": {
"type": "string",
"description": "Optional. Base64 x402 v2 PAYMENT-SIGNATURE you signed with your own wallet for this exact request (see get_payment_quote). Omit to receive the live 402 offer; nothing is charged."
}
},
"required": [
"token"
]
}🟢get_payment_quote(chain, address)
Free. Returns the unpaid HTTP 402 offer (networks, USDC amount, payTo, raw PAYMENT-REQUIRED) for a check.
Input Schema
{
"type": "object",
"properties": {
"chain": {
"type": "string",
"enum": [
"solana",
"robinhood"
]
},
"address": {
"type": "string",
"description": "Optional mint/token to quote the exact resource URL"
}
},
"required": [
"chain"
]
}🟢list_sample_reports
Free. Lists immutable recorded paid responses (request, time, Base tx, sha256, verdict).
Input Schema
{
"type": "object",
"properties": {}
}🟢get_sample_report(id)
Free. Returns one full recorded paid response by id, e.g. rh-musebook-2026-09-24 or sol-bonk-2026-09-24.
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[A-Za-z0-9._-]{1,80}$"
}
},
"required": [
"id"
]
}Community
Evidence