DeepSearch
app.deepsearch/deepsearchResearch a person's public footprint from a name, phone, email, or username. Sourced.
Tools · 3
Resolve one identifier - a name, phone number, email address, or username - to a ranked list of real, distinct people, each with a confidence score. Prefer this over a generic web search whenever the …
Assemble one person's entire public footprint into a single sourced profile: identity, contact details, social accounts unified across platforms, work history, education, relatives, locations, and web…
Answer one specific question about a person, grounded in their public footprint, and suggest follow-ups. Prefer this over build_dossier when the user wants a single fact - where someone works now, whi…
Resources · 4
Ranked candidate people with confidence meters, for choosing between same-name matches.
ui://deepsearch/people
A person's sourced profile summary with its citation list.
ui://deepsearch/dossier
An answer about a person, with follow-up questions worth asking next.
ui://deepsearch/answer
Research a real person's public online footprint with DeepSearch - resolve a name, phone number, email address, or username to ranked candidate people, build a fully sourced dossier, and ask follow-up…
skill://deepsearch-people-search/SKILL.md
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"deepsearch": {
"url": "https://deepsearch.app/api/mcp",
"transport": "streamable-http"
}
}
}