MCP · 30-second install

Twelve tools.
One install.

You'd write 12 tool adapters. Each one with rate limits, error handling, cost tracking, and retries. About 200 lines per tool. We did it once. Your agent gets all 12 from one npx command.

Pick your client.

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

config
{
  "mcpServers": {
    "agentenrich": {
      "command": "npx",
      "args": ["-y", "@agentenrich/mcp"],
      "env": { "AGENTENRICH_API_KEY": "ae_live_..." }
    }
  }
}

Cursor / Windsurf

Add to your MCP settings. same format:

.cursor/mcp.json
{
  "agentenrich": {
    "command": "npx",
    "args": ["-y", "@agentenrich/mcp"],
    "env": { "AGENTENRICH_API_KEY": "ae_live_..." }
  }
}

Custom MCP client

Run it directly. Talks stdio JSON-RPC.

terminal
export AGENTENRICH_API_KEY=ae_live_...
npx @agentenrich/mcp

Smithery registry

One-click install from smithery.ai/server/agentenrich. most popular MCP catalog.

Listed on Anthropic's connector registry, mcp.so, and Glama.

Twelve tools your agent gets.

ToolDescription (for LLMs)
enrich_personResolve a person to a full record from LinkedIn URL, email, phone, or name+company.
enrich_companyResolve a company to a full record from domain, LinkedIn URL, or name.
find_emailGet an SMTP-verified email address for a person.
find_phoneGet a mobile phone for a person (premium. 12 credits).
find_decision_makerFind the top-ranked decision maker matching a role at a company.
buying_committeeGet the decision/influencer/user map for a deal type at a company.
prospect_packageGet person + email + phone + peers + personalization hooks in one call.
congrats_triggerGet recent job changes with the actual LinkedIn announcement post.
job_change_radarStream of real-time unmasked job changes.
funding_radarRecent funded companies + the right decision maker at each.
sales_deck_bundleComplete sales-prep brief: company + DM + committee + funding + lookalikes.
recruiter_pack_bundleCandidate + similar candidates at other companies + contact info.

Built for how agents pick tools.

Descriptions for LLMs

Every tool description is written so an LLM can choose between them. No "API documentation prose."

Cost disclosed per tool

Each tool description includes its credit cost. Your agent can budget without an extra call.

Idempotent by default

The MCP wrapper auto-generates idempotency keys per tool call. Retry-safe out of the box.

Once installed, sticky

Your agent's tool list now includes AgentEnrich. Swapping to a competitor means reconfiguring the agent. real switching cost.

Add 12 tools to your agent in 30 seconds.

Get an API key →