Pump Fun Data MCP Server
Pump Fun 数据 MCP 服务器
高效地检索和管理来自 Pump.fun 的硬币数据。
为 Pump.fun 币提供数据检索功能的模型上下文协议 (MCP) 服务器。
**注意:**这是一个非官方 API,与 Pump.fun 无关。
特征
获取特色硬币列表
检索带有排序和排序选项的硬币列表
获取特定硬币的详细信息
Related MCP server: pumpfun-wallets-mcp
安装
通过 Smithery 安装
通过Smithery自动为 Claude Desktop 安装pump-fun-data-mcp :
npx -y @smithery/cli@latest install @jun85664396/pump-fun-data-mcp --client claude手动安装
将其添加到您的 MCP 配置中:
"pump-fun-data": {
"command": "npx",
"args": ["-y", "github:jun85664396/pump-fun-data-mcp"]
}通过 Docker 安装
构建 Docker 镜像:
docker build -t mcp/pump-fun-data -f Dockerfile .使用 Docker 运行:
{
"mcpServers": {
"pump-fun-data": {
"command": "docker",
"args": ["run", "-i", "--rm", "--init", "-e", "DOCKER_CONTAINER=true", "mcp/pump-fun-data"]
}
}
}API 方法
1. 获取特色硬币
检索特色硬币列表。
请求参数:
范围 | 类型 | 描述 | 默认 |
抵消 | 数字 | 起始偏移量 | 0 |
限制 | 数字 | 返还硬币数量 | 24 |
包括Nsfw | 布尔值 | 包括 NSFW 硬币 | 真的 |
示例请求:
{
"name": "get_featured_coins",
"inputSchema": {
"offset": 0,
"limit": 24,
"includeNsfw": true
}
}2. 获取金币
检索带有排序和排序选项的硬币列表。
请求参数:
范围 | 类型 | 描述 | 默认 |
抵消 | 数字 | 起始偏移量 | 0 |
限制 | 数字 | 返还硬币数量 | 24 |
种类 | 细绳 | 排序依据的字段( |
|
包括Nsfw | 布尔值 | 包括 NSFW 硬币 | 真的 |
命令 | 细绳 | 排序顺序( |
|
示例请求:
{
"name": "get_coins",
"inputSchema": {
"offset": 0,
"limit": 24,
"sort": "market_cap",
"includeNsfw": true,
"order": "DESC"
}
}3. 获取代币信息
检索有关特定硬币的详细信息。
请求参数:
范围 | 类型 | 描述 | 必需的 |
薄荷ID | 细绳 | 铸币厂 ID(硬币地址) | 是的 |
示例请求:
{
"name": "get_coin_info",
"inputSchema": {
"mintId": "some-mint-id"
}
}执照
该项目已获得 MIT 许可。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceA Model Context Protocol server enabling AI assistants to create, buy, and sell tokens on the Pump.fun platform on Solana.621
- AlicenseAqualityDmaintenanceAn MCP server that analyzes wallets’ trading activity and profitability on Pump.fun and PumpSwap.41MIT
- AlicenseAqualityDmaintenanceReal-time radar for Solana memecoins, Pump.fun launches, and KOL trades.82MIT
- AlicenseAqualityAmaintenanceSolana KOL trading intelligence and deployer analytics. Query real-time trades from 946 tracked KOL wallets, convergence signals, PnL leaderboards, and elite Pump.fun deployer alerts — paid per request with USDC via x402.511,0752MIT
Related MCP Connectors
Solana MCP for wallets, trades, markets, PnL, transfers, onchain data, signable swaps and API tools.
Solana on-chain intelligence — token scans, wallet profiling, bundle detection, 19 MCP tools.
32 paid x402 endpoints for crypto, Zora & on-chain analysis. 10 MCP tools. USDC on Base.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jun85664396/pump-fun-data-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server