{
    "service": "michelfelder-mail-api",
    "protocol": "Model Context Protocol (Streamable HTTP, Spec 2025-06-18)",
    "hinweis": "Dieser Endpunkt spricht JSON-RPC 2.0 per POST (Content-Type: application/json). Login wie gehabt per HTTP Basic Auth (Benutzername + Token).",
    "beispiel": "curl -u BENUTZER:TOKEN -H \"Content-Type: application/json\" -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/list\"}' https://mcp.michelfelder.net/"
}