MCP connection tester

Live diagnostics for the Trident Taxis MCP server. Runs from your browser — checks OAuth metadata, unauthenticated rejection, and (if you're signed in) an authenticated initialize + tools/list handshake.

MCP endpoint
https://tridenttaxis.online/mcp
MCP endpoint reachable
Pending
OAuth protected-resource metadata
Pending
Unauthenticated request is rejected (401)
Pending
Local Supabase session present
Pending
Authenticated initialize handshake
Pending
tools/list returns Trident tools
Pending
How to fix common failures
  • 401 on authenticated calls: your Supabase session may be expired. Sign out and back in at /auth.
  • OAuth metadata missing: ensure the app is published and /.well-known/oauth-protected-resource resolves.
  • Unauth call returned 200: the auth guard is not enforced — check src/lib/mcp/index.ts for the auth.oauth.issuer config.
  • Network error / CORS: run this test on the same origin as the MCP endpoint.
  • See the full MCP docs or the connect page for client setup.