Skip to main content
Glama

CoinStats MCP Server

Official

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 密钥。

建造

要在本地构建项目:

npm run build

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

执照

此 MCP 服务器遵循 MIT 许可证。详情请参阅标准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.

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

  1. 设置
    1. API 密钥
    2. 与 MCP 客户端一起使用
  2. 建造
    1. 执照

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        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.
        Last updated -
        3
        104
        28
        TypeScript
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        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
        Last updated -
        3
        29
        TypeScript
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        A MCP server offering tools for cryptocurrency research and Ethereum-based automation.
        Last updated -
        113
        6
        37
        TypeScript
        AGPL 3.0
      • -
        security
        A
        license
        -
        quality
        An MCP server providing a range of cryptocurrency technical analysis indicators and strategies.
        Last updated -
        64
        JavaScript
        MIT License

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

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