Skip to main content
Glama

Pump Fun Data MCP Server

by jun85664396

ポンプファンデータ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_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

ミントID(コインアドレス)

はい

リクエスト例:

{ "name": "get_coin_info", "inputSchema": { "mintId": "some-mint-id" } }

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています。

Deploy Server
A
security – no known vulnerabilities
-
license - not tested
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

モデルコンテキストプロトコル用のPump.funデータ取得ツール

  1. 特徴
    1. インストール
      1. Smithery経由でインストール
      2. 手動インストール
      3. Docker経由でインストール
    2. APIメソッド
      1. 1. 注目のコインを入手する
      2. 2. コインを獲得する
      3. 3. コイン情報を取得する
    3. ライセンス

      Related MCP Servers

      • A
        security
        -
        license
        A
        quality
        A Model Context Protocol server that provides web content fetching and conversion capabilities.
        Last updated -
        4
        66
        3
        MIT License
        • Apple
      • A
        security
        -
        license
        A
        quality
        A Model Context Protocol server enabling AI assistants to create, buy, and sell tokens on the Pump.fun platform on Solana.
        Last updated -
        6
        17
        • Apple
      • A
        security
        -
        license
        A
        quality
        A Model Context Protocol server that enables AI models to extract structured data from websites through the extract\_structured\_data tool.
        Last updated -
        1
        13
        MIT License
        • Apple
      • A
        security
        -
        license
        A
        quality
        A Model Context Protocol server that provides tools for fetching and posting HTTP data, with built-in prompts for URL summarization and API analysis.
        Last updated -
        2

      View all related MCP servers

      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