# Person Enrichment API MCP server

Person lookup from email: name, title, company, social profiles. x402.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-person-enrichment
- Repository: https://github.com/Br0ski777/person-enrichment-x402
- Website: https://github.com/Br0ski777/person-enrichment-x402

## Install
- Endpoint: https://person-enrichment.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://person-enrichment.api.klymax402.com/mcp

## Tools
- person_enrich_from_email - Enrich a person's profile with additional data from their email address, name, domain, or LinkedIn URL. Alternative to Apollo people-enrich at 5x lower cost. Returns structured JSON with full contact and professional details.

1. fullName (string) -- first and last name
2. jobTitle (string) -- current role / position
3. company (string) -- current employer
4. linkedin (string) -- LinkedIn profile URL
5. github (string) -- GitHub profile URL
6. twitter (string) -- Twitter/X handle
7. location (string) -- city, state, country
8. bio (string) -- professional summary
9. avatar (string) -- profile picture URL
10. domain (string) -- company domain

Example output: {"fullName":"Jane Smith","jobTitle":"VP Engineering","company":"Acme Corp","linkedin":"https://linkedin.com/in/janesmith","github":"https://github.com/janesmith","location":"San Francisco, CA","avatar":"https://gravatar.com/abc123","domain":"acme.com"}

Use this BEFORE outreach to personalize emails, enrich CRM records, search for people/contacts, or research decision-makers. Essential for sales prospecting, lead qualification, and account mapping. Drop-in replacement for Apollo person enrichment.

Do NOT use for email validation -- use email_verify_address instead. Do NOT use for company data -- use company_enrich_from_domain instead. Do NOT use for social profiles by username -- use social_lookup_profile instead. Do NOT use for finding email addresses -- use email_find_by_name instead. Endpoint: https://person-enrichment.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
