Prospecting · MCP server

Amplemarket MCP and the Yalc Framework

The right bridge when Amplemarket is already your data and sending layer. Yalc keeps the orchestration, signal reasoning, and cross tool logic while driving Amplemarket search, enrichment, and sequences through the MCP.

Yalc Fit Score
6/10
Maintainer
Amplemarket (official)
Transport
Remote HTTP (hosted)
Auth
OAuth 2.0 (no API key)
Last reviewed
2026-07-20
Install

Add Amplemarket to Claude Code in one command

claude mcp add amplemarket --transport http https://mcp.amplemarket.com/mcp

Amplemarket ships an official hosted MCP server at `https://mcp.amplemarket.com/mcp`. It is a remote HTTP server, so there is nothing to run locally and no token to paste. Run the command above, restart Claude Code, and the first call opens a browser window where you sign in to your Amplemarket account and approve access over OAuth 2.0. You need a paid Amplemarket seat for the underlying data and sending to work.

What it does

Amplemarket, plainly

Amplemarket maintains an official remote MCP server that exposes its outbound platform as native Claude tool calls. As of 2026 it covers people and company search, contact and company enrichment, lead list creation and management, sequence creation and enrollment, Duo AI messaging, Unibox inbox and outbox access, and natural language analytics queries. Connection is a single remote URL with OAuth, so there is no local process and no API key to manage.

For Yalc operators the honest framing matters. Amplemarket is an all in one outbound platform, and Yalc positions as the operating system that sits above your stack rather than a replacement for a sending tool you already pay for. If you run Amplemarket, this MCP lets Yalc use it as the execution layer: Yalc gathers signals, decides who to touch and why, then calls Amplemarket to enrich the contact, add them to the right list, and enroll them in a sequence. The reasoning stays in Claude Code, the sending stays in Amplemarket, and the handoff is one prompt instead of a tab switch.

If you do not already run Amplemarket, this is not the page that sends you to buy it. Yalc composes a stack from a CRM, a sequencer, and a data provider of your choice, and Amplemarket is simply one sequencer plus data option that happens to expose a clean MCP.

Where it slots in

Position in the GTM operating system

Intake
Enrich
Score
Route
Draft
Send
Listen

The Amplemarket MCP sits at the **send** node, with a reach back into intake. Yalc runs the top of the workflow (signal capture, account selection, message reasoning), then calls Amplemarket to enrich the chosen contacts and push them into a sequence.

Most useful patterns: enrich a list Yalc assembled from a signal run, create a lead list with custom columns for a new segment, enroll validated contacts into an existing sequence, and query campaign analytics in plain language for a weekly readout.

The Yalc Framework

Deploying the Amplemarket MCP inside Yalc workflows

Workflow position

The outbound execution node for teams already on Amplemarket. Yalc decides and personalizes; Amplemarket enriches and sends. Less about replacing your sequencer, more about letting Yalc drive it.

Prompt patterns

Copy paste prompts for Claude Code that invoke the Amplemarket MCP.

Yalc, take these 40 accounts from the hiring signal run, enrich the head of sales at each through Amplemarket, and build a lead list called "Q3 hiring signal". → Yalc calls Amplemarket search and enrichment via the MCP, then creates the list.
Yalc, enroll the 12 contacts that replied positively last week into the Amplemarket sequence "Warm reply follow up", and skip anyone already in an active sequence. → Yalc reads sequence membership, filters, and enrolls through the MCP.
Yalc, ask Amplemarket for reply and meeting rates on my three active sequences and post a plain language summary to Slack. → Yalc runs the analytics query via the MCP and posts through the Slack MCP.

Chaining recommendations

UpstreamYalc signal run → Amplemarket MCP (enrich, list, enroll)
DownstreamAmplemarket reply event → Yalc workflow (via webhook handler)

Anti patterns to avoid

Don't use the MCP to replace Yalc's reasoning. Amplemarket sends; Yalc decides who and why. Let each do its job.
Don't enroll unvalidated contacts. Run Yalc's qualification first, then enroll only survivors.
Don't treat analytics answers as source of truth for reporting. Spot check against the Amplemarket dashboard before you quote a number to a client.

Compatibility

The server is remote and hosted, so it works in any client that supports remote MCP servers over HTTP, including Claude Code, Claude Desktop, and Cursor. Auth is OAuth 2.0 with a browser sign in on first connect. Access and rate limits follow your Amplemarket plan.

Operator take

Pros, cons, who it's for

Pros

  • Official Amplemarket server. Hosted and remote, nothing to run locally.
  • OAuth sign in, no API key to store or rotate.
  • [object Object]
  • Works across Claude Code, Claude Desktop, and Cursor.

Cons

  • Requires a paid Amplemarket seat. The MCP is a front door, not free data.
  • Overlaps heavily with Yalc's own outbound logic, so value is highest only if you already run Amplemarket.
  • Hosted only. No self host option if your security posture forbids remote MCP servers.
  • Sending actions are real. A loose prompt can enroll the wrong people, so gate with qualification.

Who it's for

  • Teams already paying for Amplemarket who want Yalc to orchestrate it
  • Operators who want signal reasoning in Claude Code and sending in an established platform
  • RevOps leads consolidating outbound execution behind one MCP call
Related

The Amplemarket ecosystem inside Yalc

FAQ

Frequently asked

Is there an official Amplemarket MCP server?

Yes. Amplemarket hosts an official remote MCP server at https://mcp.amplemarket.com/mcp. Connect it to Claude Code with `claude mcp add amplemarket --transport http https://mcp.amplemarket.com/mcp`, then sign in through the browser window on first use.

Do I need an API key?

No. The server uses OAuth 2.0. The first call opens a browser where you sign in to Amplemarket and approve access. There is no key to paste or rotate.

What can the Amplemarket MCP actually do?

It exposes people and company search, contact and company enrichment, lead list management, sequence creation and enrollment, Duo AI messaging, Unibox inbox and outbox access, and natural language analytics.

Does it work with Claude Code, not just Claude Desktop?

Yes. It is a remote HTTP server, so any client that supports remote MCP servers connects, including Claude Code, Claude Desktop, and Cursor.

How does this fit with Yalc if Yalc already does outbound?

Yalc stays the operating system that reasons over signals and decides the play. The Amplemarket MCP is the execution layer for teams already on Amplemarket, so Yalc enriches, lists, and enrolls through it rather than replacing a sender you already pay for.

Do I need a paid Amplemarket account?

Yes. The MCP is the access door to your Amplemarket workspace. The underlying data, sequences, and sending require an active Amplemarket seat.

Install the Amplemarket MCP

Drop it into Claude Code and orchestrate from your next Yalc prompt.

claude mcp add amplemarket --transport http https://mcp.amplemarket.com/mcp