# Coinstats MCP

> MCP server for the CoinStats API providing access to cryptocurrency market data, portfolio tracking, and news.

- Skill: `yejiming/coinstats-mcp` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add yejiming/coinstats-mcp`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yejiming/coinstats-mcp/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: yejiming (https://skillmd.com/u/yejiming)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yejiming/coinstats-mcp

---


# CoinStats MCP Server

Official MCP server from CoinStats.

MCP Server for the CoinStats API. Provides access to cryptocurrency market data, portfolio tracking, and news. Requires a CoinStats API key obtainable from the CoinStats API Dashboard.

## Installation

```bash
# From the official repo:
git clone https://github.com/CoinStatsHQ/coinstats-mcp
cd coinstats-mcp
npm install
```

Or run directly with npx:

```bash
npx -y @coinstats/coinstats-mcp
```

## Links

- **GitHub**: https://github.com/CoinStatsHQ/coinstats-mcp
- **Documentation**: https://coinstats.app/api-docs

