Connect
under 60 seconds

Our new MCP allows you to connect Allo to your favorite LLM, unlocking powerful use cases like sales coaching, marketing ideation, and more.

terminal
claude mcp add Allo \
  --transport http https://mcp.withallo.com/mcp \
  --header "Authorization: YOUR-API-KEY"
Paste this prompt into Claude Desktop
Help me connect Allo to Claude as a custom connector so I can
search my calls, send SMS, and pull team analytics from our
conversations. Walk me through the exact clicks step by step.
Open Claude → claude.ai/customize/connectors, then
+ Add custom connector and paste these values:
  Name:                    Allo
  Remote MCP server URL:   https://mcp.withallo.com/mcp
  Advanced → Client ID:    b82803e6-31d4-47e0-9d7e-db9826ee451b
  Client Secret:           leave empty
Click Add then Connect, sign in to Allo, and Authorize.
If anything fails, troubleshoot it with me. Once it works,
suggest three useful prompts I can try with my Allo data.
Full guide: help.withallo.com/integrations/claude-connector
~/.codex/config.toml
# Add to your Codex config
[mcp_servers.allo]
url = "https://mcp.withallo.com/mcp"
[mcp_servers.allo.headers]
Authorization = "YOUR-API-KEY"
~/.cursor/mcp.json
{
  "mcpServers": {
    "Allo": {
      "url": "https://mcp.withallo.com/mcp",
      "headers": {
        "Authorization": "YOUR-API-KEY"
      }
    }
  }
}
.vscode/mcp.json
{
  "servers": {
    "Allo": {
      "type": "http",
      "url": "https://mcp.withallo.com/mcp",
      "headers": {
        "Authorization": "YOUR-API-KEY"
      }
    }
  }
}

Built for every Allo team

Sales, support, recruiting, ops, managers, founders. Every team plugs Allo into their AI of choice.

Sales rep

Sales reps

Triage missed calls, tag warm leads, draft follow-up SMS, all between dials.

Tag this week's warm missed calls and draft an SMS for each.
Opus 4.7
drafted SMS

Tagged 12 warm missed calls and drafted a personalised SMS for each. Here's the first one, ready to send:

To Sergio R. · +1 415 555 0142
Hi Sergio, sorry I missed your call. Saw you wanted to dig into pricing. Quick chat Thursday at 2pm?

+ 11 more drafts queued.

Customer support

Customer support

Log issues from call transcripts, draft replies, escalate the ones that need it.

Find yesterday's frustrated calls and draft a reply to each.
Opus 4.7
searched calls

Found 4 frustrated calls yesterday. Drafted a reply for each, escalated the urgent ones. Example for Rita V. (billing):

Hi Rita, I just listened to your call and I'm sorry for the confusion on your last invoice. Here's exactly what was billed and what was a mistake on our side...

3 more drafts ready. 1 escalated to finance.

Recruiter

Recruiters

Track candidate calls, draft follow-ups with the recap, schedule the next round.

Tag last week's strong screening calls and send a Calendly link.
Opus 4.7
sent Calendly links

Tagged 7 strong candidates from last week and sent each a Calendly link. All delivered:

  • Mei Tanaka — Sr. Frontend
  • Olu Adebayo — Backend Engineer
  • Lila Park — Product Designer
  • Niko V. — Sr. Backend Engineer
Operations & RevOps

Operations & RevOps

Bulk tag conversations, audit team activity, reconcile CRM data without scripts.

Find calls without a CRM tag this month. Suggest one for each.
Opus 4.7
audited tags

23 untagged calls this month. Suggested tag by frequency, ready to apply in bulk:

TagCallsConfidence
demo9high
support7high
partnership4medium
other3low
Team manager

Team managers

Daily coaching reports, leaderboards, and team metrics in plain language.

Last week's funnel vs this one. Who improved, who needs a 1:1.
Opus 4.7
pulled team analytics

Team connect rate +4 pts to 41%. Top movers vs last week:

Maria
44% +12
Lina
44% +3
Tom
38% −18
Pedro
36% +1
Founder

