How to Use the Amplemarket MCP in Claude Code
Pipe your Amplemarket sales data directly into your scripts and CI/CD jobs with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Amplemarket MCP to Claude Code
Create your Vinkius account to connect Amplemarket to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Access Amplemarket from the Command Line
This server exposes your Amplemarket account through a set of simple tools. You can run `claude exec amplemarket-alternative-mcp list_contacts` to get a JSON list of all your contacts, right in your terminal. Pipe the output to `jq` for filtering or into another script for processing. Use `enrich_person` or `enrich_company` to get details on a specific target without ever opening a browser. It's all designed for headless operation.
Automate Sales Data Audits
The `list_exclusions` and `list_sequences` tools are perfect for building automated checks. Set up a cron job that uses Claude Code to periodically check for contacts in active sequences that should be on an exclusion list. You can write a simple shell script that calls `claude exec` and diffs the output of the two tools. Get alerts in Slack if a problem is found. This is how you automate data hygiene from the command line.
Integrate Amplemarket into CI/CD Pipelines
Use this MCP Server as a step in your GitHub Actions or Jenkins pipeline. For example, on a new deployment, you could have a job that uses `get_contact` to verify a test account still exists in Amplemarket. Because Claude Code is just a command-line binary, it fits anywhere your shell scripts run. This turns your Amplemarket data into a resource you can use in any automated workflow, not just inside the sales platform.
Set up Amplemarket MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeamplemarket-alternative-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Amplemarket transactions." It will automatically discover and invoke the available Amplemarket tools.
claude mcp add --transport http amplemarket-alternative-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Amplemarket MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Amplemarket MCP today
We host it, we monitor it, we maintain it. You just paste one token.