
CoinStats MCP
@CoinStatsHQ
关于 CoinStats MCP
MCP Server for the CoinStats API.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"coinstats-mcp": {
"command": "npx",
"args": [
"-y",
"@coinstats/coinstats-mcp"
],
"env": {
"COINSTATS_API_KEY": "<YOUR_API_KEY>"
}
}
}
}工具
30Get comprehensive data about all cryptocurrencies: Price, market cap, and volume. Price changes (1h, 24h, 7d). Supply information. Trading metrics. Social links and metadata.
Get detailed information about a specific cryptocurrency based on its unique identifier.
Get chart data for a specific cryptocurrency based on its unique identifier, specifying different time ranges.
Get the historical average price for a specific cryptocurrency based on its unique identifier and a specific date.
Get the historical price data for a specific cryptocurrency on a particular exchange.
Get a list of supported exchanges.
Get a list of tickers for a specific cryptocurrency across different exchanges.
Get a list of supported blockchains by CoinStats.
Get the balance data for a provided wallet address on a specific blockchain network.
Get the balance data for a provided wallet address on all CoinStats supported networks.
Get the syncing status of the wallet with the blockchain network.
Get transaction data for a specific wallet. Ensure transactions are synced by calling PATCH /transactions first.
Initiate the syncing process to update transaction data for a specific wallet.
Get a list of supported exchange portfolio connections by CoinStats.
Get the balance data for a provided Exchange.
Get the syncing status of the exchange portfolio.
Get transaction data for a specific exchange.
Get a list of fiat currencies supported by CoinStats.
Get news sources.
Get news articles with pagination.
Get news articles based on a type.
Get news by id.
Get global market data.
Get a list of portfolio coins with P/L and other data displayed on CoinStats web.
Get portfolio performance chart data.
Get a list of portfolio transactions.
Add a transaction to a manual portfolio.
Get a list of fiat currencies supported by CoinStats.
Saves the provided portfolio share token to a local cache for future use across sessions.
Retrieves the saved portfolio share token from local cache.
概览
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.
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论