{
  "name": "hvilkenai MCP Server",
  "version": "1.0.0",
  "protocol": "MCP Streamable HTTP (JSON-RPC 2.0) with OAuth 2.1",
  "endpoint": "POST /mcp",
  "authorization": {
    "type": "OAuth 2.1",
    "authorize": "/authorize",
    "token": "/token",
    "register": "/register",
    "protected_resource_metadata": "/.well-known/oauth-protected-resource"
  },
  "tools": [
    "get_daily_benchmark",
    "get_weekly_summary",
    "get_model_history",
    "get_orchestrator_ranking",
    "get_recommendation"
  ],
  "source": "hvilkenai.no",
  "url": "https://hvilkenai.no/integrasjoner/"
}