Model Context Protocol

Use Briefi from any AI client.

A hosted MCP endpoint that lets Claude Desktop, Claude Code, Cursor, ChatGPT, and any other MCP-aware client read your meetings, draft follow-ups, triage your inbox, and push outcomes to your CRM. No install required.

Endpoint

Live · Streamable HTTP, stateless Auth: Bearer (your Briefi API key) Rate limit: 100 req/min per workspace
POST https://mcp.briefi.sh/mcp

Setup

  1. 1
    Go to app.briefi.sh/settingsAPI tab. Create a new API key. Copy it — it's shown once. (Business plan)
  2. 2
    Pick your client below and paste the snippet. The endpoint URL stays the same; only the wrapper format changes.
  3. 3
    Restart the client and ask it something like "What meetings do I have today? Generate a brief for the first one."

Client configuration

Claude Desktop claude_desktop_config.json
{
  "mcpServers": {
    "briefi": {
      "type": "http",
      "url": "https://mcp.briefi.sh/mcp",
      "headers": {
        "Authorization": "Bearer bk_live_..."
      }
    }
  }
}
Claude Code terminal
claude mcp add briefi \
  --transport http \
  --url https://mcp.briefi.sh/mcp \
  --header "Authorization: Bearer bk_live_..."
Cursor ~/.cursor/mcp.json
{
  "mcpServers": {
    "briefi": {
      "url": "https://mcp.briefi.sh/mcp",
      "headers": {
        "Authorization": "Bearer bk_live_..."
      }
    }
  }
}
ChatGPT (Pro) Settings → Connectors
Name        Briefi
URL         https://mcp.briefi.sh/mcp
Auth type   Bearer token
Token       bk_live_...

Tools available

11 tools — meetings, contacts, deals, inbox, CRM
  • briefi_list_meetingsfilter by date, outcome, title
  • briefi_get_meetingfull meeting record by id
  • briefi_generate_brief10 credits — pre-meeting brief
  • briefi_generate_follow_up5 credits — post-meeting email
  • briefi_list_contactssearch by name / email / company
  • briefi_get_contactfull contact record
  • briefi_list_dealsfilter by pipeline stage
  • briefi_list_threadsinbox threads with classifier output
  • briefi_get_threadsingle thread + messages
  • briefi_draft_reply3 credits — AI reply suggestion
  • briefi_push_to_crmpush meeting outcome to GHL / HubSpot / Monday / Pipedrive / Zoho / Salesforce / Close / Copper / ActiveCampaign / Dynamics