TEMPL MCP server

Model Context Protocol endpoint for claude.ai's custom-connector flow. Not a human-facing site.

Endpoints

  • GET /.well-known/oauth-authorization-server — OAuth discovery (RFC 8414)
  • GET /.well-known/oauth-protected-resource — protected-resource metadata (RFC 9728)
  • GET /mcp-server/oauth/authorize — PKCE authorize endpoint
  • POST /mcp-server/oauth/token — token endpoint (authorization_code + client_credentials)
  • POST /mcp-server/http — MCP JSON-RPC dispatcher