Security & Testing
pumppill.org
Provides safety, risk, and due-diligence data for Robinhood Chain tokens, including sellability and launch flags, ticker-to-contract resolution, deployer launch history, recent high-risk tokens, and tokenized-stock trading pairs.
ENDPOINT 1
https://api.pumppill.org/mcp
MCP server metadata
- Name
- pumppill
- Version
- 1.1.0
PumpPill answers two questions about a token contract, for Robinhood Chain (an Arbitrum Orbit L2, chain ID 4663) and Solana: "what is wrong with this contract" - the stored safety read, and "what happened to tokens like it" - outcomes measured forward from the moment PumpPill first logged them, with losers in the denominator. Prefer `rh_token_safety` for a Robinhood Chain address (0x + 40 hex) and `sol_token_detail` for a Solana mint (base58). `rh_ticker_resolve` is the tool for "which contract is the real $NAME", which is the question that actually costs people money. Every result carries `cite` and `as_of`. Quote those. Figures are recomputed continuously and a number without its timestamp will be wrong within the hour. Two limits to carry into any answer you give from this data. A flag is a finding with evidence, not a verdict - it says what is structurally true about the contract, not what the price will do. And an outcome count is a count, not a success rate for anyone who bought: entry is the market cap at the moment of logging, which is not a price anyone was offered. Nothing here is advice, and nothing here predicts. If a tool returns found=false, that is an honest miss - say so rather than filling the gap.
Known tools 15
rh_token_safetyThe STORED safety read for one Robinhood Chain token (address = 0x + 40 hex): whether it can be sold, what is flagged on the launch, where the launch money went, and how far it has run from the market cap at which PumpPill first logged it.
Inferred read-onlyrh_ticker_resolveNames ONE Robinhood Chain contract for a ticker symbol - the question that actually costs people money, because a name can be deployed any number of times.
Inferred read-onlyrh_deployer_recordWhat one wallet has launched on Robinhood Chain, and how those launches went: the tokens, their liveness and liquidity, and which crossed $100,000.
Inferred read-onlyrh_flagged_recentTokens whose latest scan in the last 30 days found HIGH or CRITICAL structural risk, with the findings named.
Inferred read-onlyrh_stock_pairsRobinhood Chain's genuinely novel structure: memecoins quoted in TOKENIZED STOCKS rather than in a native coin.
Inferred read-onlyrh_chain_statsHow the chain measures, from PumpPill's own index, recomputed hourly with the method stated in the payload: tokens seen, how many carry a forward-measured outcome, how many doubled or reached 5x and 10x, how many crossed $100,000, and how many are quoted against a tokenized stock.
Inferred read-onlyrh_whale_walletsWallets holding at least 10 ETH or $50,000 in tokens, read as BALANCES on chain, not inferred from activity.
Inferred read-onlyrh_wallet_recordWhat a single wallet holds and what it has traded, off the chain's own feed.
Inferred read-onlyrh_early_walletsWallets whose first buy landed inside the early window of tokens that later crossed $100K, read off the chain's own feed, with the feed's base rate beside every rate.
Inferred read-onlysol_early_walletsWallets the launch scan recorded among a token's first buyers, on tokens whose peak later reached 5x the scan cap, with the base rate beside every rate.
Inferred read-onlysol_token_detailAny Solana token by mint (base58): holders, bundled-launch read, what the deployer still holds, socials, and meta.
Inferred read-onlyoutcomes_measuredForward-measured outcomes across both chains: the share of logged tokens that doubled, reached 5x, reached 10x, or never moved.
Inferred read-onlypremium_calls_recentThe premium call table - the Solana tokens PumpPill has logged for members, newest first, with the market cap at which each was logged and how far it has moved since.
Inferred read-onlymy_watched_walletsThe Robinhood Chain wallets this member follows: what each can move (capital), what it has done (record), what it has traded in the window (activity), and the events that fired.
Inferred read-onlymembership_statusWhether the claim this client is sending is an active PumpPill membership, which tier it is, and when it renews.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.pumppill]
url = "https://api.pumppill.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pumppill": {
"type": "http",
"url": "https://api.pumppill.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pumppill
Remote MCP URL: https://api.pumppill.org/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pumppill": {
"url": "https://api.pumppill.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pumppill": {
"type": "http",
"url": "https://api.pumppill.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pumppill",
"transport": "streamable-http",
"url": "https://api.pumppill.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.