{"name":"MeetMinutes MCP Server","version":"1.0.0","description":"MCP server with OAuth2-protected meeting tools","mcp_endpoint":"https://mcp.meetminutes.in/mcp","protocol_version":"2025-03-26","oauth2":{"issuer":"https://api.meetminutes.in","authorization_endpoint":"https://api.meetminutes.in/meetminutes-oauth2/authorize","token_endpoint":"https://mcp.meetminutes.in/token","registration_endpoint":"https://mcp.meetminutes.in/register","revocation_endpoint":"https://api.meetminutes.in/meetminutes-oauth2/revoke"},"discovery":{"authorization_server_metadata":"https://mcp.meetminutes.in/.well-known/oauth-authorization-server","protected_resource_metadata":"https://mcp.meetminutes.in/.well-known/oauth-protected-resource"},"tools":["get_user_info - Get authenticated user profile","list_meetings - List meetings (adhoc/calendar/upload) with pagination & filtering","get_upcoming_meetings - Get upcoming calendar meetings","get_meeting - Get single meeting details by ID and type","get_meeting_summary - Get AI-generated meeting summary","get_meeting_transcript - Get full meeting transcription (WebVTT)","get_meeting_notes - Get important points / key notes","get_meeting_quoted_points - Get quoted points (flat_detailed only)","get_meeting_questions - Get questions raised in meeting","get_meeting_tasks - Get action items / tasks from meeting","get_meeting_next_steps - Get next steps (flat_detailed only)","get_custom_template - Get custom template HTML output","get_executive_status - Get executive status items","get_question_answers - Get Q&A pairs (question_answers template)","search_meetings - Full-text search adhoc & calendar meetings","search_upload_meetings - Full-text search uploaded audio meetings","api_request - Generic authenticated API request (fallback)","get_meeting_full_report - ALL meeting data in one call (composite)","get_meeting_bundle - Selected meeting sections in one call","get_meeting_insights - Auto-detect template & fetch right insights","search_all_meetings - Unified search across all meeting types","list_recent_meetings - Recent meetings from all types in one call"],"usage":{"1_register":"POST /register with redirect_uris to get client credentials","2_authorize":"GET https://api.meetminutes.in/meetminutes-oauth2/authorize?client_id=...&redirect_uri=...&response_type=code","3_token":"POST https://api.meetminutes.in/meetminutes-oauth2/token with grant_type=authorization_code","4_use_tools":"POST /mcp with Bearer token to call MCP tools"}}