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自動的にインストールするには:

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
選別並べ替えの基準となるフィールド ( market_caplast_trade_timestampcreated_timestamplast_reply )market_cap
NSFWを含むブール値NSFWコインを含める真実
注文並べ替えの順序( ASCDESCDESC

リクエスト例:

{ "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 ライセンスに基づいてライセンスされています。

-
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