crypto-deep-research
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CDR_EMBEDDING_MODEL | No | Optional embedding model for the local RAG. Default is intfloat/multilingual-e5-large. To use a smaller model, set this to sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2. | |
| CDR_COINGECKO_API_KEY | No | Optional API key for CoinGecko Demo, used for price, market cap, rank, ATH/ATL, historical market cap, category, and dominance data. |
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 |
|---|---|
| list_analysesC | Kullanilabilir analiz anahtarlarini listeler. |
| list_research_itemsC | 66 maddelik arastirma listesini dondurur. |
| resolve_coinC | Sembol veya isimden coin kimligini (CoinGecko id) cozer. |
| get_market_snapshotC | Anlik fiyat, piyasa degeri, ATH/ATL mesafesi ve degisimleri dondurur. |
| run_analysisC | Tek bir analizi calistirir (ornek: technical, liquidations, news, volumes, whales...). |
| deep_researchC | 66 maddelik arastirmayi calistirir; skor, olasilik, rapor ve prompt uretir. |
| search_contextC | Yerel RAG deposunda (haber, analiz, rapor) arama yapar. |
| list_reportsC | Uretilmis raporlari listeler. |
| get_reportC | Rapor adiyla markdown icerigini dondurur. |
| get_runC | Kosu detaylarini (66 madde sonuclari dahil) dondurur. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Most tools target distinct operations: resolving coins, snapshots, single analyses, full research runs, and report retrieval. Minor overlap exists between run_analysis (single analysis) and deep_research (66-item run), and between list_analyses and list_research_items, but descriptions clarify the distinction.
Nearly all tools use a consistent verb_noun pattern: list_analyses, list_research_items, resolve_coin, get_market_snapshot, run_analysis, search_context, list_reports, get_report, get_run. Only deep_research breaks the pattern by omitting a verb prefix.
Ten tools is well-scoped for a crypto deep-research server, covering discovery, execution, and retrieval without redundancy or bloat.
The surface covers discovery (list_analyses, list_research_items), execution (run_analysis, deep_research), and retrieval (list_reports, get_report, get_run) with supporting resolve_coin and search_context. Minor gaps like report deletion/export or batch multi-coin analysis are non-blocking.