← narrowhighway.com

INDIVIDUAL MCP TOOL

audit

Audit a whole text: deterministic extractors find every checkable quantitative claim (sums, percentages, hourly/annual pay, compound interest, rule-of-72, elapsed years, day-of-week, leap years, nutrition labels), the engine verifies the lot, and ONE sealed coverage report returns — per-claim source quote + verdict + trail.

narrowhighway.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description suggests a financial action.

Parent endpoint

narrowhighway.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.narrowhighway-com]
url = "https://narrowhighway.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: narrowhighway-com
Remote MCP URL: https://narrowhighway.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": {
    "narrowhighway-com": {
      "url": "https://narrowhighway.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • verify — Verify a claim deterministically — returns a verdict (HOLDS / BROKEN / INCOMPLETE), the worked trail, AND a sealed receipt {content_hash, cite_url} you can re-fetch and re-verify (seal_fetch).
  • search — Ranked search over the keeping (the kept library).
  • seal_fetch — Fetch a sealed verification record (the receipt) by its content hash.
  • redact — Strip PII (emails, SSNs, credit cards, IPs, URLs) from text to stable placeholders before you pass it onward; the mapping is returned so YOU reveal replies locally.
  • card_get — Fetch one card (the full record) from the keeping by id.
  • cards_browse — Browse the keeping — paginated, optional shelf filter.
  • cards_stats — Counts over the keeping — total, by shelf, by surface.
  • daily_card — The deterministic card of the day from the keeping (same all day).