MCP.so
Sign In

abm.dev

@abm-dev-git

About abm.dev

The account-based marketing API for AI agents. One key, one schema: find the right accounts and people, enrich them into cited multi-source fields, and write records and outreach straight to your CRM. Every value carries its source and a confidence score.

Basic information

License

MIT

Runtime

node

Transports

stdio

Publisher

abm-dev-git

Submitted by

Stuart McLeod

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is abm.dev?

abm.dev is a hosted MCP server and account-based marketing API for AI agents. It provides search, sourcing, enrichment, and creation tools for B2B people and companies using a single API key and schema where every field includes its source and confidence score. The server is designed for developers building AI-driven sales and marketing workflows.

How to use abm.dev?

Connect via a custom connector in Claude using the remote URL https://mcp.abm.dev/mcp and complete a one-time sign-in. Alternatively, install the @abmdev/mcp npx package (e.g., npx -y @abmdev/mcp) for clients that support local STDIO commands; this handles OAuth 2.1 PKCE sign-in and token caching. For script or terminal agents, call the REST API directly with an API key in the x-api-key header.

Key features of abm.dev

  • Search, source, enrich, and create across B2B companies and people
  • 89 canonical fields per record (43 person, 46 company)
  • 40 signals on every prospect
  • 10 data sources resolved into a single response
  • Every value cited with source and confidence score (0–1)
  • No per-source bills, per-field charges, or silent fallbacks

Use cases of abm.dev

  • Find the VP of Marketing at a target company and enrich their profile with cited data
  • Source the right buying committee for a target account using async briefs
  • Enrich CRM records with multi-source, confidence-scored fields from an email or LinkedIn URL
  • Create CRM records (company, contact, outreach) and stage LinkedIn posts for human approval
  • Run batch enrichment jobs with webhook notifications for completion

FAQ from abm.dev

Does abm.dev fabricate data?

No. Every value carries its source and a confidence score (0–1). A value is cited or it is not returned. No fabricated facts.

Do I need a subscription to use abm.dev?

No. Pricing is per-enrichment with no subscription. Credits never expire. All ten sources are included with no add-ons. Free launch credits are available.

How do I authenticate with abm.dev?

Two paths: (1) the npx package handles OAuth 2.1 PKCE sign-in automatically, caching tokens. (2) direct REST API calls use an API key in the x-api-key header.

What transports does abm.dev support?

The server supports streamable HTTP for remote connections and STDIO for the local npx bridge. Webhooks fire when batch jobs finish.

What data sources does abm.dev use?

Ten sources are resolved into one response: LinkedIn, Companies House, Perplexity, Tavily, Hunter, and others.

Comments

More MCP servers