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.
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Rocket.net
Manage WordPress sites, plugins, and themes on the Rocket.net hosting platform via its API.
Minibridge
A backend-to-frontend bridge that securely exposes MCP servers to the internet, supporting agent authentication, content analysis, transformation, and telemetry.
Strava MCP Server
A server that connects to the Strava API, allowing language models to access Strava data and features.
IBM Storage Insights MCP Server
An open-source MCP server providing real-time observability for IBM Storage Insights assets.
Bybit MCP Server
Access Bybit's v5 API for real-time market data, trading operations, and account information.
Cisco Support MCP Server
Access Cisco Support APIs for bug searches and other support-related tasks.
Appwrite
Interact with the Appwrite API to manage your backend services.
Remote MCP Server (Authless)
A remote MCP server without authentication, deployable on Cloudflare Workers.
Beyond Menu Salesforce MCP
Integrate with Salesforce to perform actions like testing connections and running queries.
Vulpes Spotify
Interact with Spotify to search for and play tracks using an AI assistant.