Skip to main content
Glama

MCP Kafka Schema Reg

MIT License
17
  • Apple
  • Linux

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

NameRequiredDescriptionDefault
server_urlNohttp://localhost:8000

Input Schema (JSON Schema)

{ "properties": { "server_url": { "default": "http://localhost:8000", "title": "Server Url", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aywengo/kafka-schema-reg-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server