MCP Server for the CoinStats API. Provides access to cryptocurrency market data, portfolio tracking, and news.
You need a CoinStats API key. Obtain one from the CoinStats API Documentation.
Add the following to your client configuration:
{
"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.
{
"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.
To build the project locally:
npm run build
This command installs dependencies, compiles TypeScript to JavaScript, and sets execute permissions.
This MCP server is licensed under the MIT License. See the standard MIT License text for details.
Seamless access to top MCP servers powering the future of AI integration.