Overview
What is CoinStats MCP?
CoinStats MCP is an MCP server that integrates with the CoinStats API to provide cryptocurrency market data, portfolio tracking, and news. It is designed for users who want to access crypto data through MCP‑compatible clients.
How to use CoinStats MCP?
Obtain a CoinStats API key from the CoinStats API Documentation. Add the configuration block shown in the README to your MCP client, setting the COINSTATS_API_KEY environment variable. You can also build the project locally by running npm run build.
Key features of CoinStats MCP
- Provides access to cryptocurrency market data via CoinStats API
- Supports portfolio tracking functionality
- Delivers cryptocurrency news integration
- Easy setup with npx and environment variable configuration
- Local build uses TypeScript compilation
- Licensed under the ISC License
Use cases of CoinStats MCP
- Integrate live cryptocurrency prices into MCP‑based assistants
- Track personal crypto portfolios through an MCP client
- Fetch and display the latest cryptocurrency news for analysis
FAQ from CoinStats MCP
What is CoinStats MCP?
CoinStats MCP is an MCP server that gives clients access to the CoinStats API, including market data, portfolio tracking, and news.
How do I get a CoinStats API key?
You can obtain an API key from the CoinStats API Documentation at https://openapi.coinstats.app.
How do I configure CoinStats MCP in my MCP client?
Add the provided JSON configuration to your client, using the command npx -y @coinstats/coinstats-mcp and the environment variable COINSTATS_API_KEY set to your key.
Can I build CoinStats MCP locally?
Yes, run npm run build to install dependencies, compile TypeScript to JavaScript, and set execute permissions.
What license does CoinStats MCP use?
CoinStats MCP is licensed under the ISC License.
