test_oauth_discovery_endpoints
Validate OAuth discovery endpoints for MCP client compatibility by testing /.well-known/oauth-authorization-server, /.well-known/oauth-protected-resource, and /.well-known/jwks.json. Ensures proper endpoint functionality for secure integrations.
Instructions
Test OAuth discovery endpoints to ensure proper MCP client compatibility.
Validates:
- /.well-known/oauth-authorization-server
- /.well-known/oauth-protected-resource
- /.well-known/jwks.json
Args: server_url: Base URL of the MCP server (default: http://localhost:8000)
Returns: Dictionary with test results for each discovery endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
server_url | No | http://localhost:8000 |