Abm Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Abm Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<p align="center"> <img src="https://raw.githubusercontent.com/abm-dev-git/abm-mcp/main/assets/abm-diamond.svg" alt="abm.dev" width="96" /> </p>
<h1 align="center">abm.dev MCP server</h1>
<p align="center"> <strong>Account-based marketing enrichment for AI agents.</strong><br/> One endpoint. Cited, multi-source fields. Every value attributed. </p>
<p align="center"> <a href="https://www.npmjs.com/package/@abmdev/mcp"><img src="https://img.shields.io/npm/v/@abmdev/mcp?color=2563eb&label=%40abmdev%2Fmcp" alt="npm" /></a> <a href="https://github.com/abm-dev-git/abm-mcp/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green" alt="MIT" /></a> <a href="https://mcp.abm.dev/mcp"><img src="https://img.shields.io/badge/MCP-streamable--http-7c3aed" alt="MCP" /></a> <a href="https://smithery.ai/servers/abm-dev/gtm"><img src="https://smithery.ai/badge/abm-dev/gtm" alt="Smithery" /></a> </p>
https://mcp.abm.dev/mcpAccount-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.
source, confidence (0–1), and freshness (last-verified timestamp).No per-source bills. No per-field charges. No silent fallbacks.
https://mcp.abm.dev/mcpThen ask, in plain language: "Enrich [email protected]."
These agents drive the REST API directly. Paste this prompt:
Read https://abm.dev/llms.txt. Request an API key, save it to.envasABM_API_KEY, then run a test enrichment againsthttps://api.abm.dev/v1/enrichments. Report the result with its citations.
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":"[email protected]"}}'input also accepts a LinkedIn URL or a company domain.
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 localcommand/args.
The server exposes enrichment:
Every field comes back with its source, confidence, and freshness. Real-time SSE streaming for agent loops; webhooks fire when batch jobs finish.
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.
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.
Questions or a stuck enrichment? Open a ticket: https://abm.dev
Foxley Farm Operations Ltd · UK Company No. 16392009 · Oakham, United Kingdom. GDPR-compliant.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.