INDIVIDUAL MCP TOOL
premium_calls_recent
The 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.
LIVE ENDPOINT
https://api.pumppill.org/mcp
Connect to this endpoint to inspect the live schema for premium_calls_recent and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
rh_token_safety— The 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.rh_ticker_resolve— Names 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.rh_deployer_record— What one wallet has launched on Robinhood Chain, and how those launches went: the tokens, their liveness and liquidity, and which crossed $100,000.rh_flagged_recent— Tokens whose latest scan in the last 30 days found HIGH or CRITICAL structural risk, with the findings named.rh_stock_pairs— Robinhood Chain's genuinely novel structure: memecoins quoted in TOKENIZED STOCKS rather than in a native coin.rh_chain_stats— How 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.rh_whale_wallets— Wallets holding at least 10 ETH or $50,000 in tokens, read as BALANCES on chain, not inferred from activity.rh_wallet_record— What a single wallet holds and what it has traded, off the chain's own feed.