see it run · 6 demos · 30 seconds each

You talk to Claude.
Claude calls our API.
You get the data.

No tables to maintain. No 14-cell Clay waterfalls. No glue code. Just tell Claude what you want.

Six demos below. Each shows the exact prompt, the API call, and the response.

Pick a workflow.

Pull a 25k-row ICP list.
Tell Claude. Done.

Search 500M+ contacts and 70M+ companies by 15+ filter dimensions: title, seniority, department, skills, tech stack, employee size, funding, location. Returns ranked results with confidence scores.

claude desktop · agentenrich MCP
you › claude, build me a list of VPs of Marketing at B2B SaaS companies with 50-500 employees in the US. CSV.
claude thinking… using search_people
claude calling POST /v1/search/people
{
  "titles": ["VP of Marketing", "VP Marketing"],
  "seniority": ["vp"],
  "departments": ["marketing"],
  "industries": ["b2b_software", "saas"],
  "employeeMin": 50, "employeeMax": 500,
  "locations": ["United States"],
  "limit": 25000
}
// AgentEnrich routes through our identity layer · 500M+ profiles
// streaming results
api › 200 OK · 25,000 results · 25,012 credits used · 3.8s

{
  "total": 25000,
  "results": [
    { "fullName": "Sarah Chen", "title": "VP of Marketing", "company": "Cluely", "linkedinUrl": "linkedin.com/in/example-sc" },
    { "fullName": "Marcus Lee", "title": "VP Marketing", "company": "Helicone" },
    // 24,998 more
  ]
}
claude Done. 25,000 VPs of Marketing at US B2B SaaS companies (50-500 employees). Saved as vp-marketing-saas.csv.
Cost: 25,012 of your 130,000 monthly Pro credits (19%).

Mobile phones. Dialer-ready.
Drop into Aircall, Orum, Vapi.

Carrier-verified mobile only. We waterfall across multiple upstream phone providers for higher hit rates than any single-source vendor. Unresolved phones don't get charged.

claude desktop · agentenrich MCP
you › claude, get me mobile phones for everyone on this list. 500 leads from yesterday's webinar. Push them into our Aircall queue.
claude thinking… looping multi_source_phone over 500 leads
claude calling POST /v1/multi-source-phone (batch)
[
  { "linkedinUrl": "linkedin.com/in/lead-001" },
  { "linkedinUrl": "linkedin.com/in/lead-002" },
  // 498 more
]
// waterfall: primary (358 hits) → secondary (42 hits) → fallback (0)
// resolving 500 leads
api › 200 OK · 400 resolved (80% hit) · 100 unresolved (not charged) · 5,608 credits · 7.1s

{
  "results": [
    { "linkedinUrl": "…/lead-001", "phone": "+1 415 555 0188", "line_type": "mobile", "carrier": "AT&T", "waterfall_path": ["primary"] },
    { "linkedinUrl": "…/lead-002", "phone": "+1 305 555 0341", "carrier": "Verizon", "waterfall_path": ["primary (miss)", "secondary"] },
    // 398 more
  ]
}
claude 400 mobile phones loaded into your Aircall dialer queue. 100 unresolved (not charged). Want me to fire it?
Cost: 5,608 of 130,000 monthly Pro credits (4.3%).

"Find the VP of Sales at every company hiring SDRs this week."
One call.

Other APIs make you build this from 3 primitives. We orchestrate it internally and return one cohesive answer with seniority + department ranking.

claude desktop · agentenrich MCP
you › claude, find me the head of growth at vercel.com. Get their email and mobile.
claude thinking… using find_decision_maker then prospect_package
claude calling POST /v1/find-decision-maker
{ "company_domain": "vercel.com", "role": "Head of Growth" }
api › 200 OK · 3 results · 4 credits · 1.2s
{
  "results": [
    { "fullName": "Jane Marquez", "title": "Head of Growth", "linkedinUrl": "…/jane-m", "seniority_score": 0.94 }
  ]
}
claude Got her. Now pulling full contact.
calling POST /v1/prospect-package
{ "linkedinUrl": "linkedin.com/in/jane-m" }
api › 200 OK · 12 credits · 2.1s
{
  "person": { "email": "[email protected]", "phone": "+1 415 555 0182" },
  "peers_at_company": [ /* 3 peers */ ],
  "personalization_hooks": ["Posted about Next.js launch yesterday", "3,200 LinkedIn followers"]
}
Total: 16 credits · 3.3s · Worth ~ at Apollo, free at our scale.

