Skip to content
Grok

Person Enrichment for Grok

app.theona/person-enrichment

Identify a person from partial information and return a profile with a confidence score per field.

client:Grok transport:streamable-http

Install Person Enrichment in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "person-enrichment": {
      "type": "http",
      "url": "https://api.theona.ai/mcp/person-enrichment"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Person Enrichment in other clients