tradingrearchagents
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRADINGAGENTS_LEGACY_PATH | No | Path to a compatible TradingAgents checkout. Takes precedence over the pinned upstream extra. Set when using the legacy upstream execution path. | |
| TRADINGAGENTS_CODEX_AUTH_PATH | No | Optional path to Codex OAuth auth.json (default ~/.codex/auth.json). Used only with the openai_codex provider on a checkout containing TradingAgents PR #1195. |
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 |
|---|---|
| discover_capabilityB | Discover executors, tools, safety boundaries, and default fixture. |
| get_feature_matrixB | Return implemented features, safety exclusions, and runtime readiness. |
| prepare_fixtureB | Validate and expand the deterministic ORCL fixture without running it. |
| run_fixtureC | Run all stages deterministically and store the in-memory result and events. |
| prepare_host_runC | Return the canonical plan for the active host harness; accepts no model credentials. |
| import_host_runB | Validate completed host stage outputs and atomically publish the final dossier. |
| create_host_runC | Create a durable credential-free host run with decision-memory recall. |
| start_host_runC | Start a prepared durable host run and return its first stage. |
| append_run_receiptsC | Append safe live stage/tool receipts without prompts, raw arguments, or credentials. |
| commit_host_stageC | Commit and checkpoint one completed host stage, then return the next stage. |
| pause_host_runC | Pause a host run at its next portable stage boundary. |
| resume_host_runC | Resume from the first incomplete portable stage; replay interrupted work. |
| get_run_controlA | Return durable lifecycle status, revision, checkpoint, cancellation, and next stage. |
| poll_run_eventsB | Read live lifecycle events after a monotonic cursor. |
| request_run_cancellationC | Request cooperative cancellation; the host owns interruption. |
| acknowledge_run_cancellationC | Acknowledge host interruption and make cancellation terminal. |
| finalize_host_runA | Validate all committed stages and atomically publish the completed dossier. |
| export_completed_runC | Export a bundle with atomic first publication and crash-recoverable validated overwrite. |
| query_decision_memoryA | Recall up to five same-symbol and three cross-symbol prior decisions. |
| record_decision_outcomeC | Append a host-observed outcome and reflection to a prior research decision. |
| get_conformance_reportC | Validate portable observable invariants; optionally verify pinned checkout identity. |
| get_runB | Return a compact dashboard-oriented run record. |
| get_run_eventsC | Return the ordered event stream for a run. |
| get_run_resultA | Return the full typed result for a run. |
| get_run_viewA | Return the complete UI-ready run projection for inline harness rendering. |
| launch_local_dashboardB | Serve the local dashboard assets and JSON APIs on loopback. |
| get_dashboard_reportB | Return the presentation-safe dashboard summary for a run. |
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/harshitagarwal2/tradingrearchagents'
If you have feedback or need assistance with the MCP directory API, please join our Discord server