Docs/Pro Actions/Pro Actions

    Otter MCP

    Last updated · MAR 2026·Read as Markdown

    Connect your Otter.ai account to give your AVCodex agent access to meeting transcripts, notes, summaries, and action items. Helpful for AV teams that record design reviews, commissioning standups, and client calls.

    The Otter integration lets your agent:

    • Search transcripts - search all your meeting transcripts by topic, keyword, or date.
    • Get meeting summaries - retrieve AI-generated summaries and action items.
    • List meetings - browse recent meetings with metadata and participants.
    • An Otter.ai account.
    • An Otter.ai access token.
    • A Builder plan or higher on AVCodex.
    1. Go to Otter.ai and log in.
    2. Navigate to your account settings.
    3. Find the MCP Server or API section.
    4. Copy your access token.
    Note: Otter's MCP server uses Bearer token authentication. Contact Otter support if you need help setting up MCP access for your workspace.
    1. Go to app.avcodex.com and open your agent.
    2. Click Build in the sidebar.
    3. Scroll to the Connect card.
    4. Click Add Pro Action.
    5. Find Otter in the integration list.
    6. Paste your access token.
    7. Click Save.

    Once connected, you can enable the following tools:

    • Search Transcripts - search transcripts across all time periods.
    • Get Meeting Summary - get AI-generated summary and action items.
    • List Meetings - list recent meetings with metadata and participants.

    Search transcripts#

    Search across your meeting transcripts for specific topics, keywords, or participants.

    Returns: matching transcript segments with meeting title, date, and context.

    Example

    code
    User: "Find all meetings where we discussed the Q-SYS Core firmware"
    
    Agent: I found 3 meetings mentioning Q-SYS Core firmware:
    
    1. Q1 Planning Meeting (Jan 15, 2026)
       - "Q-SYS Core firmware update is scheduled for March 15..."
    
    2. Engineering Standup (Jan 22, 2026)
       - "Firmware rollout needs to shift to March 22 due to..."
    
    3. Executive Review (Feb 3, 2026)
       - "Final firmware date confirmed for March 20..."

    Get meeting summary#

    Retrieves the AI-generated summary for a specific meeting, including key points, decisions, and action items.

    Returns: meeting summary with key points, action items, and decisions.

    Example

    code
    User: "Get the summary for the Q1 Planning meeting"
    
    Agent: Here's the summary:
    
    Key Points:
    - Q1 revenue target set at $2.5M.
    - Dealer program rollout scheduled for March.
    - Engineering team expanding by 3 hires.
    
    Action Items:
    - Sarah: finalize the dealer program comms by Jan 20.
    - Mike: complete the hiring plan for engineering.
    - Team: weekly check-in every Tuesday at 10am.
    
    Decisions:
    - Go with Option B for managed-services pricing.
    - Delay the field-tech mobile rollout to Q2.

    List meetings#

    Lists your recent meetings with metadata: date, duration, and participants.

    Returns: list of meetings with title, date, duration, and participant names.

    Example

    code
    User: "Show me my meetings from this week"
    
    Agent: Here are your meetings this week:
    
    1. Monday Standup - Feb 24, 2026 (15 min)
       Participants: You, Sarah, Mike, Alex.
    
    2. Boardroom 4 Design Review - Feb 24, 2026 (45 min)
       Participants: You, Lisa, David.
    
    3. Client Call - Acme Corp - Feb 25, 2026 (30 min)
       Participants: You, John, Jane (Acme).

    Meeting recap assistant#

    System prompt

    code
    You help techs and PMs catch up on meetings they missed. When asked
    about a meeting, search Otter transcripts to find it, then provide
    a summary and action items.

    User interaction

    code
    User: "What did I miss in yesterday's design review?"
    
    Agent: Let me check your recent meetings...
    
    [Calls: List Meetings]
    [Calls: Get Meeting Summary for the design review]
    
    Yesterday's design review covered:
    - The Boardroom 4 rack elevation is 80% complete.
    - User-walkthrough feedback was mostly positive.
    - Action item: you were assigned to review the new control surface layout.
    - Next review scheduled for Thursday.

    Cross-meeting insights#

    System prompt

    code
    You help users find patterns and recurring topics across meetings.
    Search transcripts to identify trends and track decision history.

    User interaction

    code
    User: "What has been said about our managed-services pricing in the last month?"
    
    Agent: [Calls: Search Transcripts for "managed services pricing"]
    
    Here's what I found across 4 meetings:
    
    - Jan 28: initial pricing discussion, three options proposed.
    - Feb 3: executive review narrowed it to Options A and B.
    - Feb 10: dealer feedback favored Option B.
    - Feb 17: final decision to go with Option B at $1,200/room/year.
    
    The team converged on Option B based on dealer feedback.

    Start with summaries. Use meeting summaries for quick insights before pulling full transcripts.

    Search across meetings. Ask the agent to find recurring topics or track decisions across multiple meetings.

    Combine with other tools. Pair Otter with Notion or Asana to auto-create tasks from meeting action items.

    "Authentication failed"#

    • Verify your access token is correct.
    • Confirm you copied the entire token.
    • Ensure your Otter account has MCP access enabled.
    • Contact Otter support if your workspace needs MCP provisioned.

    No meetings found#

    • Ensure you have recordings in your Otter account.
    • Check that transcription completed for recent meetings.
    • Verify you're using the correct workspace credentials.

    Rate limit errors#

    • Wait a moment and retry. The integration handles rate limits automatically.
    • Reduce the scope of transcript searches.
    • Email support@avcodex.com.

    *AVCodex · Your AV expertise. Amplified by AI.*

    Was this helpful?
    Edit this page →