mcps / personenrich
MCPExplorer Verified

Person Enrich MCP server

The accountless LinkedIn data primitive for agents.


01What it is

Person Enrich by LeadShark is the LinkedIn enrichment primitive under Apex — without the workflow layer. Live person data, company firmographics, lead-magnet discovery, post engagers, recent profile posts, and balance checks over Streamable HTTP. Accountless: lookups never touch anyone's LinkedIn login. Use it to source and qualify; hand activation to Apex.

Who it’s for: Agent builders and GTM teams who need LinkedIn source/qualify data before activation — then hand qualified leads to Apex or their own workflow.


02Highlights
Pre-DM briefing
profile_posts + enrich_person so the agent writes from current public context, not a stale scraped bio.
Lead-magnet radar
discover_lead_magnets finds posts already attracting buyers; get_engagers turns one post into a warm, deduped lead list.
Account research
enrich_company resolves the LinkedIn Company Page so qualification uses account fit, not just the person headline.
Pay for finds
Misses and cache hits are free. get_balance shows remaining credits before expensive paths (email waterfall).

03Add it to your agent

Remote MCP server (Streamable HTTP) — api key.

claude mcp add --transport http personenrich https://www.personenrich.com/api/mcp --header "Authorization: Bearer ${PERSONENRICH_API_KEY}"
{ "mcpServers": { "personenrich": { "type": "streamable-http", "url": "https://www.personenrich.com/api/mcp" } } }

04Example prompts

Copy-paste these into your agent once Person Enrich is connected. Each drives real tools — swap the placeholders in braces for your own.

Pre-DM brief

Pull profile_posts for linkedin.com/in/{slug}, enrich_person without email, and draft a 2-sentence opener grounded in their latest posts — not a generic bio.

Lead-magnet → warm list

discover_lead_magnets for '{niche}' (limit 3). Pick the strongest post, get_engagers, then enrich_person on the top 10 profile URLs (no email yet).

Account fit check

enrich_company on linkedin.com/company/{slug} and summarize employee range, industry, website, and whether it fits our ICP.

Credit-aware path

Call get_balance first. If we have headroom, enrich_person with include_email:true for this profile and poll until email_status is found or failed.


05What it can do · 6 tools

The real tool surface, each labeled by risk. Full trust breakdown on the server page · safety review: Is Person Enrich MCP safe?.

ToolRisk
discover_lead_magnets
Find LinkedIn lead-magnet posts for a niche — the posts already pulling comment-for-resource demand, so you can see what is working before you write anything. Returns post URL, author, available image URLs, snippet, engagement and freshness. Costs 1 credit per RESULT RETURNED; an empty result set or a provider error costs nothing. limit defaults to 10, capped at 25, so one call can never spend more than 25 credits.
read
enrich_company
One company page in, account data out. Pass a LinkedIn Company Page URL or slug; returns firmographics such as name, description, industry, website, employee count/range, follower count, founded date, organization type and locations. Costs 1 credit on a verified find — misses and cache hits are free.
read
enrich_person
One person in, everything out. Pass a LinkedIn profile URL or slug; returns the structured person (name, headline, company, location) with freshness stamps. Costs 1 credit on a verified find — misses and cache hits are free. include_email:true additionally runs the email waterfall (+10 credits, charged only when verified; async — poll again for email_status:"found").
read
get_balance
Your remaining Person Enrich credits and the price list (profile 1cr, company 1cr, work email +10cr, discovery/profile posts 1cr per returned item, engagers 1cr per block, misses & cache hits 0).
read
get_engagers
Turn any LinkedIn post into a warm lead list. Pass a post URL; returns everyone who COMMENTED or REACTED, deduped to one row per person with their signals, name, headline, available image URL and profile URL — a qualifiable lead out of the box. Costs 1 credit per 25 people returned; an empty post or a provider error costs nothing. Feed the returned profile_url values to enrich_person when you want full profiles or verified emails.
read
profile_posts
Pull recent posts from a LinkedIn profile so an agent can reason from current public content before enriching or writing outreach. Pass a profile URL or slug; returns recent post text/URLs where available. Costs 1 credit per post returned; empty result sets or provider errors cost nothing. limit defaults to 10, capped at 25.
read

06Access

The write/destructive access this server can exercise, from its verified tools.

api_key

07FAQ
What is Person Enrich MCP?

Person Enrich by LeadShark is the LinkedIn enrichment primitive under Apex — without the workflow layer. Live person data, company firmographics, lead-magnet discovery, post engagers, recent profile posts, and balance checks over Streamable HTTP. Accountless: lookups never touch anyone's LinkedIn login. Use it to source and qualify; hand activation to Apex.

Who is Person Enrich for?

Agent builders and GTM teams who need LinkedIn source/qualify data before activation — then hand qualified leads to Apex or their own workflow.

What tools does Person Enrich expose?

Person Enrich exposes 6 verified tools, including discover_lead_magnets, enrich_company, enrich_person, get_balance, get_engagers, profile_posts. Each is labeled by read / write / destructive risk on this page.

How do I connect Person Enrich to my agent?

Person Enrich is a remote MCP server at https://www.personenrich.com/api/mcp. Add it in Claude, Cursor, or any MCP client — for example: claude mcp add --transport http personenrich https://www.personenrich.com/api/mcp --header "Authorization: Bearer ${PERSONENRICH_API_KEY}".

Does Person Enrich require authentication?

Yes — Person Enrich authenticates with API key. You connect your own account, and it acts only within the scopes you grant.

How much does Person Enrich cost?

Credits · ~$0.01/cr · misses free. See the full pricing breakdown on the Person Enrich pricing page.

Is Person Enrich verified on MCPExplorer?

Yes — Person Enrich is hand-checked and featured on MCPExplorer. We pull its real tool surface, required scopes, and risk labels from the live index so you can see exactly what it does before connecting.


08Similar MCPs

Other MCP servers worth a look.

ChatSEO
SEO & content
An AI SEO agent inside your MCP client.
Apex
LinkedIn & outbound
Governed LinkedIn hands for your AI agent.
FullEnrich
Sales & enrichment
B2B contact enrichment for your agent.
CompanyEnrich
Company data
Real-time company & people intelligence.

09Badge

Person Enrich is featured on MCPExplorer. Add this badge to Person Enrich’s site or README — it links back to this page.

Person Enrich MCP — as seen on mcpexplorer.com

HTML — for your website

<a href="https://mcpexplorer.com/mcps/personenrich" target="_blank" rel="noopener"><img src="https://mcpexplorer.com/badge/personenrich.svg" alt="Person Enrich MCP — as seen on mcpexplorer.com" height="20" /></a>

Markdown — for a README

[![Person Enrich MCP — as seen on mcpexplorer.com](https://mcpexplorer.com/badge/personenrich.svg)](https://mcpexplorer.com/mcps/personenrich)

Get started

Set up Person Enrich and put it to work — Credits · ~$0.01/cr · misses free. Or see its full verified profile.