Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

pump.fun Solana Data

NPM · @THREE-WS/PUMPFUN-MCP · SCANNED AUG 3

Free, read-only pump.fun + Solana MCP: token discovery, on-chain analysis, SNS, 3D snapshots.

+19 this week 63 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1801 tokens (~78/item across 23 items; 23 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage84
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 44% of tool parameters carry a description.Partial
  • Structured output schemas are declared (13% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @three-ws/pumpfun-mcp

# add to Claude Code
claude mcp add nirholas-pumpfun-solana-mcp -- npx -y @three-ws/pumpfun-mcp
# add to Codex CLI
codex mcp add nirholas-pumpfun-solana-mcp -- npx -y @three-ws/pumpfun-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nirholas-pumpfun-solana-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@three-ws/pumpfun-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add nirholas-pumpfun-solana-mcp --command npx --arg -y --arg @three-ws/pumpfun-mcp
# ~/.hermes/config.yaml
mcp_servers:
  nirholas-pumpfun-solana-mcp:
    command: "npx"
    args: ["-y", "@three-ws/pumpfun-mcp"]
// mcp.json
{
  "mcpServers": {
    "nirholas-pumpfun-solana-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/pumpfun-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 −3

    No change was recorded against any check on this day. Supply Chain Security went from 97 to 86. Other categories moved too: Stability & Change Management rose 3.

  • 2 Aug 26 +59
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Install scripts: unverified → pass security
    • License: unverified → fail functional
    • Stability: unverified → 0.20 functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Tool coverage: unverified → 100 functional
    • Licence: SEE LICENSE IN LICENSE functional
  • 1 Aug 26 −12
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 44

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@three-ws/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 23 exposed · ~1,650 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_bonding_curve ~165

Bonding curve analysis: real reserves, virtual reserves, and graduation progress (on-chain). Pre-graduation only: the reserves come from the pump program bonding-curve account, not from a PumpSwap pool. Pump renamed the quote-side fields (real_sol_reserves → real_quote_reserves, virtual_sol_reserves → virtual_quote_reserves) when 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.

NameTypeReqDescription
mintstringyes
networkstring
NameTypeReqDescription
completebooleanyestrue once the curve has graduated
graduationPercentnumberyes0–100 graduation progress
mintstringyes
networkstringyes
solReservesstringyesReal quote reserves in SOL (4-decimal string). On-chain field: real_quote_reserves.
tokenReservesstringyesReal token reserves (raw base units)
virtualSolReservesstringyesVirtual quote reserves in lamports. On-chain field: virtual_quote_reserves. Spot price = virtual_quote_reserves / virtual_token_reserves. Distinct from the identically-named PumpSwap Pool.virtual_quo…
virtualTokenReservesstringyesVirtual token reserves (raw base units)

No examples provided.

get_creator_profile ~30

All tokens by a creator wallet, with rug-pull risk flags.

NameTypeReqDescription
creatorstringyes

No output schema declared.

No examples provided.

get_graduated_tokens ~32

Tokens that graduated from the bonding curve to Raydium AMM.

NameTypeReqDescription
limitinteger

No output schema declared.

No examples provided.

get_king_of_the_hill ~23

Highest-market-cap token still on the bonding curve.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_new_tokens ~23

Most recently launched pump.fun tokens.

NameTypeReqDescription
limitinteger

No output schema declared.

No examples provided.

get_token_details ~28

Full details for a specific pump.fun token by mint address.

NameTypeReqDescription
mintstringyes

No output schema declared.

No examples provided.

get_token_holders ~43

Top holders of a token with concentration analysis (on-chain).

NameTypeReqDescription
limitinteger
mintstringyes
networkstring

No output schema declared.

No examples provided.

get_token_trades ~33

Recent buy/sell history for a token.

NameTypeReqDescription
limitinteger
mintstringyes

No output schema declared.

No examples provided.

get_trending_tokens ~25

Top pump.fun tokens by market cap.

NameTypeReqDescription
limitinteger

No output schema declared.

No examples provided.

kol_leaderboard ~52

Top KOL traders ranked by P&L for a given time window. Returns wallet, pnlUsd, winRate, trades, rank.

NameTypeReqDescription
limitinteger
windowstring

No output schema declared.

No examples provided.

pumpfun_bot_status ~38

Returns the configuration and health status of the pump.fun indexer backend. Always available — does not require PUMPFUN_BOT_URL.

Input schema present but exposes no named parameters.

NameTypeReqDescription
configuredbooleanyestrue when PUMPFUN_BOT_URL is set on the server
errorstringFailure reason when healthy is false
healthybooleanyestrue when the indexer answered the health ping
latencyMsnumberRound-trip ms of the health ping (configured backends only)
messagestringHuman-readable note when the indexer is unconfigured

No examples provided.

pumpfun_first_claims ~74

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.

NameTypeReqDescription
limitinteger
sinceMinutesintegerHow far back to look for new claimers (minutes)

No output schema declared.

No examples provided.

pumpfun_list_claims ~74

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.

NameTypeReqDescription
creatorstringyesCreator wallet address (base58)
limitinteger
networkstring

No output schema declared.

No examples provided.

pumpfun_quote_swap ~252

Read-only price quote for a pump.fun (PumpSwap) AMM swap on a GRADUATED coin. No signing or tx sending. One of inputMint/outputMint must be wSOL (So11111111111111111111111111111111111111112). Returns amountOut, priceImpactBps, route, expiresAtMs. Pricing follows PumpSwap exactly: the quote side is the EFFECTIVE reserve, pool_quote_token_account.amount + pool.virtual_quote_reserves (non-zero on launchpad coins since 2026-07-20), while the base side is the raw pool_base_token_account.amount, unchanged. Coins still on the bonding curve have no pool, so use get_bonding_curve instead. The quote is a snapshot: honour expiresAtMs and re-quote after it.

NameTypeReqDescription
amountInnumberyesInput amount in raw base units (lamports for SOL).
inputMintstringyesInput token mint (base58).
networkstring
outputMintstringyesOutput token mint (base58).
slippageBpsnumberSlippage tolerance in basis points (default 100 = 1%).
NameTypeReqDescription
amountOutstringyesExpected output in raw base units (lamports when the output is wSOL), fee-inclusive.
base_reservestringRaw base vault balance (pool_base_token_account.amount). Unaffected by virtual reserves.
effective_quote_reservestringquote_reserve + virtual_quote_reserves. The reserve the quote is actually priced against.
expiresAtMsnumberyesUnix ms after which this quote is stale and must be re-requested.
priceImpactBpsnumberyesExecution price vs. the pool spot price, in basis points. Spot is measured against the effective quote reserve (vault + virtual), so virtual liquidity correctly reads as depth rather than as impact.
quote_reservestringRaw quote vault balance (pool_quote_token_account.amount), before virtual reserves.
routestringyesPumpSwap pool address the quote was priced on.
virtual_quote_reservesstringPool.virtual_quote_reserves, an i128. Quote-side liquidity held outside the vault. 0 on non-boost pools. SIGNED: may be negative, so do not parse it unsigned.

No examples provided.

pumpfun_token_3d ~120

Live 3D snapshot of a pump.fun / Solana token. Composes on-chain token metadata, bonding-curve graduation progress, and top-holder distribution, and returns a shareable three.ws /coin3d viewer deep-link (a spinning coin medallion textured with the token logo, a holder galaxy, and a graduation ring) plus an embeddable iframe and the underlying data. Read-only, free.

NameTypeReqDescription
mintstringyesSPL / pump.fun token mint address (base58).
networkstring

No output schema declared.

No examples provided.

pumpfun_vanity_mint ~106

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.

NameTypeReqDescription
caseSensitiveboolean
maxAttemptsinteger
prefixstringDesired address prefix (case-insensitive by default)
suffixstringDesired address suffix (case-insensitive by default)

No output schema declared.

No examples provided.

pumpfun_watch_claims ~88

Return all pump.fun fee-claim events for a creator wallet within a look-back window (durationMs). Useful for batch collection after a delay.

NameTypeReqDescription
creatorstringyesCreator wallet address (base58)
durationMsnumberLook-back window in ms (default 300000 = 5 min, max 1800000)
networkstring

No output schema declared.

No examples provided.

pumpfun_watch_whales ~93

Collect whale trades on a pump.fun token for a short window (max 10 s). Returns all trades whose USD value meets minUsd.

NameTypeReqDescription
durationMsnumberCollection window in ms (default 5000, max 10000)
minUsdnumberMinimum trade value in USD (default 5000)
mintstringyesSPL mint pubkey (base58)

No output schema declared.

No examples provided.

search_tokens ~35

Search pump.fun tokens by name, symbol, or mint address.

NameTypeReqDescription
limitinteger
querystringyes

No output schema declared.

No examples provided.

sns_resolve ~44

Resolve a .sol Solana Name Service domain to its owner wallet address.

NameTypeReqDescription
namestringyes.sol domain name, e.g. "bonfida.sol"

No output schema declared.

No examples provided.

sns_reverseLookup ~38

Reverse-lookup a Solana wallet address to its primary .sol domain name.

NameTypeReqDescription
addressstringyesBase58 Solana wallet address

No output schema declared.

No examples provided.

social_cashtag_sentiment ~71

Score social-post sentiment for a cashtag using a deterministic lexicon. Returns score (-1..1), positive/negative/neutral percentages, and example posts.

NameTypeReqDescription
postsarrayyesArray of post objects. Each must have a text field; id, ts, and author are optional.

No output schema declared.

No examples provided.

social_x_post_impact ~163

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. Bonding-curve pricing (virtual_quote_reserves / virtual_token_reserves), so it applies to coins that have not graduated; a graduated coin has no curve and the call fails rather than returning a zero price.

NameTypeReqDescription
mintstringyesSolana token mint address (base58)
networkstring
postUrlstringyesX post URL (e.g. https://x.com/user/status/123)
windowMininteger±window in minutes around the post time

No output schema declared.

No examples provided.