{
  "resource": "https://mcp.turingcorp.net/mcp",
  "bearer_methods_supported": [
    "header"
  ],
  "credential_issuance": {
    "type": "static_bearer",
    "description": "This server uses a static bearer credential called an Agent Pass - not an OAuth flow. Sign up with an email address, verify it, add credit, and the pass is issued there. A pass is valid for 7 days and can be re-rolled at any time.",
    "signup_url": "https://agent-pass.turingcorp.net/",
    "api": {
      "register_start": "https://agent-pass.turingcorp.net/api/v1/auth/register/start",
      "register_complete": "https://agent-pass.turingcorp.net/api/v1/auth/register/complete",
      "login": "https://agent-pass.turingcorp.net/api/v1/auth/login",
      "brief": "https://agent-pass.turingcorp.net/llms.txt"
    }
  }
}