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 endpoint
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.three-ws-pumpfun-mcp]
url = "https://three.ws/api/pump-fun-mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"three-ws-pumpfun-mcp": {
"type": "http",
"url": "https://three.ws/api/pump-fun-mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: three-ws-pumpfun-mcp
Remote MCP URL: https://three.ws/api/pump-fun-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": {
"three-ws-pumpfun-mcp": {
"url": "https://three.ws/api/pump-fun-mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"three-ws-pumpfun-mcp": {
"type": "http",
"url": "https://three.ws/api/pump-fun-mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "three-ws-pumpfun-mcp",
"transport": "streamable-http",
"url": "https://three.ws/api/pump-fun-mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_token_details— Full details for a specific pump.get_bonding_curve— Bonding curve analysis: real reserves, virtual reserves, and graduation progress (on-chain).get_token_trades— Recent buy/sell history for a token.get_token_holders— Top holders of a token with concentration analysis (on-chain).pumpfun_vanity_mint— Generate a Solana keypair whose address ends/starts with a vanity pattern.pumpfun_watch_whales— Collect whale trades on a pump.pumpfun_watch_claims— Return all pump.pumpfun_first_claims— First-ever pump.