Skip to main content
Glama

CoinStats MCP Server

Official

Servidor MCP de CoinStats

Servidor MCP para la API de CoinStats. Proporciona acceso a datos del mercado de criptomonedas, seguimiento de carteras y noticias.

Configuración

Clave API

Necesita una clave API de CoinStats. Consígala en la documentación de la API de CoinStats .

Uso con clientes MCP

Agregue lo siguiente a la configuración de su cliente:

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

Reemplace <YOUR_API_KEY> con su clave API de CoinStats real.

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

Reemplace <YOUR_API_KEY> con su clave API de CoinStats real.

Construir

Para construir el proyecto localmente:

npm run build

Este comando instala dependencias, compila TypeScript a JavaScript y establece permisos de ejecución.

Licencia

Este servidor MCP está licenciado bajo la Licencia MIT. Consulte el texto estándar de la Licencia MIT para obtener más información.

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.

Servidor MCP para la API de CoinStats. Proporciona acceso a datos del mercado de criptomonedas, seguimiento de carteras y noticias.

  1. Configuración
    1. Clave API
    2. Uso con clientes MCP
  2. Construir
    1. Licencia

      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
        703
        32
        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
        514
        TypeScript
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        An MCP server providing a range of cryptocurrency technical analysis indicators and strategies.
        Last updated -
        4
        61
        JavaScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        An MCP server that provides access to cryptocurrency market data from the Nobitex API, enabling users to fetch specific cryptocurrency pair statistics and global market data.
        Last updated -
        22
        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/CoinStatsHQ/coinstats-mcp'

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