
Edge Lab
Pull structured Edge Lab trading-system research into an agent while evaluating strategies, backtests, or quant side projects before you commit capital or code.
Overview
com.lifelongedge/edge-lab is a MCP server for the idea phase that returns published LifeLongEdge Edge Lab trading-system research as structured queryable data.
What is this MCP server?
- Hosted streamable-http MCP at lifelongedge.com/mcp
- Queries published LifeLongEdge Edge Lab trading-system research as structured data
- Title Edge Lab with version 0.1.0 in the public server manifest
- Remote-only integration—no local npm package in the published schema
- Useful for quant indie hackers validating edges before writing execution code
- Server version 0.1.0
- Transport: streamable-http at lifelongedge.com/mcp
- Data source: published LifeLongEdge Edge Lab studies
What problem does it solve?
Quant-curious solo builders manually skim long research PDFs and blogs when they need comparable structured facts inside their coding agent.
Who is it for?
Indie quant researchers and trading-side-project founders doing early strategy research with MCP-aware agents.
Skip if: Builders who need live market execution, proprietary tick data, or non-trading product research unrelated to Edge Lab publications.
What do I get? / Deliverables
After adding the Edge Lab remote MCP, your agent can fetch and reason over published trading-system studies without you copying tables into the chat.
- Structured Edge Lab trading-system study payloads in agent workflows
- Faster research summaries for strategy notes and validation docs
- Remote MCP config without maintaining a local research scraper
Recommended MCP Servers
Journey fit
Edge Lab MCP is shelved under idea research because it supplies published study data for exploration and thesis building ahead of a full trading stack implementation. Research subphase matches querying LifeLongEdge’s published trading-system studies as structured MCP data rather than executing trades or deploying infra.
How it compares
Trading research data MCP remote, not a backtest runner skill or brokerage integration.
Common Questions / FAQ
Who is com.lifelongedge/edge-lab for?
It is for solo builders and systematic-trading hobbyists who want Claude Code, Cursor, or similar agents to query LifeLongEdge Edge Lab research without manual copy-paste.
When should I use com.lifelongedge/edge-lab?
Use it in the idea and validate window when you are comparing trading-system studies and documenting edges before you invest in execution infrastructure.
How do I add com.lifelongedge/edge-lab to my agent?
Register the streamable-http remote https://lifelongedge.com/mcp as com.lifelongedge/edge-lab in your MCP client, then call the server tools from your agent session.