MCP server for PumpFun on-chain intelligence β tokens, claims, holders, and bundles.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Read-only Telegram channel feed that broadcasts PumpFun on-chain activity β GitHub social fee claims, token graduations, and more. Posts rich, intelligence-enriched cards to a Telegram channel in real time.
Website Β· Live Channel Β· MCP Server Β· Deploy Guide Β· Contributing
Looking for interactive monitoring? The telegram-bot supports watch management, group chats, REST API, SSE streaming, and webhooks. Use this channel-bot for simple broadcast-only channels.
| Feed | Description | Toggle |
|---|---|---|
| GitHub Social Fee Claims | GitHub devs claiming PumpFun social fee PDA rewards | FEED_CLAIMS |
| Token Graduations | Tokens graduating from bonding curve to PumpAMM | FEED_GRADUATIONS |
Every GitHub social fee claim card includes:
| Feature | Description |
|---|---|
| π’ Credibility Score | Deterministic 0-100 verdict (Strong/Moderate/Caution/High Risk) synthesised from every trust signal, with a transparent Β±factor breakdown |
| π Dev Track Record | Persistent per-developer reputation β a repeat dev's prior tokens and their average credibility, so a serial fee-farmer whose newest coin looks clean is exposed on sight |
| π¨ First-Time Alert | π¨π¨π¨ FIRST TIME CLAIM banner when a GitHub user claims for the first time ever |
| β οΈ Fake Claim Detection | Detects when claim_social_fee_pda instruction is called but no fees are actually paid out |
| π Claim Counter | Sequential claim number tracked persistently across restarts |
| πΉ Lifetime SOL | Total SOL claimed from the PDA over all time |
| π€ GitHub Profile | Username, bio, repos, followers, account age, location, blog |
| π Social Links | Twitter/X profile with follower counts (from GitHub profile) |
| π Influencer Badge | Tier-based badge for high-follower GitHub/X accounts |
| π Token Intel | Graduated/bonding curve status, curve progress %, created age, reply count |
| π Token Socials | Twitter, Telegram, website links from token metadata |
| π·οΈ Token Flags | NSFW, banned, cashback status indicators |
| β οΈ Trust Signals | Warnings for new GitHub accounts (< 30 days), zero repos, fake claims |
| π Trading Links | Axiom, GMGN, Padre links with affiliate codes |
| οΈ Token Image | Token image or GitHub avatar as photo card |
Rich graduation cards include creator profile, top holders analysis, 24h trading volume, dev wallet activity, pool liquidity, and bundle detection.
Combines GitHub and X/Twitter follower data to classify claimers:
| Tier | Badge | X Followers | GitHub Followers |
|---|---|---|---|
| Mega | π₯π₯ MEGA INFLUENCER | β₯ 100K | β₯ 10K |
| Influencer | π₯ Influencer | β₯ 10K | β₯ 1K |
| Notable | β Notable | β₯ 1K | β₯ 100 |
Either threshold triggers the tier β a user with 50K X followers and 50 GitHub followers still qualifies as Influencer.
Every claim card leads with a deterministic 0-100 credibility verdict synthesised from the trust signals the bot already gathers, plus the claiming dev's persistent track record across prior tokens.
The score is deterministic and transparent β same inputs always produce the same number, no model call, and every point is attributed to a named factor shown under the headline:
| Tier | Badge | Score |
|---|---|---|
| Strong | π’ | 75-100 |
| Moderate | π‘ | 55-74 |
| Caution | π | 35-54 |
| High Risk | π΄ | 0-34 |
Scoring starts at a neutral 50 and adjusts by weighted factors: claim verification (+22, or -20 on a GitHub-owner mismatch), account age (+14 for 5y+ down to -18 for < 30 days), public repos, followers, starred non-fork repo, copycats (-10/-16), bundling, holder concentration, prior rugs, and bans.
Dev track record turns that one-shot score into memory. Every score is recorded against the claiming GitHub user id and persisted, so the next time that dev launches a token the card shows their history β exposing a serial fee-farmer whose newest coin looks clean, and crediting a builder with a real record:
Logic lives in src/credibility.ts (pure scoreCredibility) and src/dev-reputation.ts (persistent store), both fully covered by tests.
First-time claims get a one-line AI take generated by Groq (llama-3.3-70b-versatile):
Examples:
"Real GitHub project, dev claimed fast" Β· "Fork of popular repo, proceed with caution"
The RpcFallback class manages multiple Solana RPC endpoints with automatic rotation:
SOLANA_RPC_URLS (comma-separated)| Program | ID | Purpose |
|---|---|---|
| PumpFees | pfeeUxB6jkeY1Hxd7CsFCAjcbHA9rWtchMGdZ6VojVZ | Fee sharing, social fee PDA claims |
| Pump | 6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P | Bonding curve (graduations) |
| PumpAMM | pAMMBay6oceH9fJKBRHGP5D4bD4sWpmSwMn52FMfXEA | AMM (graduated pool events) |
Run the MCP server instantly with npx β no clone needed:
Or install globally:
Add to your MCP client config (Claude Desktop, Cursor, VS Code Copilot):
npm package: pumpfun-claims-bot on npm
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/pumpfun-claims-bot)<a href="https://allmcps.com/mcp/pumpfun-claims-bot"><img src="https://allmcps.com/api/badge/pumpfun-claims-bot?style=directory" alt="PumpFun Claims Bot on AllMCPs" /></a>