← theonedegreedispatch.com

INDIVIDUAL MCP TOOL

search_dispatch

Search the 204-article One-Degree Dispatch corpus by keyword, topic term, or stream.

theonedegreedispatch.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://theonedegreedispatch.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_dispatch 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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • fetch_article — Retrieve the full text of one dispatch by id.
  • get_reading_pathway — Get a curated ordered reading sequence.
  • assess_decision_latency — Classify where a decision path is losing time.
  • estimate_leakage — Order-of-magnitude estimate of annual decision leakage, using the three-stream model from the Bill Comes Due framework.
  • classify_operating_archetype — Classify how an industrial operating system behaves under stress: saturated, fragile, oscillatory, constrained, resilient, or decoupled.
  • list_offerings — List One Degree offerings with audiences, formats, outcomes, and inquiry channel.
  • prepare_inquiry — Compose a scoped inquiry for a human to send.