EdgeDepth Research MCP Server

@edgedepth/research-mcp is the official, read-only Model Context Protocol server for EdgeDepth, a market microstructure search engine over recorded Binance USDT-M crypto and TradFi perpetuals. Use it from Claude, Cursor, Codex, or any MCP client to find every verified occurrence of a market condition, inspect forward outcomes across the complete matched set, compare against an eligible baseline, and open…. Its 10 documented tools cluster into read & search, run & execute, interpret, next.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 2 · #35 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install EdgeDepth Research

before you install - you'll need

Set EDGEDEPTH_API_KEY before connecting.

Claude Code

claude mcp add edgedepthhq-edgedepth-research-mcp --transport http https://mcp.edgedepth.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "edgedepthhq-edgedepth-research-mcp": {
      "url": "https://mcp.edgedepth.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.edgedepth.com/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.edgedepth.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

repo age created 2026-08-09 - young repo, little track record yet

license MIT - declared in the repository

npm package @edgedepth/research-mcp - the @edgedepth scope differs from the repo owner (edgedepthhq); confirm it's the project's official package

registry vendor namespace com.edgedepth - domain-verified with the official MCP registry

03 · What EdgeDepth Research can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can read the closed grammar registry: feature ids, types, ranges, operators, windows, sequence rules, limits, and error codes, read the research universe and coverage. The default is a compact summary, execute a research_query.v2 document and return canonical result bytes with counts, denominators, outcomes, and the reproducibility key, and read registry feature values, window aggregates, and fired rules as of a recorded moment.

Capability map

Tools grouped from the project's README - what EdgeDepth Research lets an agent do.

read & search

3 tools - e.g. Returns the closed grammar registry: feature ids, types, ranges, operators, windows, sequence rules, limits, and error codes.; Returns the research universe and coverage. The default is a compact summary…

list_features · list_instruments · get_report

run & execute

2 tools - e.g. Executes a research_query.v2 document and returns canonical result bytes with counts, denominators, outcomes, and the reproducibility key.; Compares what followed every match with what followed every…

run_scan · run_cohort

Interpret

1 tool - e.g. Turns prose into a proposed query document. It does not execute the query. Optional time_zone accepts an IANA time zone for calendar planning.

interpret_prose

Next

1 tool - e.g. Continues a prior scan with its opaque cursor. Never construct cursors manually.

next_page

Snapshot

1 tool - e.g. Reads registry feature values, window aggregates, and fired rules as of a recorded moment.

snapshot_at

Base

1 tool - e.g. Counts matches and eligible buckets for one clause over a window.

base_rate

Commonality

1 tool - e.g. Finds the deterministic intersection across multiple moments with selection-bias caveats included.

commonality

04 · Who maintains EdgeDepth Research

EdgeDepth Research is maintained by edgedepthhq. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
finance - ranked #35 of 283 actively-maintained finance servers as of 2026-08-25.
registry
com.edgedepth/research (active, first published 2026-07-18 · 10 versions)
packages
npm:@edgedepth/research-mcp

06 · EdgeDepth Research FAQ

Is EdgeDepth Research still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23. We re-verify nightly.

What can EdgeDepth Research do?

With this server connected, an agent can read the closed grammar registry: feature ids, types, ranges, operators, windows, sequence rules, limits, and error codes, read the research universe and coverage. The default is a compact summary, execute a research_query.v2 document and return canonical result bytes with counts, denominators, outcomes, and the reproducibility key, and read registry feature values, window aggregates, and fired rules as of a recorded moment.

How do I install EdgeDepth Research?

Run `npx -y @edgedepth/research-mcp`. The README documents one environment variable (EDGEDEPTH_API_KEY) to set first. Set EDGEDEPTH_API_KEY before connecting. You can also paste the ready-made client config above.

Does EdgeDepth Research require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to EdgeDepth Research

More finance MCP servers · Elisym · Eterna MCP · Tokenized Stock · Sber MCP

More TypeScript MCP servers · Editmamei · Kiagent · Talkthru · Edubase MCP Server · Mozg · see all