trade-analytics-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABENTO_API_KEY | Yes | Your Databento API key (required). Get one at databento.com. | |
| TRADE_ANALYTICS_API_KEY | No | Your trade-analytics API key (required for render/analyze tools). Get one at trade-analytics.o-gw.com/dashboard. | |
| TRADE_ANALYTICS_API_URL | No | Base URL for the trade-analytics API. Defaults to hosted API. | https://trade-analytics.o-gw.com |
| TRADE_ANALYTICS_OUTPUT_DIR | No | Directory where render saves images. Defaults to current working directory. | . |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| resolve_symbolA | Resolve a symbol the user mentioned (e.g. 'MNQ', 'micro nasdaq', 'MNQU6') to its precise Databento notation + trading metadata: root, continuous symbol, dataset, point value, tick size, and best-effort front-month. Runs locally under your Databento key. Free. |
| get_price_contextA | Return OHLCV candles + trade markers as JSON for a symbol/window, fetched locally under your Databento key. Free. Pass fills via |
| renderA | Render a candlestick chart image of a trade (PAID — needs TRADE_ANALYTICS_API_KEY). Fetches your data locally under your Databento key, sends only the numeric slice to the API, and returns the PNG (viewable) AND saves it to a file so you can add it to a journal — the saved path is in the text result. Use |
| analyzeA | Analyze trades (PAID — needs TRADE_ANALYTICS_API_KEY): per-trade MAE/MFE, R-multiple, went-green-first, capture efficiency, USD P&L (with point_value), plus an aggregate summary. Fetches the candles spanning your trades locally, sends only the numeric slice to the API. Pass |
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/oliverwehn/trade-analytics-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server