CoinStats MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COINSTATS_API_KEY | Yes | Your CoinStats API key obtained from the CoinStats API Dashboard |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-coinsC | Get comprehensive data about all cryptocurrencies: Price, market cap, and volume. Price changes (1h, 24h, 7d). Supply information. Trading metrics. Social links and metadata. |
| get-coin-by-idC | Get detailed information about a specific cryptocurrency based on its unique identifier. |
| get-coin-chart-by-idC | Get chart data for a specific cryptocurrency based on its unique identifier, specifying different time ranges. |
| get-coin-avg-priceB | Get the historical average price for a specific cryptocurrency based on its unique identifier and a specific date. |
| get-coin-exchange-priceC | Get the historical price data for a specific cryptocurrency on a particular exchange. |
| get-ticker-exchangesB | Get a list of supported exchanges. |
| get-ticker-marketsC | Get a list of tickers for a specific cryptocurrency across different exchanges. |
| get-blockchainsB | Get a list of supported blockchains by CoinStats. |
| get-wallet-balanceC | Get the balance data for a provided wallet address on a specific blockchain network. |
| get-wallet-balancesC | Get the balance data for a provided wallet address on all CoinStats supported networks. |
| get-wallet-sync-statusC | Get the syncing status of the wallet with the blockchain network. |
| get-wallet-transactionsB | Get transaction data for a specific wallet. Ensure transactions are synced by calling PATCH /transactions first. |
| transactions-syncC | Initiate the syncing process to update transaction data for a specific wallet. |
| get-exchangesB | Get a list of supported exchange portfolio connections by CoinStats. |
| get-exchange-balanceC | Get the balance data for a provided Exchange. |
| get-exchange-sync-statusC | Get the syncing status of the exchange portfolio. |
| get-exchange-transactionsC | Get transaction data for a specific exchange. |
| get-fiat-currenciesA | Get a list of fiat currencies supported by CoinStats. |
| get-news-sourcesC | Get news sources. |
| get-newsC | Get news articles with pagination. |
| get-news-by-typeC | Get news articles based on a type. |
| get-news-by-idC | Get news by id. |
| get-market-capD | Get global market data. |
| get-portfolio-coinsC | Get a list of portfolio coins with P/L and other data displayed on CoinStats web. |
| get-portfolio-chartB | Get portfolio performance chart data. |
| get-portfolio-transactionsC | Get a list of portfolio transactions. |
| add-portfolio-transactionC | Add a transaction to a manual portfolio. |
| get-currenciesA | Get a list of fiat currencies supported by CoinStats. |
| save-share-tokenA | Saves the provided portfolio share token to a local cache for future use across sessions. |
| get-share-tokenA | Retrieves the saved portfolio share token from local cache. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CoinStatsHQ/coinstats-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server