The FullContact Model Context Protocol (MCP) Server brings FullContact's identity and enrichment data directly into AI agents and AI-native developer tools. With a one-time configuration step, your existing FullContact API key powers an enrich_person tool that any MCP-compatible client — Claude Desktop, Claude Code, Cursor, VS Code, ChatGPT, Gemini(CLI only at this time) and others — can call as part of an agentic workflow.
The server is a thin, secure wrapper around FullContact's person.enrich API. It reuses the authentication, rate limits, and compliance controls that already govern your account, so you can adopt it without provisioning new credentials or signing new agreements.
Drawing from our patented identity graph, the MCP Server empowers your AI agents to:
enrich_person.person.enrich.| Tool | Purpose | Underlying API |
| --------------- | -------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| enrich_person | Resolve and enrich a person from email, phone, social, or name + location. | POST /v3/person.enrich |
Additional tools (company enrichment, Resolve, Acumen) will follow in future releases.
The hosted MCP Server is available at:
https://api.fullcontact.com/v3/mcp
Authenticate with your existing FullContact API key — see Authentication. There is no infrastructure for you to operate.
person.enrich enabled. See Generate an API Key.enrich_person — Inputs, outputs, and example payloads.Updated May 2026