{
  "service": "TechFoundations.ai \u2014 public MCP endpoint",
  "what": "Read-only description of TechFoundations: courses, how they are produced, the consulting ladder, published research, and the person behind it. Everything here is already published on techfoundations.ai.",
  "connect": "claude mcp add --transport http techfoundations https://techfoundations.ai/mcp",
  "start_with": "help()",
  "tools": [
    "about",
    "course_outline",
    "courses",
    "disclosures",
    "help",
    "how_courses_are_built",
    "practice_findings",
    "readiness_snapshot",
    "services",
    "who_built_this"
  ],
  "posture": {
    "authentication": "none, deliberately \u2014 this is meant to be crawled",
    "writes": "none. No enrol, email, billing or contact-capture tool exists",
    "free_text_input": "none. Every argument is an enum or a short identifier",
    "state": "none. Nothing is stored between calls",
    "personal_data": "none is reachable from this process"
  },
  "what_this_endpoint_logs": [
    "JSON-RPC method",
    "tool name",
    "argument KEY names"
  ],
  "what_it_never_logs": [
    "argument values",
    "prompts",
    "completions",
    "anything identifying the caller beyond standard access logs"
  ],
  "human_version": "https://techfoundations.ai/connect"
}