8 months ago
MCP Server for the CoinStats API.
Provides access to cryptocurrency market data, portfolio tracking, and news.
Tools
get-coins
get-coin-by-id
get-coin-chart-by-id
get-coin-avg-price
get-coin-exchange-price
get-ticker-exchanges
get-ticker-markets
get-blockchains
get-wallet-balance
get-wallet-balances
get-wallet-sync-status
get-wallet-transactions
transactions-sync
get-exchanges
get-exchange-balance
get-exchange-sync-status
get-exchange-transactions
get-fiat-currencies
get-news-sources
get-news
get-news-by-type
get-news-by-id
get-market-cap
get-portfolio-coins
get-portfolio-chart
get-portfolio-transactions
add-portfolio-transaction
get-currencies
save-share-token
get-share-token
Server Config
{
"mcpServers": {
"coinstats-mcp": {
"command": "npx",
"args": [
"-y",
"@coinstats/coinstats-mcp"
],
"env": {
"COINSTATS_API_KEY": "<YOUR_API_KEY>"
}
}
}
}