Skip to main content
Glama

Pump Fun Data MCP Server

by jun85664396

Pump Fun 数据 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_replymarket_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 许可。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
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
        A
        license
        A
        quality
        A Model Context Protocol server that provides web content fetching and conversion capabilities.
        Last updated -
        4
        458
        2
        JavaScript
        MIT License
        • Apple
      • A
        security
        F
        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
        12
        TypeScript
        • Apple
      • A
        security
        A
        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
        431
        JavaScript
        MIT License
        • Apple
      • A
        security
        F
        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
        TypeScript

      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