Skip to main content
Glama
jun85664396

Pump Fun Data MCP Server

by jun85664396

Pump Fun 数据 MCP 服务器

铁匠徽章

高效地检索和管理来自 Pump.fun 的硬币数据。

为 Pump.fun 币提供数据检索功能的模型上下文协议 (MCP) 服务器。

**注意:**这是一个非官方 API,与 Pump.fun 无关。

特征

  • 获取特色硬币列表

  • 检索带有排序和排序选项的硬币列表

  • 获取特定硬币的详细信息

Related MCP server: Pump.fun MCP Server

安装

通过 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 硬币

真的

命令

细绳

排序顺序( ASCDESC

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 许可。

Install Server
A
license - permissive license
C
quality
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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