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_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

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. 注目のコインを入手する
      2. コインを獲得する
      3. コイン情報を取得する
    3. ライセンス

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that provides web content fetching and conversion capabilities.
        Last updated -
        4
        89
        2
        JavaScript
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that enables Large Language Models to seamlessly interact with ClickHouse databases, supporting resource listing, schema retrieval, and query execution.
        Last updated -
        1
        Python
        MIT License
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that provides tools for interacting with databases, including PostgreSQL, DuckDB, and Google Cloud Storage Parquet files.
        Last updated -
        2
        TypeScript
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that enables Large Language Models to access and interact with database connections, including viewing schemas and performing CRUD operations on connected databases.
        Last updated -
        • Apple

      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