← n0brains.com

INDIVIDUAL MCP TOOL

find_similar_signals

[DRILL-DOWN — history rhymes] Semantic similarity search across the signal corpus: give a coin and/or a free-text query (q), get the k most similar past signals ranked by embedding cosine similarity — 'have we seen this setup before and what did it look like'.

n0brains.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.n0brains.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for find_similar_signals and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

n0brains.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.n0brains]
url = "https://api.n0brains.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "n0brains": {
      "type": "http",
      "url": "https://api.n0brains.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: n0brains
Remote MCP URL: https://api.n0brains.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "n0brains": {
      "url": "https://api.n0brains.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "n0brains": {
      "type": "http",
      "url": "https://api.n0brains.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "n0brains",
  "transport": "streamable-http",
  "url": "https://api.n0brains.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_signals — [RAW FEED — engine inputs, NOT trade calls] List active n0brains signals with optional filters.
  • get_signal — [RAW FEED — detail] Fetch a single signal by ID with full enrichment (historical_edge, paired_inverse, latency, priced_in fields).
  • get_signals_since — [MONITORING] Polling alternative to the /stream WebSocket.
  • get_signal_with_context — [RAW FEED — detail+context] Composite call: signal + same-asset S/R levels + active macro bias.
  • get_price — [TRUTH ANCHOR] THE canonical current price (live exchange mid) for a coin — the single source of truth every other n0brains tool's spot/current_price should agree with.
  • get_prices — [TRUTH ANCHOR] Batch canonical prices for several coins in one call.
  • get_levels — [DRILL-DOWN] Support/resistance levels for a coin (e.
  • get_macro — [CONTEXT] Current macro bias (regime, BTC/ETH bias + conviction, calendar risks).