ReadyTrader-FOREX
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. | 8000 |
| PAPER_MODE | No | Set to false for live trading. | true |
| CEX_API_KEY | No | API Key for your primary exchange. | |
| PRIVATE_KEY | No | Hex private key for signing (if SIGNER_TYPE=env_private_key). | |
| SIGNER_TYPE | No | env_private_key, keystore, or remote. | |
| ALLOW_CHAINS | No | Allowlists for EVM networks. | ethereum... |
| ALLOW_TOKENS | No | Comma-separated allowlist of tradeable tokens. | * |
| RISK_PROFILE | No | Presets for sizing and safety limits. | conservative |
| OANDA_API_KEY | No | OANDA API key for forex trading. | |
| CEX_API_SECRET | No | API Secret for your primary exchange. | |
| TRADING_HALTED | No | Global kill switch to halt all live actions. | false |
| DEX_SLIPPAGE_PCT | No | Default slippage for DEX swaps. | 1.0 |
| OANDA_ACCOUNT_ID | No | OANDA account ID. | |
| CEX_BINANCE_API_KEY | No | Exchange-specific keys (e.g., CEX_BINANCE_...). | |
| 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 exchanges to use for data. | binance... |
| TICKER_CACHE_TTL_SEC | No | How long to cache price data. | 5 |
| EXECUTION_APPROVAL_MODE | No | auto executes immediately; approve_each requires manual confirmation. | auto |
| RATE_LIMIT_DEFAULT_PER_MIN | No | Default API rate limit. | 120 |
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/up2itnow0822/ReadyTrader-FOREX'
If you have feedback or need assistance with the MCP directory API, please join our Discord server