Founders

Pull team metrics, customer health, and last-call summaries before every meeting.

Top 5 customer concerns this month, with deals at risk.
Opus 4.7
analysed customer calls

Top concerns from 187 calls this month:

  1. Pricing — 52 mentions, trending up
  2. Onboarding — 36 mentions, flat
  3. Integrations — 27 mentions, trending up

3 deals at risk:

Acme · pricingNorthwind · onboardingHelio · integrations

Run Allo, just by asking

Watch Claude search calls, send SMS, and pull team analytics in real Allo conversations.

Search every call, instantly

Ask Claude what happened on yesterday's call. Get the transcript, the next step, and the sentiment in seconds.

Find every call tagged "demo" with pricing mentioned in the past 14 days.
allo_search_conversation_itemsrunning
query: "pricing"
tags: ["demo"]
range: "14d"

Found 17 calls matching your filters. Top matches by buying signal:

  • Sergio Ramos · Acme — 18 min, pricing & ROI deep-dive
  • Patricia North · Northwind — 9 min, budget pushback on Business plan
  • Marc Bellanger · Helio — 14 min, asked about volume discounts

+ 14 more conversations available.

Send SMS without leaving Claude

Right after a call, ask Claude to draft and send the SMS from your Allo number. Follow-ups, status updates, support replies, confirmations: all from chat.

Text Sergio with the recap of our call and a Calendly link for Thursday.
allo_send_smssending
from: "+1 415 555 0142"
to: "+1 628 555 0188"
contact: "Sergio Ramos"
To Sergio3:47 PM · delivered
Sergio, great call today. Recap and pricing options inside, plus a 20-min slot Thursday: cal.com/allo/sergio

Team reports without dashboards

Ask for last week's leaderboard, answer rate, or call volume by topic. Get the answer in chat, ready to drop into a Slack thread.

Who made the most outbound calls this week, and what's the connect rate?
allo_get_team_outbound_analyticsaggregating
range: "this_week"
metrics: ["dials", "connect_rate"]
RepDialsConnect rate
Maria31241%
Tom26838%
Lina24444%

14 tools your AI can use

Search calls and transcripts, send SMS, manage tags, run analytics. Every Allo action exposed via MCP.

Discovery

allo_get_mescopes, team, endpoints
allo_list_usersroles and status
allo_list_numbersvoice and SMS capabilities
allo_list_tagsevery tag on your team

Conversations

allo_list_conversationsgrouped by contact
allo_search_conversation_itemsfilter by keyword, tag, date
allo_get_conversation_itemfull call or SMS with transcript
allo_batch_get_conversation_itemsup to 100 in one call
allo_mark_conversationread, unread, archive

Actions

allo_add_call_tagstag a call
allo_remove_call_taguntag a call
allo_send_smstext from any Allo number

Analytics

allo_get_team_analyticsKPIs, talk time, answer rate
allo_get_team_outbound_analyticsfunnel, heatmap, leaderboard

Frequently
Asked Questions

What is MCP?

MCP, or Model Context Protocol, is an open standard that lets AI agents safely use external tools. Allo's MCP server exposes 16 tools your AI can call to search calls, send SMS, manage tags, and run analytics, with the same permissions your team already has.

Which AI clients work with Allo MCP?

Any MCP-compatible client. We officially document setup for Claude Code, Claude Desktop, Cursor, VS Code, and Windsurf. Codex and other MCP clients work out of the box with the same server URL.

Should I use the API key or the Claude Connector?

If you use Claude.ai web or desktop, install the Claude Connector It uses OAuth, no API key needed. For Claude Code, Cursor, or any other local AI client, create an API key in Settings > API.

Is it included in my Allo plan?

Yes. Every Allo plan includes MCP access at no extra cost. You only need an active workspace.

Who can create API keys?

Only workspace admins and owners can create keys. Team members can use a shared key but cannot generate one.

What happens if I revoke a key?

All clients using that key stop working immediately. Create a new key, paste it back into your AI client, and you are reconnected.