Scorched
by willcassell
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server host (default 0.0.0.0) | 0.0.0.0 |
| PORT | No | Server port (default 8000) | 8000 |
| BROKER_MODE | No | Broker mode: paper, alpaca_paper, or alpaca_live (default paper) | paper |
| DATABASE_URL | No | PostgreSQL connection URL (not needed with Docker Compose) | |
| FRED_API_KEY | No | FRED API key for macro data | |
| SETTINGS_PIN | No | PIN required to update strategy via dashboard or MCP mutation tools | |
| ALPACA_API_KEY | No | Alpaca API key (required if broker mode is alpaca) | |
| FINNHUB_API_KEY | No | Finnhub API key for analyst consensus | |
| STARTING_CAPITAL | Yes | Starting cash in dollars for the portfolio | 100000 |
| TELEGRAM_CHAT_ID | No | Telegram chat ID for notifications | |
| ALPACA_SECRET_KEY | No | Alpaca secret key (required if broker mode is alpaca) | |
| ANTHROPIC_API_KEY | Yes | Your Anthropic API key (required) | |
| LONG_TERM_TAX_RATE | No | Long-term capital gains tax rate (default 0.20) | 0.20 |
| TELEGRAM_BOT_TOKEN | No | Telegram bot token for notifications | |
| TWELVEDATA_API_KEY | No | Twelvedata API key for technicals | |
| SHORT_TERM_TAX_RATE | No | Short-term capital gains tax rate (default 0.37) | 0.37 |
| ALPHA_VANTAGE_API_KEY | No | Alpha Vantage API key for fallback RSI |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
- 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/willcassell/scorched'
If you have feedback or need assistance with the MCP directory API, please join our Discord server