CoinStats
Access cryptocurrency market data, portfolio tracking, and news from the CoinStats API.
CoinStats MCP Server
MCP Server for the CoinStats API. Provides access to cryptocurrency market data, portfolio tracking, and news.
Setup
API Key
You need a CoinStats API key. Obtain one from the CoinStats API Dashboard. Read API docs.
Usage with MCP clients
Add the following to your client configuration:
Cursor
NPX
{
"mcpServers": {
"coinstats-mcp": {
"command": "npx",
"args": [
"-y",
"@coinstats/coinstats-mcp"
],
"env": {
"COINSTATS_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Replace <YOUR_API_KEY> with your actual CoinStats API key.
Docker
{
"mcpServers": {
"coinstats-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"COINSTATS_API_KEY",
"coinstats/coinstats-mcp"
],
"env": {
"COINSTATS_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Replace <YOUR_API_KEY> with your actual CoinStats API key.
Build
To build the project locally:
npm run build
This command installs dependencies, compiles TypeScript to JavaScript, and sets execute permissions.
License
This MCP server is licensed under the MIT License. See the standard MIT License text for details.
Related Servers
Cloudflare MCP Server
A template for deploying a remote MCP server on Cloudflare Workers without authentication. It supports one-click deployment or local setup via npm.
AWS Core
Core AWS MCP server providing prompt understanding and server management capabilities.
ProbeOps
Network diagnostics from 6 global regions — SSL, DNS, ping, whois, traceroute, port scan, latency. Works without an API key.
Codehooks.io
Integrate with the Codehooks.io serverless backend platform.
Remote MCP Server (Authless)
A remote, authentication-free MCP server deployable on Cloudflare Workers or locally via npm.
MCP Kubernetes
Execute Kubernetes commands using kubectl from any MCP-compatible client. Requires a valid kubeconfig file.
AI Image MCP Server
AI-powered image analysis using OpenAI's Vision API.
Cumulocity MCP Server
Access the Cumulocity IoT platform to manage devices, measurements, and alarms.
Satellite Tracking
Provides real-time satellite tracking data using the N2YO API.
Google Ad Manager MCP Server
A read-only MCP server for querying live Google Ad Manager data, powered by CData.