← narrowhighway.org

INDIVIDUAL MCP TOOL

read_passage

Read a passage of the WEB — a single verse, a range (John 3:16-18), or a whole chapter (John 3).

narrowhighway.orgnone authenticationAvailability not checked

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 endpoint

narrowhighway.org

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "narrowhighway-org",
  "transport": "streamable-http",
  "url": "https://narrowhighway.org/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).
  • 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.
  • 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.