Skip to main content
Glama
Adity-star

crypto_price_tracker

by Adity-star

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_crypto_market_infoA
Get market information for one or more cryptocurrencies using Alpha Vantage.

Parameters:
- crypto_ids: Comma-separated list of cryptocurrency symbols (e.g., 'BTC,ETH')
- currency: The fiat currency to compare against (default: 'USD')

Returns:
- Current exchange rates for each cryptocurrency.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusing it with another. The tool's purpose is clearly defined and distinct.

Naming Consistency5/5

The single tool follows a clear verb_noun pattern ('get_crypto_market_info'), which is consistent with standard naming conventions and leaves no room for inconsistency.

Tool Count1/5

The server has only one tool, which is extremely thin for a typical MCP server. A crypto price tracker would typically need additional capabilities such as historical data, symbol discovery, or alerts to be useful.

Completeness3/5

The tool covers the core need of fetching current exchange rates, but it lacks obvious complementary features like historical data or a way to list supported cryptocurrencies, leaving notable gaps for a price tracking domain.

Maintenance

ActivityInactive
ResponsivenessNo issues