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
Remote MCP Server (Authless)
An authentication-free remote MCP server deployable on Cloudflare Workers or locally via npm.
mcp-k8s-go
Golang-based Kubernetes MCP Server. Built to be extensible.
JupiterOne MCP Server
Interact with JupiterOne's data and tools through an MCP server, enabling AI assistants to access your JupiterOne account.
YouTube Vision
Interact with YouTube videos using the Google Gemini Vision API.
Authless Remote MCP Server
An authentication-free, remote MCP server designed for deployment on Cloudflare Workers.
Second Opinion MCP
Consult multiple AI models, including local, cloud, and enterprise services, to get diverse perspectives on a topic.
MCP Google Map Server
Integrates Google Maps API for location-based queries and data processing.
Tailscale MCP Server
Integrate with Tailscale's CLI and API for automated network management and monitoring.
Remote MCP Server (Authless)
A remote, authentication-free MCP server deployable on Cloudflare Workers or locally via npm.
Dynatrace
An MCP server for the Dynatrace observability platform.