Pump Fun Data MCP Server
펌프 펀 데이터 MCP 서버
Pump.fun에서 코인 데이터를 효율적으로 검색하고 관리합니다.
Pump.fun 코인에 대한 데이터 검색 기능을 제공하는 MCP(모델 컨텍스트 프로토콜) 서버입니다.
참고: 이것은 비공식 API이며 Pump.fun과 제휴 관계가 없습니다.
특징
추천 코인 목록 가져오기
정렬 및 주문 옵션이 있는 동전 목록을 검색합니다.
특정 코인에 대한 자세한 정보를 얻으세요
Related MCP server: pumpfun-wallets-mcp
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop에 pump-fun-data-mcp 자동으로 설치하려면:
지엑스피1
수동 설치
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(코인 주소) | 예 |
요청 예시:
{
"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