crypto-intel-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/cstamigo-droid/crypto-intel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server