MCP OAuth Debugger
Remote MCP OAuth checklist
Inspect MCP OAuth callback URLs, headers, token claims, and session hints without uploading data.
Input / 输入
Output / 输出
Paste input and run the checker.
MCP OAuth Debugger use cases
Use this for remote MCP 401 errors, missing mcp-session-id headers, invalid_grant, invalid_token, and OAuth callback mismatch debugging.
Scope and privacy
The checker runs locally in this browser and does not upload the pasted input. Remove secrets before pasting. Results are static evidence from the supplied text, not proof of live server behavior, security, compatibility, or approval.
Verification workflow
- Use a redacted, minimal failing example.
- Fix definite syntax or metadata errors first.
- Test the real endpoint with official inspectors and representative tasks.
- Add a regression test before publishing.
Related wiki
- /wiki/chatgpt-apps/
- /wiki/errors/mcp-session-id-header-dropped/
- /wiki/errors/remote-mcp-401-unauthorized-chatgpt-app/