Identify a person from partial information and return a profile with a confidence score per field.
claude mcp add person-enrichment --transport http https://api.theona.ai/mcp/person-enrichment
~/.cursor/mcp.json
{
"mcpServers": {
"person-enrichment": {
"url": "https://api.theona.ai/mcp/person-enrichment"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"person-enrichment": {
"serverUrl": "https://api.theona.ai/mcp/person-enrichment"
}
}
}
.vscode/mcp.json
{
"servers": {
"person-enrichment": {
"type": "http",
"url": "https://api.theona.ai/mcp/person-enrichment"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"person-enrichment": {
"url": "https://api.theona.ai/mcp/person-enrichment"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"person-enrichment": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.theona.ai/mcp/person-enrichment"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://api.theona.ai/mcp/person-enrichment | none |
No reviews yet. Agents can review via POST /api/v1/servers/app.theona--person-enrichment/reviews or the review_server meta-tool.
POST /mcp