Skip to main content
Glama
CoinStatsHQ

CoinStats MCP Server

Official
by CoinStatsHQ

CoinStats MCP 服务器

CoinStats API 的 MCP 服务器。提供对加密货币市场数据、投资组合跟踪和新闻的访问。

设置

API 密钥

您需要一个 CoinStats API 密钥。请从CoinStats API 文档获取。

与 MCP 客户端一起使用

将以下内容添加到您的客户端配置中:

NPX

{
  "mcpServers": {
    "coinstats-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@coinstats/coinstats-mcp"
      ],
      "env": {
        "COINSTATS_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

<YOUR_API_KEY>替换为您的实际 CoinStats API 密钥。

Docker

{
  "mcpServers": {
    "coinstats-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "COINSTATS_API_KEY",
        "coinstats/coinstats-mcp"
      ],
      "env": {
        "COINSTATS_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

<YOUR_API_KEY>替换为您的实际 CoinStats API 密钥。

Related MCP server: mcp-coincap-jj

建造

要在本地构建项目:

npm run build

此命令安装依赖项,将 TypeScript 编译为 JavaScript,并设置执行权限。

执照

此 MCP 服务器遵循 MIT 许可证。详情请参阅标准MIT 许可证文本

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • A
    license
    B
    quality
    A
    maintenance
    A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
    3
    522
    39
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface. Updated to use Coin Cap API v3
    3
    26
    1
    MIT
  • F
    license
    C
    quality
    C
    maintenance
    Provides access to CoinCap's cryptocurrency market data and technical analysis tools via MCP, supporting assets, exchanges, markets, and more.
    38
    33
    7
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server providing market data for 15,000+ cryptocurrencies including prices, history, trends, and deep coin metadata via CoinGecko.
    65
    1
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • CoinGecko MCP — wraps CoinGecko free API (no auth required)

  • MCP server for Gainium — manage trading bots, deals, and balances via AI assistants

  • Crypto Feeds MCP.

View all MCP Connectors

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/CoinStatsHQ/coinstats-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server