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:
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.
CoinStats Cryptocurrency Data Server
Project Details
- CoinStatsHQ/coinstats-mcp
- @coinstats/coinstats-mcp
- MIT License
- Last Updated: 4/15/2025
Recomended MCP Servers
Model Context Protocol (MCP) server for interacting with Meta Ads API
这个项目是一个基于Model Context Protocol (MCP)的AutoCAD集成服务器,它允许通过自然语言与AutoCAD进行交互。通过这个服务器,用户可以使用Claude等大型语言模型来创建、修改和分析AutoCAD图纸,同时还可以存储和查询CAD元素的相关数据。目前制作参考学习,仅实现端到端之间的通信,具体工具函数尚未晚上
Build Multimodal AI Agents with memory, knowledge and tools. Simple, fast and model-agnostic.
Let LLM help you achieve your regression with Stata.
MCP Implementation for HubSpot
A Model Context Protocol (MCP) server that provides integration with Turso databases for LLMs. This server implements...
MCP server for Pokemon cards
A model context protocol implementation granting LLMs access to make database queries and learn about supabase types.