Pump Fun Data MCP Server

Integrations

  • Provides containerized deployment of the MCP server through Docker, allowing for isolated and consistent execution environments.

  • Allows installation of the MCP server directly from the GitHub repository using the npx command.

펌프 펀 데이터 MCP 서버

Pump.fun에서 코인 데이터를 효율적으로 검색하고 관리합니다.

Pump.fun 코인에 대한 데이터 검색 기능을 제공하는 MCP(모델 컨텍스트 프로토콜) 서버입니다.

참고: 이것은 비공식 API이며 Pump.fun과 제휴 관계가 없습니다.

특징

  • 추천 코인 목록 가져오기
  • 정렬 및 주문 옵션이 있는 동전 목록을 검색합니다.
  • 특정 코인에 대한 자세한 정보를 얻으세요

설치

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
종류정렬 기준 필드 ( market_cap , last_trade_timestamp , created_timestamp , last_reply )market_cap
NSFW 포함부울NSFW 코인 포함진실
주문하다정렬 순서 ( ASC , DESC )DESC

요청 예시:

{ "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 라이선스에 따라 라이선스가 부여되었습니다.

-
security - not tested
F
license - not found
-
quality - not tested

모델 컨텍스트 프로토콜을 위한 Pump.fun 데이터 가져오기 도구

  1. Features
    1. Installation
      1. Installing via Smithery
      2. Manual Installation
      3. Installing via Docker
    2. API Methods
      1. 1. Get Featured Coins
      2. 2. Get Coins
      3. 3. Get Coin Info
    3. License
      ID: smhua5spa1