For the end-user OAuth setup (no API keys, works in claude.ai), see the MCP integration guide.
Prerequisites
An AmpUp API key (generate one at Settings → API Keys in the dashboard)
An MCP-compatible client (Claude Desktop, Claude Code, Cursor, Windsurf, etc.)
Claude Code
Add AmpUp to your project’s.mcp.json or your global Claude Code settings:
Claude Desktop
Add the following to your Claude Desktop config file:- macOS
- Windows
Edit
~/Library/Application Support/Claude/claude_desktop_config.json:claude.ai
claude.ai uses OAuth — no API key needed:
See the full MCP integration guide for screenshots and details.
Other MCP Clients
Any client that supports MCP over SSE can connect using:| Setting | Value |
|---|---|
| URL | https://app.ampup.ai/mcp/sse |
| Auth header | Authorization: Bearer sk-a79-YOUR_API_KEY |
| Transport | SSE (server-sent events) |
Available Tools
The MCP server exposes 50+ tools organized by domain. Here’s a summary — your AI assistant sees full descriptions and parameter schemas automatically.Read Operations
| Tool | Description |
|---|---|
get_org | Current org with workspace summary |
list_accounts | Search and browse accounts |
get_account | Full account details |
list_opportunities | Search and filter deals |
get_opportunity | Deal details with optional context |
list_meetings | Search meetings by status, date, account, or deal |
get_meeting | Meeting overview and analysis |
get_meeting_transcript | Full verbatim transcript |
get_transcript_excerpt | Transcript slice by time range or chapter |
get_pre_meeting_brief | Preparation context before a call |
get_post_meeting_brief | Outcomes and follow-ups after a call |
get_opportunity_analysis | Aggregated analysis across deal meetings |
list_metrics | Current scoring metrics |
list_metric_groups | Metric group configuration |
list_practice_scripts | Search practice scripts |
get_practice_script | Full script details |
get_analysis_config | Current analysis methodology |
Write Operations
| Tool | Description |
|---|---|
create_account | Create a company record (optionally sync to CRM) |
update_account | Modify account details |
create_opportunity | Create a deal (optionally sync to CRM) |
update_opportunity | Modify deal details |
change_opportunity_stage | Advance or change deal stage |
update_meeting | Modify meeting metadata |
run_analysis | Trigger AI analysis on a meeting |
generate_pre_meeting_brief | Create preparation brief |
generate_post_meeting_brief | Create outcomes brief |
upload_file | Upload a recording or context document |
add_note_to_opportunity | Log a CRM note on a deal |
add_task_to_opportunity | Create a CRM task on a deal |
add_note_to_account | Log a CRM note on an account |
add_task_to_account | Create a CRM task on an account |
sync_account_to_crm | Push account to HubSpot/Salesforce |
sync_opportunity_to_crm | Push deal to HubSpot/Salesforce |
create_practice_script | Create a roleplay scenario |
generate_practice_script | Auto-generate script from a meeting |
delete | Remove an account, deal, or meeting |
Troubleshooting
Connection refused or timeout
Connection refused or timeout
Verify your API key is valid and hasn’t expired. Test it with:
Tools not appearing in Claude
Tools not appearing in Claude
After updating the config, restart Claude Desktop or reload Claude Code (
/mcp command). The server registers tools on connection — they should appear within a few seconds.Permission denied on write operations
Permission denied on write operations
If using claude.ai with OAuth, check that write tools are enabled in Settings → Connected Apps → AmpUp. API key connections have full access by default.
Support
- Email: support@ampup.ai
- Contact: ampup.ai/contact