- Explore MCP Servers
- coinstats-mcp
Coinstats Mcp
What is Coinstats Mcp
CoinStats MCP is a server that provides access to the CoinStats API, enabling users to retrieve cryptocurrency market data, track their portfolios, and stay updated with news related to cryptocurrencies.
Use cases
Use cases for CoinStats MCP include developing cryptocurrency tracking applications, integrating market data into trading bots, and providing users with up-to-date news and analytics on cryptocurrencies.
How to use
To use CoinStats MCP, you need to obtain a CoinStats API key from the CoinStats API Documentation. You can configure it in your client either using NPX or Docker by adding the necessary command and environment variables in your configuration.
Key features
Key features of CoinStats MCP include access to real-time cryptocurrency market data, portfolio tracking capabilities, and integration with news sources related to the cryptocurrency market.
Where to use
CoinStats MCP can be used in various fields such as finance, investment analysis, and cryptocurrency trading platforms, where real-time data and portfolio management are essential.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Coinstats Mcp
CoinStats MCP is a server that provides access to the CoinStats API, enabling users to retrieve cryptocurrency market data, track their portfolios, and stay updated with news related to cryptocurrencies.
Use cases
Use cases for CoinStats MCP include developing cryptocurrency tracking applications, integrating market data into trading bots, and providing users with up-to-date news and analytics on cryptocurrencies.
How to use
To use CoinStats MCP, you need to obtain a CoinStats API key from the CoinStats API Documentation. You can configure it in your client either using NPX or Docker by adding the necessary command and environment variables in your configuration.
Key features
Key features of CoinStats MCP include access to real-time cryptocurrency market data, portfolio tracking capabilities, and integration with news sources related to the cryptocurrency market.
Where to use
CoinStats MCP can be used in various fields such as finance, investment analysis, and cryptocurrency trading platforms, where real-time data and portfolio management are essential.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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 Documentation.
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.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










