Learning Resources
theonedegreedispatch.com
Provides access to a curated corpus of articles with search, retrieval, reading pathways, and decision latency analytics for learning.
ENDPOINT 1
https://theonedegreedispatch.com/mcp
MCP server metadata
- Name
- one-degree
- Version
- 1.0.0
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_dispatchSearch the 204-article One-Degree Dispatch corpus by keyword, topic term, or stream.
Inferred read-onlyestimate_leakageOrder-of-magnitude estimate of annual decision leakage, using the three-stream model from the Bill Comes Due framework.
Inferred read-onlyclassify_operating_archetypeClassify how an industrial operating system behaves under stress: saturated, fragile, oscillatory, constrained, resilient, or decoupled.
Inferred read-onlylist_offeringsList One Degree offerings with audiences, formats, outcomes, and inquiry channel.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.