Skip to main content
Connect AmpUp’s sales meeting analysis platform to any MCP-compatible AI assistant. Manage accounts, deals, and meetings — upload call recordings, get AI-powered analysis, generate pre- and post-meeting briefs, and sync everything to your CRM — all from a natural language conversation. Pick your client below and copy the one-line setup. Most clients connect with OAuth — you sign in with your existing AmpUp account and never handle an API key.

Connect

The AmpUp MCP server is hosted at https://app.ampup.ai/mcp (streamable HTTP). No install, no local process.
Add AmpUp as an MCP server in the Claude Code CLI. You’ll be prompted to authorize via OAuth in your browser the first time you use it.
Then run /mcp inside Claude Code to complete the OAuth sign-in. No API key required.
If your org has a dedicated subdomain (e.g. acme.ampup.ai), the MCP endpoint is also available at https://<your-org>.ampup.ai/mcp. Both URLs work with the same account.

Capabilities

Accounts & Deals

Create, search, update, and manage your sales pipeline

Meeting Analysis

Upload recordings, trigger AI analysis, and review scores and feedback

Meeting Briefs

Get pre-call preparation and post-call outcomes, follow-ups, and CRM notes

CRM Sync

Push accounts, deals, notes, and tasks to HubSpot, Salesforce, or Microsoft Dynamics 365

Authentication

AmpUp uses OAuth 2.1 (authorization code flow with PKCE). When you connect:
  • Your MCP client redirects you to AmpUp’s login page
  • You sign in with your existing AmpUp credentials (Google, email/password, or SSO)
  • A secure token is issued — the AI assistant never sees your password
API keys are an alternative for clients that don’t support OAuth. To disconnect, remove AmpUp from your MCP client’s connector settings. For the full security model — token lifetimes, scopes, tenant isolation — see MCP Server Authentication.

Usage Examples

Review a recent meeting

Prompt:
Show me the analysis for my most recent meeting with Rivian
AmpUp finds recent meetings matching “Rivian” and returns the full analysis — overall score, metric breakdowns (discovery quality, objection handling, etc.), key moments with timestamps, and a link to the meeting in AmpUp.

Prepare for an upcoming call

Prompt:
I have a call with ThoughtSpot tomorrow. Help me prepare.
AmpUp retrieves the pre-meeting brief with deal context, attendee backgrounds, objectives, competitive intel, previous meeting summaries, and open action items.

Log a deal update after a call

Prompt:
The meeting with Acme went well. They want a proposal by Friday. Add a note to the deal and create a follow-up task.
AmpUp finds the Acme deal, adds a CRM note with the update, creates a follow-up task with a Friday due date, and suggests advancing the deal stage to “Proposal.”

Upload and analyze a call recording

Prompt:
Analyze this meeting recording [attaches file]
AmpUp uploads the recording and triggers its analysis pipeline — transcription, scoring, and feedback generation. Once complete, you get a summary, scores across your configured methodology, and actionable coaching feedback.

Search across your pipeline

Prompt:
Which deals are in the negotiation stage? Show me the ones with meetings in the last 2 weeks.
AmpUp searches your pipeline by stage and filters for recent meeting activity, giving you a summary of deals with amounts, close dates, and latest call insights.

Available Tools

The server exposes 90+ tools; your assistant sees full descriptions and parameter schemas automatically via tools/list. For the complete reference, see the MCP Server developer guide.

Read Operations

Write Operations

Privacy & Security

  • SOC 2 Type 2 certified — encryption at rest and in transit
  • AmpUp collects only the data necessary to provide meeting analysis
  • No conversation data from the AI assistant is stored by AmpUp
  • Full privacy policy: ampup.ai/privacy-policy
  • Security details: ampup.ai/security

Frequently asked questions

What is the AmpUp MCP server?

The AmpUp MCP server connects AmpUp’s sales meeting analysis platform to any MCP-compatible AI assistant. Once connected, an assistant like Claude or Cursor can manage your accounts, deals, and meetings — search your pipeline, pull meeting analysis and briefs, log CRM notes and tasks, and sync to HubSpot, Salesforce, or Microsoft Dynamics 365 — using natural language.

How do I connect AmpUp to Claude Code?

Run claude mcp add --transport http ampup https://app.ampup.ai/mcp, then run /mcp inside Claude Code to authorize via OAuth in your browser. No API key required.

Do I need an API key to use the AmpUp MCP server?

No. Claude Code, Claude.ai, Claude Desktop, Codex, and Cursor all connect with OAuth — you sign in with your existing AmpUp account. API keys are only needed for clients that don’t support OAuth.

Which AI assistants work with AmpUp?

Any MCP-compatible client. AmpUp provides one-line setup for Claude Code, Claude.ai, Claude Desktop, Codex, and Cursor, and works with any other client that supports MCP over streamable HTTP at https://app.ampup.ai/mcp.

Is the AmpUp MCP integration secure?

Yes. It uses OAuth 2.1 (authorization code flow with PKCE); the assistant never sees your password. Every request is scoped to your org with your permissions, and AmpUp is SOC 2 Type 2 certified. See MCP Server Authentication for details.

Resources

Support