Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
abm-dev-git avatar

Abm Mcp

  • 1 repo stars
  • Updated July 10, 2026
  • abm-dev-git/abm-mcp

ABM MCP is an MCP server that brings account-based marketing data and actions to AI agents via HTTP or local npm.

About

ABM MCP connects account-based marketing workflows to Model Context Protocol clients so B2B founders can delegate research and account context to their agent. Traditional ABM stacks assume a sales team; this server reframes the problem for one developer wearing sales, product, and marketing hats—your agent can remember why an account matters, what was said last, and what play fits next. You can use the hosted streamable HTTP endpoint for quick setup or run the npm package locally via npx when you want stdio integration in Claude Code or Cursor. It is a lifecycle tool: most valuable once you have something to sell and a defined list of accounts, not during first-line prototyping. Pair it with your own CRM discipline; it accelerates agent-assisted outreach and planning rather than replacing legal compliance, email deliverability, or human relationship judgment.

  • Account-based marketing primitives exposed as MCP tools for AI agents
  • Hosted streamable HTTP remote at https://mcp.abm.dev/mcp plus local npx @abmdev/mcp
  • Positioning: agents carry account context a great rep used to hold in memory
  • Dual transport options—remote MCP or stdio npm—for different security preferences
  • Version 1.0.1 from abm.dev with GitHub source abm-mcp

Abm Mcp by the numbers

  • Data as of Jul 11, 2026 (Skillselion catalog sync)
terminal
claude mcp add abm-mcp -- npx -y @abmdev/mcp

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars1
Package@abmdev/mcp
TransportSTDIO, HTTP
AuthNone
Last updatedJuly 10, 2026
Repositoryabm-dev-git/abm-mcp

What it does

Let your agent research and act on account-based marketing context for target accounts while you grow a B2B product.

Who is it for?

Best when you're doing ABM with an AI agent as a lightweight research and context layer.

Skip if: B2C consumer apps, pure SEO plays, or teams that need a full Salesforce replacement with enterprise procurement.

What you get

After connecting ABM MCP, your agent can pull and use account-centric GTM context inside your normal coding and ops agent sessions.

  • Agent-callable ABM tools for account research and context
  • Choice of hosted MCP endpoint or local npm server
  • Faster account-aware GTM prompts grounded in MCP data

By the numbers

  • Server version 1.0.1
  • Remote URL: https://mcp.abm.dev/mcp (streamable-http)
  • Local package: @abmdev/mcp via npx stdio
README.md

abm.dev

abm.dev MCP server

Account-based marketing enrichment for AI agents.
One endpoint. Cited, multi-source fields. Every value attributed.

npm MIT MCP Smithery


What abm.dev is

Account-based marketing for AI agents. Give it an email, a LinkedIn URL, or a company domain; get back a structured record on the person and the company they work for. Every value carries its source, a confidence score, and a last-verified timestamp. A value is cited or it is not returned. No fabricated facts.

What you get

  • Eighty-nine canonical fields per record — forty-three on the person, forty-six on the company.
  • Forty signals on every prospect.
  • Ten sources, resolved into one response — LinkedIn, Companies House, Perplexity, Tavily, Hunter, and others.
  • Citations on every valuesource, confidence (0–1), and freshness (last-verified timestamp).

No per-source bills. No per-field charges. No silent fallbacks.


Connect

Claude (custom connector)

  1. Open Settings → Connectors → Custom.
  2. Paste the server URL: https://mcp.abm.dev/mcp
  3. Complete the one-time sign-in when prompted.

Then ask, in plain language: "Enrich jane@acme.com."

Cursor / Claude Code / Windsurf

These agents drive the REST API directly. Paste this prompt:

Read https://abm.dev/llms.txt. Request an API key, save it to .env as ABM_API_KEY, then run a test enrichment against https://api.abm.dev/v1/enrichments. Report the result with its citations.

Script and terminal agents

Call the REST API directly:

curl https://api.abm.dev/v1/enrichments \
  -H "x-api-key: $ABM_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"type":"person","input":{"email":"jane@acme.com"}}'

input also accepts a LinkedIn URL or a company domain.


Install (npx)

Prefer a local command over a remote URL? The @abmdev/mcp package is a thin bridge: npx -y @abmdev/mcp launches a local STDIO MCP server that proxies to the hosted server at https://mcp.abm.dev/mcp, handling the OAuth 2.1 PKCE sign-in and token caching for you. It defines no tools of its own — it exposes whatever the hosted server serves.

Add it to any MCP client that supports command/args (Claude Desktop, Cursor, Windsurf, Claude Code, and others):

{
  "mcpServers": {
    "abm": {
      "command": "npx",
      "args": ["-y", "@abmdev/mcp"]
    }
  }
}

Generic config snippet (for clients that take a bare command):

{ "command": "npx", "args": ["-y", "@abmdev/mcp"] }

On first run a browser window opens for the one-time sign-in; the token is then cached for subsequent runs. Point the bridge at a different endpoint by setting the ABM_MCP_URL environment variable.

Either path reaches the same hosted server. Use the custom connector (remote URL) above if your client supports it directly; use npx for clients that only speak local command/args.


Tools

The server exposes enrichment:

  • Enrich a person — from an email or a LinkedIn URL. Returns the forty-three person fields plus the company they work for.
  • Enrich a company — from a domain. Returns the forty-six company fields.

Every field comes back with its source, confidence, and freshness. Real-time SSE streaming for agent loops; webhooks fire when batch jobs finish.


Pricing

Per-enrichment. No subscription. Credits never expire. All ten sources included — no add-ons.

From about €0.29 per enrichment. Packs: 30 credits €2.89, 100 €9.29, 500 €36.99 (best value), 2,000 €119.99. The playground is free. Free launch credits with code LAUNCHCODES.

See https://abm.dev/#pricing.


Links


Registry reference

This repo is the public description of a hosted MCP server. The server runs at https://mcp.abm.dev/mcp; this repo is not its source. See server.json for the machine-readable manifest.

Support

Questions or a stuck enrichment? Open a ticket: https://abm.dev

Operator

Foxley Farm Operations Ltd · UK Company No. 16392009 · Oakham, United Kingdom. GDPR-compliant.

Recommended MCP Servers

How it compares

ABM-focused MCP integration, not a generic web-scraper skill or a self-contained copywriting-only prompt pack.

FAQ

Who is ABM MCP for?

and small-team B2B developers using coding agents who practice account-based marketing and want MCP-native account context.

When should I use ABM MCP?

Use it in Grow when you have target accounts, an offer, and want agents to help with research, prioritization, and lifecycle touchpoints—not before product-market fit.

How do I add ABM MCP to my agent?

Add either the remote MCP URL https://mcp.abm.dev/mcp (streamable HTTP) or a stdio server via npx @abmdev/mcp per your client’s MCP documentation.

Communicationlifecycledistribution

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.