CoinGecko Price MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_crypto_priceB | Get the current price of a cryptocurrency from CoinGecko. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusion or overlap with other tools. The purpose of get_crypto_price is singular and unambiguous.
The single tool name follows a clear verb_noun pattern (get_crypto_price). While there are no other tools for comparison, the name is self-consistent and matches standard conventions.
A single tool feels thin for a server purportedly covering CoinGecko, even if focused on price. While the scope is narrow, users may expect additional functions like historical prices or supported coin lists, making the count borderline.
The tool covers the core 'current price' use case, but lacks supporting functionality such as listing supported cryptocurrencies, specifying base currencies clearly, or providing historical data. This leaves notable but not critical gaps for the stated purpose.