ReadyTrader-Stocks
by up2itnow0822
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_PORT | No | Port for the FastAPI/WebSocket server (api_server.py). | 8000 |
| PAPER_MODE | No | Set to false for live trading. | true |
| ALLOW_CHAINS | No | Allowlists for EVM networks. | ethereum |
| RISK_PROFILE | No | Presets for sizing and safety limits. | conservative |
| ALLOW_TICKERS | No | Comma-separated allowlist of tradeable tickers. | * |
| ALPACA_API_KEY | No | API Key for Alpaca brokerage. | |
| TRADING_HALTED | No | Global kill switch to halt all live actions. | false |
| ALPACA_API_SECRET | No | API Secret for Alpaca brokerage. | |
| DISCORD_WEBHOOK_URL | No | Optional webhook for trade approval notifications. | |
| LIVE_TRADING_ENABLED | No | Must be true for any live execution. | false |
| MARKETDATA_EXCHANGES | No | Comma-separated list of brokerages to use for data. | alpaca |
| TICKER_CACHE_TTL_SEC | No | How long to cache price data. | 5 |
| TRADIER_ACCESS_TOKEN | No | Access Token for Tradier. | |
| EXECUTION_APPROVAL_MODE | No | auto executes immediately; approve_each requires manual confirmation. | auto |
| RATE_LIMIT_DEFAULT_PER_MIN | No | Default API rate limit. | 120 |
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
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
- 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/up2itnow0822/ReadyTrader-Stocks'
If you have feedback or need assistance with the MCP directory API, please join our Discord server