Skip to main content
Glama
IgorAbramov

crypto-insight-mcp

by IgorAbramov

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
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 source and snippet — synthesise the answer yourself and cite the sources.

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/IgorAbramov/crypto-insight-mcp'

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