Recent job changes
+ the LinkedIn post they wrote about it.

Unique to AgentEnrich. When someone announces a new role, we return the actual post text they wrote. Your LLM quotes them back to themselves. 5x reply rates over generic cold.

claude desktop · agentenrich MCP
you › claude, who just became a Head of Sales in the last 14 days at a SaaS company? Pull their announcement posts.
claude thinking… using congrats_trigger
claude calling POST /v1/congrats-trigger
{ "new_role": "Head of Sales", "days_window": 14, "industries": ["saas"], "limit": 50 }
api › 200 OK · 47 resolved · 94 credits · 2.4s
{
  "results": [
    {
      "person": { "fullName": "Alex Rivera", "new_role": "Head of Sales at Linear" },
      "announcement_text": "Thrilled to join Linear as Head of Sales. After 5 years scaling GTM at Figma, I'm excited to build the team that brings Linear to every product org.",
      "announcement_post_url": "linkedin.com/feed/example",
      "verified_email": "[email protected]"
    }
  ]
}
claude 47 new Heads of Sales in the last 14 days. Each has a verified email + their announcement post. Want me to draft personalized congrats emails that reference their actual post?
Cost: 94 credits. Average reply rate on this play: 4-7%.

Just-funded companies
+ the right decision maker at each.

Triggers feed × identity-layer decision-maker lookup. One call. Funded companies need to spend. We hand you the buyer with budget.

claude desktop · agentenrich MCP
you › claude, give me companies that raised Series A or B in the last 30 days. I sell to VPs of Engineering.
claude thinking… using funding_radar
claude calling POST /v1/funding-radar
{ "rounds": ["series_a", "series_b"], "days_window": 30, "decision_maker_title": "VP of Engineering", "limit": 100 }
api › 200 OK · 87 resolved · 261 credits · 4.1s
{
  "results": [
    {
      "company": { "name": "Cluely", "domain": "cluely.com" },
      "funding": { "round": "Series A", "amount_usd": 15000000, "date": "2026-05-08", "lead_investor": "Andreessen Horowitz" },
      "decision_maker": { "fullName": "Priya Shah", "title": "VP of Engineering", "email": "[email protected]" }
    }
  ]
}
claude 87 Series A/B companies funded in the last 30 days. Each has a VP of Eng with verified email. They have budget. They're hiring. They need tools.
Cost: 261 credits. This used to take a Crunchbase license + Apollo + an analyst.

Plumbers in Tampa. Med spas in Austin.
Owner name. Mobile. Email.

Local-business owner data. This is the layer most enrichment APIs don't have. If you sell to local businesses, this is the unlock.

claude desktop · agentenrich MCP
you › claude, find me 200 HVAC company owners in Texas with verified mobile phones. CSV ready for the dialer.
claude thinking… using local_business_owners
claude calling POST /v1/local-business-owners
{ "industry": "hvac", "state": "TX", "limit": 200, "require_phone": true }
// AgentEnrich routes through our local-business + identity layers
// resolving 200 businesses
api › 200 OK · 192 resolved · 8 not found (not charged) · 576 credits · 4.7s

{
  "results": [
    { "business": "Lone Star Heating & Air", "city": "Austin, TX", "owner": "Carlos Mendez", "phone": "+1 512 555 0177", "email": "[email protected]" },
    { "business": "Houston Cool Pros", "city": "Houston, TX", "owner": "Maria Ortiz", "phone": "+1 713 555 0244" },
    // 190 more
  ]
}
claude 192 HVAC owners in TX with verified mobile. Saved as hvac-tx.csv. Ready for your dialer.
Cost: 576 credits. Same query at a B2SMB data vendor: $5,000+ for the list.

Ready to talk to Claude?
Get a key. 7 days free.

No card. Cancel anytime. The MCP server installs in 30 seconds.

Start free trial See all 31 endpoints