alpha-lab-mcp
Related Servers
Alternatives to alpha-lab-mcp
No user-submitted related servers found.
Related Servers
- AlicenseBqualityBmaintenanceEnables local, offline ledger and replay operations for alpha research via five typed stdio tools, allowing status checks, report retrieval, method-card listing, replay execution, and run stopping without exposing live or submission capabilities.5MIT
- AlicenseNot gradedqualityBmaintenanceProvides LLM clients with market intelligence tools over stdio, including market snapshots, price history, sentiment scoring, evidence search, and research briefs, with saved-run resource access.AGPL 3.0
- AlicenseCqualityAmaintenanceEnables coding agents to query, compare, and audit local profiler traces, benchmarks, memory captures, and execution evidence without uploading code or data, using CLI and MCP interfaces.111115 PyPI114MIT
- AlicenseNot gradedqualityBmaintenanceExposes ReadyAgents' local workflow engine and built-in tools over MCP stdio, enabling MCP clients to define, run, inspect, and approve YAML/JSON agent workflows.1,138 PyPIApache 2.0
- AlicenseAqualityBmaintenanceEnables an AI agent to run local tools on the user's own machine via stdio, including command execution, workspace file read/write, and system status checks.52MIT
- AlicenseNot gradedqualityBmaintenanceExposes an offline data-contract runtime to MCP-capable agents, enabling them to lint ODCS contracts and validate CSV datasets against them via stdio.MIT
TDQS
Scored across 5 tools
Each tool targets a distinct resource and action: run stop, run status, run report, method-card listing, and replay execution. Even the three run_* tools are clearly separated by whether they write state, read status, or render output.
All names consistently use the alpha_ prefix, snake_case, and an object_operation structure. Minor inconsistency remains because stop, list, and execute are true verbs while status and report are nominalized operations.
Five tools is a well-scoped size for this server's purpose. Each tool covers a distinct function with no apparent redundancy.
The set covers the core run workflow: execute/resume, stop, status, and report, plus method-card listing. However, there is no run-listing tool and no method-card detail or mutation tools, so agents must already know run IDs to operate effectively.