docs: add CoinStats MCP server to official integrations in README #2766
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Added a new MCP server integration for CoinStats, enabling secure access to cryptocurrency market data, portfolio tracking, and news via the CoinStats API. This server can be used by LLM clients and supports both NPX and Docker usage.
Server Details
Motivation and Context
This change adds support for a popular crypto API, allowing developers and AI agents to securely retrieve portfolio data and market information using MCP conventions. It expands the set of financial data sources available, and solves the gap for CoinStats users wanting native MCP support.
How Has This Been Tested?
Tested locally with multiple MCP clients (NPX and Docker deployment) using a valid CoinStats API key. Verified core endpoints work for market data, portfolio fetching, and news retrieval. No breaking changes identified.
Breaking Changes
No breaking changes. The new server does not alter interfaces or affect current MCP configurations.
Types of changes
Checklist
Additional context
CoinStats MCP provides access via API key and supports both usage through NPX and Docker, as described in its README.