Connect Cursor, Claude Code, or LangChain to DEPTH4's intelligence engine. Paid subscribers issue API keys from My account. Personal agent use only — no resale or redistribution.
Keys use the depth4_mcp_ prefix. For the stdio server, set DEPTH4_MCP_API_KEY. For HTTP integrations, send Authorization: Bearer depth4_mcp_… or header x-depth4-mcp-key.
{
"mcpServers": {
"depth4": {
"command": "node",
"args": ["/path/to/signal/apps/mcp/dist/index.js"],
"env": { "DEPTH4_MCP_API_KEY": "depth4_mcp_…" }
}
}
}import { Client } from "@modelcontextprotocol/sdk/client/index.js";
import { StdioClientTransport } from "@modelcontextprotocol/sdk/client/stdio.js";
const transport = new StdioClientTransport({
command: "node",
args: ["signal/apps/mcp/dist/index.js"],
env: { ...process.env, DEPTH4_MCP_API_KEY: process.env.DEPTH4_MCP_API_KEY },
});
const client = new Client({ name: "my-agent", version: "1.0.0" });
await client.connect(transport);
const result = await client.callTool({ name: "depth4_list_signals", arguments: { limit: 10 } });// Wrap MCP tools as LangChain tools via your MCP client bridge.
// Example shape:
const depth4ListSignals = tool(
async ({ limit }) => mcpClient.callTool("depth4_list_signals", { limit }),
{ name: "depth4_list_signals", description: "List DEPTH4 asset signals" },
);| Tool |
|---|
| Tier |
|---|
| Params |
|---|
| depth4_list_signals | Insider+ | tradability, actionable_only, symbols, limit |
| depth4_get_thesis | Insider+ | slug |
| depth4_get_feed_updates | Insider+ (fleet); Pro (watchlist/book) | since_iso, scope |
| depth4_get_signal | Insider+; Pro adds book alignment | symbol |
| depth4_get_copilot_context | Insider (macro); Pro (full) | symbol, mode |
| depth4_get_daily_digest | Insider+ (fleet); Pro (scoped + entry_timing) | scope, industry |
| depth4_get_account_scope | Pro only | — |
Zone states: good_entry, pullback_wait, extended, or no_data. Descriptive only — not trade instructions.
| Surface | entry_timing | entry_timing_detail |
|---|---|---|
| GET /api/asset-signals | state string | full report (label, hint, MA distance) |
| depth4_list_signals | state string | — |
| depth4_get_signal | state string | Pro only — full report |
| depth4_get_daily_digest | Pro: state string; Insider: null | — |
Last updated just now
DEPTH4 is a macro analysis and information tool, not personalized investment advice. Not a broker. Not a registered investment adviser.
Terms of Use | Privacy Policy | Risk Disclosure | Help | Status
© 2026 DEPTH4