# Leexi — MCP server on mcp.ai > Connect your Leexi account and use 9 tools for meeting assistants straight from your AI agent. Connect with your own API key. AI notetaker - Transcribe, analyse and summarize your calls and meetings. By: mcp.ai · official Page: https://mcp.ai/leexi ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_leexi?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/leexi/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/leexi/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/leexi/skill.md Postman collection (v2.1): https://mcp.ai/leexi/postman.json ## Tools - leexi_create_meeting_event(owned?: boolean, title?: string, end_time: string, internal?: boolean, attendees?: string[], organizer?: string, to_record?: boolean, user_uuid: string, start_time: string, description?: string, meeting_url: string) — Tool to create a new meeting event in Leexi with timing, participants, and recording preferences. Use when scheduling a meeting that needs to be tracked and potentially recorded in the Leexi system. - leexi_delete_meeting_event(uuid: string) — Tool to delete a specific meeting event by UUID. Use when you need to permanently remove a meeting event record from the Leexi system. This is a destructive operation that cannot be undone. - leexi_get_call(uuid: string) — Tool to get details of a specific call or meeting by UUID from Leexi. Use when you need to retrieve call details including topics and transcripts. The simple_transcript provides paragraph-level timest - leexi_get_meeting_event(uuid: string) — Tool to retrieve a specific meeting event by UUID from Leexi. Use when you need to fetch details of a particular meeting event including timing, participants, and recording preferences. - leexi_list_calls(page?: integer, items?: integer) — Tool to list all calls and meetings in your Leexi workspace with pagination support. Use when you need to retrieve call records. Note: AI-generated content like summaries and chapters may not be immed - leexi_list_meeting_events(page?: integer, items?: integer) — Tool to list all meeting events in your Leexi workspace with pagination support. Use when you need to retrieve meeting events from the workspace. - leexi_list_teams(page?: integer, items?: integer) — Tool to list all teams in your Leexi workspace with pagination support. Use when you need to retrieve team information or iterate through all teams in the organization. - leexi_list_users(page?: integer, items?: integer) — Tool to list all users in your Leexi workspace. Use when you need to retrieve information about workspace members. Supports pagination with configurable page size (1-100 items per page, default 10). - leexi_request_presigned_url(extension: string) — Tool to request a presigned URL for uploading a call recording before creating the call. Use when you need to upload a call recording file. After receiving the presigned URL, send a PUT request to the ## Example prompts - "What can I do in Leexi?" - "Show me a summary of my Leexi account" ## Links Docs: https://mcp.ai/docs/mcps/leexi Website: https://mcp.ai/mcps/leexi