← Registry

Learning Resources

theonedegreedispatch.com

Provides access to a curated corpus of articles with search, retrieval, reading pathways, and decision latency analytics for learning.

1 endpoint8 known toolsFirst detected September 7, 2026Last detected September 7, 2026

ENDPOINT 1

https://theonedegreedispatch.com/mcp

No auth detected

MCP server metadata

Name
one-degree
Version
1.0.0
Capabilities
toolsresourcesprompts
Server instructions

One Degree publishes work on decision architecture: the path from signal through interpretation, reasoning, authority, action, stabilization, and learning. Use search_dispatch and fetch_article for the corpus, assess_decision_latency to classify where a decision path loses time, estimate_leakage for an order-of-magnitude cost, and list_offerings for what can be bought. Nothing here can be purchased autonomously; prepare_inquiry composes a message for a person to send.

Known tools 8

search_dispatch

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

Inferred read-only
fetch_article

Retrieve the full text of one dispatch by id.

Inferred read-only
get_reading_pathway

Get a curated ordered reading sequence.

Inferred read-only
assess_decision_latency

Classify where a decision path is losing time.

Inferred read-only
estimate_leakage

Order-of-magnitude estimate of annual decision leakage, using the three-stream model from the Bill Comes Due framework.

Inferred read-only
classify_operating_archetype

Classify how an industrial operating system behaves under stress: saturated, fragile, oscillatory, constrained, resilient, or decoupled.

Inferred read-only
list_offerings

List One Degree offerings with audiences, formats, outcomes, and inquiry channel.

Inferred read-only
prepare_inquiry

Compose a scoped inquiry for a human to send.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.