|
| 1 | +# Amplemarket |
| 2 | + |
| 3 | +Cursor plugin that connects agents to [Amplemarket](https://www.amplemarket.com) through Amplemarket's official remote [Model Context Protocol](https://modelcontextprotocol.io/) server. |
| 4 | + |
| 5 | +Search people and companies, enrich contacts, manage lead lists and sequences, and pull analytics in the signed-in Amplemarket account. |
| 6 | + |
| 7 | +## Install |
| 8 | + |
| 9 | +1. Open **Cursor Settings → Plugins**. |
| 10 | +2. Search for **Amplemarket**. |
| 11 | +3. Click **Install**, then complete the Amplemarket sign-in prompt. |
| 12 | + |
| 13 | +Or run `/add-plugin amplemarket` in chat. |
| 14 | + |
| 15 | +## MCP |
| 16 | + |
| 17 | +```json |
| 18 | +{ |
| 19 | + "mcpServers": { |
| 20 | + "amplemarket": { |
| 21 | + "type": "http", |
| 22 | + "url": "https://mcp.amplemarket.com/mcp" |
| 23 | + } |
| 24 | + } |
| 25 | +} |
| 26 | +``` |
| 27 | + |
| 28 | +Auth is OAuth 2.0 against Amplemarket. Cursor prompts for Amplemarket sign-in when the plugin connects — there is no API key or client ID to configure. |
| 29 | + |
| 30 | +## Before you connect |
| 31 | + |
| 32 | +You need an active Amplemarket account. Each user signs in individually; tool calls run with that user's permissions. |
| 33 | + |
| 34 | +## What agents can do |
| 35 | + |
| 36 | +| Category | Capabilities | |
| 37 | +| --- | --- | |
| 38 | +| Search | People and companies with Searcher filters; saved searches and personas | |
| 39 | +| Enrichment | Person and company enrichment by email, LinkedIn URL, domain, or name + company | |
| 40 | +| Contacts & accounts | List and look up contacts/accounts, add notes, and check exclusion lists | |
| 41 | +| Lead lists | Create lists, add or remove leads, and manage custom columns | |
| 42 | +| Sequences | List sequences, create drafts, append or edit steps, and enroll or remove leads | |
| 43 | +| Workflows | List and inspect workflows; admins can create drafts via the AI Workflows agent | |
| 44 | +| Duo, inbox, tasks | Duo recommended leads, Unibox threads, tasks, and natural-language analytics | |
| 45 | + |
| 46 | +The hosted runtime is the source of truth for tool names and schemas. Call `list_tasks` as a read-only smoke test after connecting. |
| 47 | + |
| 48 | +## Notes |
| 49 | + |
| 50 | +- Tool calls run as the Amplemarket user who authorizes the connection and cannot exceed that user's permissions. |
| 51 | +- `enrich_person` costs 0.5 credits per enrichment (same as in-app). Results cache for 24 hours. Revealing email or phone costs extra credits. |
| 52 | +- The MCP server is rate-limited to 100 requests per minute per user. |
| 53 | +- Sequence tools create and edit **draft** sequences only. Sequences are linear (no branching or HTTP-request steps). Launch, structural edits, and step deletion happen in the Amplemarket dashboard. |
| 54 | +- `create_workflow` is admin-only (25 per user per day). Drafts must be reviewed and activated in Amplemarket. |
| 55 | +- `complete_task` records completion only — it does not send the email, place the call, or perform the LinkedIn action. |
| 56 | + |
| 57 | +## Docs |
| 58 | + |
| 59 | +- Connecting to the Amplemarket MCP server: https://knowledge.amplemarket.com/articles/8022685319-connecting-to-the-amplemarket-mcp-server |
| 60 | +- Building sequences with MCP: https://knowledge.amplemarket.com/articles/2128059926-building-sequences-with-amplemarket-mcp |
| 61 | +- MCP overview: https://www.amplemarket.com/integrations/mcp-model-context-protocol |
| 62 | +- Server URL: https://mcp.amplemarket.com/mcp |
| 63 | + |
| 64 | +Logo is Amplemarket's official app icon (white A on black) from https://brand.amplemarket.com. |
| 65 | + |
| 66 | +## License |
| 67 | + |
| 68 | +MIT |
0 commit comments