Labsco
MCP SERVER · OFFICIAL PROJECT

AmpUp Deal & Meeting Context

by AmpUp

Reads deals, meetings and verbatim transcripts out of a sales workspace, with per-rep coaching context and the org's style guide.

CRM & Sales PipelineOfficial source
Summary
Transcript slicing and a style guide are what separate this from a CRM read-only API.

Two tools do work nothing else here does. get_transcript_excerpt takes a time range or chapter, so an agent can quote the two minutes where pricing came up instead of pulling an hour of text into context. And get_style_guide means a follow-up email can be drafted in the organisation's voice rather than the model's default. The deal memory store is the third: state that survives between conversations, which is usually the missing piece in agent-assisted selling.

What it is

AmpUp's hosted endpoint — the handshake returned its own name and version 3.2.4. The tools are shaped around a sales cycle: accounts and opportunities, then the meetings attached to them, then what was said in those meetings.

What you get
  • Accounts and opportunities — search, filter, and pull a deal's full context or its persistent memory
  • Meetings: search by status, date, account or deal, then read the overview, the full verbatim transcript, or one slice of it
  • Pre-meeting briefs before a call and post-meeting briefs with outcomes and follow-ups
  • Analysis across a deal's meetings, and per-rep coaching context
  • The organisation's own writing and voice style guide, so drafts sound like the team
Requirements

OAuth 2.1 with dynamic client registration and PKCE, or a bearer API key. The vendor documents more than 90 tools; we reached the server and it identified itself, but it would not list them without credentials.

Setup effort

Paste a URL, then authorize — add the endpoint to your client, then approve the OAuth consent screen