← n0brains.com

INDIVIDUAL MCP TOOL

log_trade

[JOURNAL] Log a REAL trade entry into your private n0brains journal the moment it fills.

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 log_trade and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

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.
  • 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'.
  • 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.