CoinStats

CoinStats

MCP Server for the CoinStats API. Provides access to cryptocurrency market data, portfolio tracking and news.

10
Stars
10
Forks
0
Releases

Overview

CoinStats MCP Server is an MCP server bridging to the CoinStats API, exposing access to cryptocurrency market data, portfolio tracking, and news to MCP clients. It requires a CoinStats API key (COINSTATS_API_KEY) to authenticate requests and can be integrated via multiple MCP client options including Cursor, NPX, and Docker. The repository provides NPX and Docker configuration examples and a Cursor install link. To run locally, you should install dependencies, build the project with npm run build, which compiles TypeScript to JavaScript and sets execute permissions. The server references CoinStats API Dashboard and API docs for data endpoints and usage, and is licensed under the MIT License.

Details

Owner
CoinStatsHQ
Language
TypeScript
License
MIT License
Updated
2025-12-07

Features

Market data access

Provides access to cryptocurrency market data via the CoinStats API.

Portfolio tracking

Supports portfolio tracking data accessible via MCP endpoints.

News

Delivers cryptocurrency-related news through MCP interfaces.

API key authentication

Requires CoinStats API key via COINSTATS_API_KEY for authentication.

Multiple MCP client integration options

Supports Cursor, NPX, and Docker deployment/integration methods.

Configuration samples for NPX and Docker

Includes sample configurations showing how to set COINSTATS_API_KEY and the MCP server entry.

Buildable TypeScript project

Builds locally with npm run build to install dependencies and compile TypeScript to JavaScript.

Open-source MIT licensed

Licensed under the MIT License (open-source).

Audience

MCP developersIntegrators configure MCP to fetch market data, portfolio insights, and news from CoinStats.

Tags

CoinStatsMCP servercryptocurrencymarket dataportfolio trackingnewsAPI keyTypeScriptAPI docs