← theonedegreedispatch.com
INDIVIDUAL MCP TOOL
prepare_inquiry
Compose a scoped inquiry for a human to send.
LIVE ENDPOINT
https://theonedegreedispatch.com/mcp
Connect to this endpoint to inspect the live schema for prepare_inquiry and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
Parent server
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
search_dispatch— Search the 204-article One-Degree Dispatch corpus by keyword, topic term, or stream.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.