{
  "server": "One Degree MCP",
  "transport": "streamable-http (JSON-RPC 2.0 over POST)",
  "protocolVersion": "2025-06-18",
  "endpoint": "https://one-degree-inc.pages.dev/mcp",
  "authentication": "none — everything exposed here is already public on this domain",
  "tools": [
    "search_dispatch",
    "fetch_article",
    "get_reading_pathway",
    "assess_decision_latency",
    "estimate_leakage",
    "classify_operating_archetype",
    "list_offerings",
    "prepare_inquiry"
  ],
  "resources": [
    "https://one-degree-inc.pages.dev/offerings.json",
    "https://one-degree-inc.pages.dev/taxonomy.json",
    "https://one-degree-inc.pages.dev/evidence.json",
    "https://one-degree-inc.pages.dev/articles.json",
    "https://one-degree-inc.pages.dev/pathways.json",
    "https://one-degree-inc.pages.dev/fingerprint.json",
    "https://one-degree-inc.pages.dev/faq.json"
  ],
  "prompts": [
    "map_decision_path",
    "evaluate_offering_for_agency",
    "prepare_executive_briefing"
  ],
  "not_supported": "Booking, purchasing, scheduling, or any action that commits One Degree or the caller to anything. prepare_inquiry composes text for a human to send; it does not send it.",
  "example": "curl -s https://one-degree-inc.pages.dev/mcp -H 'content-type: application/json' -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/list\"}'"
}