crypto-insight-mcp
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_priceA | Get current spot price and 24h change for one or more ticker symbols. Args: symbols: Ticker symbols, e.g. ["BTC", "ETH"]. Max 25 per call. vs_currency: Quote currency (default "usd"). |
| get_market_historyA | Get daily price history for a symbol plus min/max/change statistics. Args: symbol: Single ticker symbol, e.g. "BTC". days: Look-back window in days, 1..365 (default 30). vs_currency: Quote currency (default "usd"). |
| analyze_portfolioA | Value a portfolio and flag concentration risk (informational only). Args: holdings: Mapping of ticker symbol to amount held, e.g. {"BTC": 0.5, "ETH": 10}. Max 50 positions. vs_currency: Quote currency (default "usd"). Returns total value, per-position allocation percentages, the HHI concentration index and warnings. No investment recommendations. |
| search_knowledgeA | Semantic search over the internal knowledge base (MiCA, AML/KYC, custody, listing). Args: query: Natural-language question or keywords, max 500 characters. k: Number of chunks to retrieve, 1..10 (default 4). Returns retrieved chunks with |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/IgorAbramov/crypto-insight-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server