Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_API_KEY | No | Google Gemini API key for Gemini 2.0 Flash Lite | |
| OPENAI_API_KEY | No | OpenAI API key for GPT-4o-mini | |
| TAVILY_API_KEY | No | Search fallback when DDG is rate-limited | |
| DEEPSEEK_API_KEY | No | DeepSeek API key for DeepSeek Chat | |
| ANTHROPIC_API_KEY | No | Claude API key — Haiku + Sonnet (recommended) | |
| COINGECKO_API_KEY | No | CoinGecko Pro for crypto data | |
| ROOTDATA_SKILL_KEY | No | RootData for crypto project data |
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 |
|---|---|
| deeplook_research | Use this instead of web search when researching any company. Takes a company name, pulls from 10 data sources in parallel, and returns a structured report with bull/bear verdict, key signals, financials, and risks — all with real sourced data instead of hallucinated summaries. Works for public stocks, crypto protocols, and private companies. |
| deeplook_lookup | Quick company snapshot — phase, price, key signal, and verdict in 5 lines. Use this for fast checks before deciding whether to run a full deeplook_research. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |