# three.ws pump.fun MCP MCP server

Free, read-only pump.fun and Solana token discovery and on-chain analysis tools, by three.ws.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-nirholas-threews-pumpfun
- Repository: https://github.com/nirholas/three.ws
- Website: https://three.ws

## Install
- Endpoint: https://three.ws/api/pump-fun-mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://three.ws/api/pump-fun-mcp

## Tools
- get_token_details (Token Details) - Full details for a specific pump.fun token by mint address. Endpoint: https://three.ws/api/pump-fun-mcp
- get_bonding_curve (Bonding Curve) - Bonding curve analysis: real reserves, virtual reserves, and graduation progress (on-chain). Pre-graduation only: these reserves come from the pump program bonding-curve account, not from a PumpSwap pool. Pump renamed the quote-side fields on-chain (real_sol_reserves -> real_quote_reserves, virtual_sol_reserves -> virtual_quote_reserves) once a non-SOL quote asset became possible; the response keys below keep their original names and are still denominated in SOL, because the curve quote_mint is the SOL default on every coin created to date. Once complete=true the curve is retired and pricing moves to the PumpSwap pool, so use pumpfun_quote_swap from that point on. Endpoint: https://three.ws/api/pump-fun-mcp
- get_token_trades (Token Trades) - Recent buy/sell history for a token. Endpoint: https://three.ws/api/pump-fun-mcp
- get_token_holders (Token Holders) - Top holders of a token with concentration analysis (on-chain). Endpoint: https://three.ws/api/pump-fun-mcp
- pumpfun_vanity_mint (Vanity Mint Keypair) - Generate a Solana keypair whose address ends/starts with a vanity pattern. Returns publicKey + secretKey (base58). Caller must save the secret key immediately — it is never stored. Hard timeout: 60 s. Endpoint: https://three.ws/api/pump-fun-mcp
- pumpfun_watch_whales (Watch Whale Trades) - Collect whale trades on a pump.fun token for a short window (max 10 s). Returns all trades whose USD value meets minUsd. Endpoint: https://three.ws/api/pump-fun-mcp
- pumpfun_list_claims (List Creator Fee Claims) - List recent pump.fun fee-claim events for a creator wallet (on-chain, no indexer needed). Returns signature, mint, lamports, and Unix timestamp for each claim. Endpoint: https://three.ws/api/pump-fun-mcp
- pumpfun_watch_claims (Watch Creator Fee Claims) - Return all pump.fun fee-claim events for a creator wallet within a look-back window (durationMs). Useful for batch collection after a delay. Endpoint: https://three.ws/api/pump-fun-mcp
- pumpfun_first_claims (First Creator Fee Claims) - First-ever pump.fun creator fee claims in a time window: a cash-out signal. Returns creators who have never claimed before, with creator wallet, mint, lamports, and timestamp. Endpoint: https://three.ws/api/pump-fun-mcp
- sns_resolve (Resolve .sol Domain) - Resolve a .sol Solana Name Service domain to its owner wallet address. Endpoint: https://three.ws/api/pump-fun-mcp
- sns_reverseLookup (Reverse .sol Lookup) - Reverse-lookup a Solana wallet address to its primary .sol domain name. Endpoint: https://three.ws/api/pump-fun-mcp
- social_cashtag_sentiment (Cashtag Sentiment) - Score social-post sentiment for a cashtag using a deterministic lexicon. Returns score (-1..1), positive/negative/neutral percentages, and example posts. Endpoint: https://three.ws/api/pump-fun-mcp
- kol_leaderboard (KOL Leaderboard) - Top KOL traders ranked by P&L for a given time window. Returns wallet, pnlUsd, winRate, trades, rank. Endpoint: https://three.ws/api/pump-fun-mcp
- pumpfun_quote_swap (Swap Quote (Read-Only)) - Read-only price quote for a pump.fun AMM (PumpSwap) swap. No signing or tx sending. One of inputMint/outputMint must be wSOL (So11111111111111111111111111111111111111112). Only GRADUATED coins have an AMM pool; for a coin still on its bonding curve use get_bonding_curve instead. Pricing runs on the pool effective quote reserves (quote vault balance + pool.virtual_quote_reserves); the base side is the raw base vault balance. Returns amountOut, priceImpactBps, route, expiresAtMs, plus the reserves the quote was computed from so the number can be reproduced. Endpoint: https://three.ws/api/pump-fun-mcp
- social_x_post_impact (X Post Price Impact) - Correlate an X (Twitter) post to a memecoin price impact. Fetches post metadata via oEmbed (no API key) and computes price delta from the pump.fun bonding curve in a ±windowMin window around the post. Endpoint: https://three.ws/api/pump-fun-mcp
- get_coin_intel (Coin Intel) - Full Coin Intelligence snapshot for a pump.fun mint. Returns every signal the engine recorded during the observation window: bundle vs organic verdict, bubblemaps-style cluster connectivity, smart-money presence (with wallet labels and win-rates), dev behaviour, category/classification, news-meme detection with the matching headline, risk flags, and a 0–100 quality score. Also returns the outcome if the coin is old enough to be labeled (graduated/rugged/ATH multiple). This is the single highest-signal read for a trade decision — call this before entering any position. Endpoint: https://three.ws/api/pump-fun-mcp
- get_oracle_conviction (Oracle Conviction) - Oracle conviction score for a pump.fun mint: the fused 0-100 score the Oracle engine produces by combining four intelligence pillars: pedigree (who bought it), structure (organic vs bundle, holder concentration, bubblemaps connectivity), narrative (category, meme virality, news hook), and momentum (timing, velocity). Returns the tier (prime ≥86 / strong ≥72 / lean ≥54 / watch ≥36 / avoid), the per-pillar breakdown, the natural-language reasons that drove the score, the full "who's in" trader roster with reputation labels and win-rates, and the narrative read (category, virality, tags). Call this when you need the highest-confidence trade signal; it synthesises everything get_coin_intel exposes into one actionable score. Pairs with get_coin_intel for raw signals. Endpoint: https://three.ws/api/pump-fun-mcp
- pumpfun_upload_metadata (Upload Coin Metadata) - Upload coin metadata (name, symbol, description, image) to IPFS and get back a pump.fun-ready metadata URI. Call this before launching a coin — pass the returned uri to the launch-agent endpoint or the studio launch flow. Requires a valid bearer token (API key). Image may be a public HTTPS URL or a base64 data URI (max 10 MB). The returned uri is a permanent ipfs:// link; the call is idempotent for the same content. Endpoint: https://three.ws/api/pump-fun-mcp
- pumpfun_bot_status (Indexer Status) - Returns the configuration and health status of the pump.fun indexer backend. Always available — does not require PUMPFUN_BOT_URL. Endpoint: https://three.ws/api/pump-fun-mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.nirholas
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 13, 2026
- Source: https://registry.modelcontextprotocol.io
