Skip to main content
Glama
cstamigo-droid

crypto-intel-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
crypto_get_quoteA

Get a current price snapshot for a cryptocurrency.

Informational (not a buy/sell signal): live price, 24h change, market-cap rank, 24h volume, and distance from all-time high.

Examples: - "What's bitcoin trading at?" -> coin='BTC' - "How far is ETH from its all-time high?" -> coin='ethereum'

crypto_momentumA

Score a coin's price momentum across 24h, 7d and 30d into one signal.

Returns a directional score from -100 (breaking down) to +100 (strong broad-based upward momentum), weighting recent action more heavily.

Examples: - "Does solana have momentum?" -> coin='SOL' - "Is bitcoin trending up or down?" -> coin='bitcoin'

crypto_trendingA

List the coins the market is searching for most right now (CoinGecko trending).

A breadth/attention indicator — useful for spotting where retail interest is concentrating. Takes no coin.

Examples: - "What crypto is trending right now?" - "Show me the hot coins today."

crypto_analyzeA

Run a full analysis of a coin and return one scored verdict.

Blends multi-timeframe momentum with whether the coin is trending and the overall crypto market tide into a single verdict (RISK-ON → AVOID) with a gauge and the reasoning behind it.

This is the primary tool — prefer it for "should I look at X?" questions.

Examples: - "Give me a full read on bitcoin" -> coin='BTC' - "Should I be looking at SOL?" -> coin='solana'

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/cstamigo-droid/crypto-intel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server