Skip to main content
Glama

Server Details

Live and historical cryptocurrency prices via CoinGecko free API.

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
guptaprakhariitr/crypto-prices-mcp
GitHub Stars
0
Server Listing
crypto-prices-mcp

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool serves a distinct purpose: historical data, global market snapshot, current prices, coin search, and trending coins. There is no overlap in functionality.

Naming Consistency4/5

All tools follow a consistent 'crypto_' prefix with snake_case. However, the second part mixes nouns (history, market_global, prices), a verb (search), and an adjective (trending), which is a minor inconsistency.

Tool Count5/5

With 5 tools, the set is well-scoped for a crypto price server. Each tool provides essential functionality without unnecessary bloat.

Completeness5/5

The tools cover core use cases: current prices, historical data, coin search, trending coins, and global market data. There are no obvious gaps for the stated purpose.

Available Tools

5 tools
crypto_historyAInspect

Historical price series for a coin. days = lookback in days (1, 7, 14, 30, 90, 180, 365, 'max'). interval may be 'daily' or 'hourly' (free tier daily-only beyond 90 days).

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
vsNousd
daysNo
intervalNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, but description explains API tier constraint and parameter behavior. Does not disclose rate limits or authentication, but sufficient for basic usage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with core purpose, no extraneous text. Efficient and clear.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Explains days and interval in detail, but omits explanation for id (required) and vs. No output schema description, leaving return format unspecified.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Despite 0% schema coverage, explains days and interval meaningfully. However, id and vs remain unexplained; days schema says integer but description allows 'max' (potential contradiction).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states 'Historical price series for a coin', specifying the action and resource. Differentiates from siblings like crypto_prices (current prices) and crypto_search.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides parameter constraints (allowed days values, interval options, free tier limitation). Lacks explicit when-to-use or when-not-to-use compared to siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

crypto_market_globalAInspect

Global crypto market snapshot: total market cap, 24h volume, BTC dominance, active cryptocurrencies, etc.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It mentions included data but does not disclose behavioral traits such as authentication needs, rate limits, data freshness, or whether the snapshot is static or live. More transparency is needed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that is front-loaded with key information. It contains no unnecessary words and is easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no parameters or output schema, the description lists the included metrics, but does not describe the response format, pagination, or unit of measurement. It is adequate but could be more complete for an agent to understand the return structure.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are no parameters required (empty schema, 0 params). The description implies no configuration is needed, which is sufficient. With 0 parameters, baseline is 4, and the description adds clarity that no input is required.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool provides a global crypto market snapshot with specific metrics (market cap, volume, BTC dominance, active cryptocurrencies). This differentiates it from sibling tools like crypto_history, crypto_prices, etc., which focus on specific aspects.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage context is implied through the description (broad market overview) and sibling names, but no explicit when-to-use/when-not-to-use or alternative guidance is provided. The agent must infer when to use this versus sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

crypto_pricesAInspect

Current prices for one or more cryptocurrencies. Pass the CoinGecko id (e.g. 'bitcoin', 'ethereum', 'solana') — use crypto_search if you only have a symbol or name. vs is the quote currency (default 'usd'; also 'inr', 'eur', 'jpy', etc.). Returns price, 24h change, market cap, volume.

ParametersJSON Schema
NameRequiredDescriptionDefault
vsNousd
idsYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are present, so the description carries full burden. It discloses that returns include price, 24h change, market cap, volume. However, it does not mention data freshness, rate limits, or any potential side effects. For a read-only tool, this is adequate but could be improved by stating it fetches live data.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise: two sentences. First sentence states purpose, second covers parameters and return. Every sentence adds value with no redundancy. The most important info (purpose, ID requirement, sibling reference) is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given lack of output schema, the description explains return fields (price, 24h change, market cap, volume). It covers essential input details and provides a sibling reference for alternative. This is sufficient for a simple price lookup tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description fully compensates. It explains the `ids` parameter must be CoinGecko IDs and suggests `crypto_search` as alternative. It explains the `vs` parameter with default and examples. This adds significant meaning beyond the raw schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Current prices for one or more cryptocurrencies' and explicitly distinguishes from the sibling tool `crypto_search` by specifying when to use each. The verb 'prices' and resource 'cryptocurrencies' are specific, and the mention of CoinGecko IDs adds precision.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear when-to-use guidance, including when to use `crypto_search` instead. It explains the `vs` parameter options and defaults. However, it does not explicitly state when not to use this tool or provide alternative scenarios beyond the sibling reference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.