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

-
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