Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

DeepSearch

app.deepsearch/deepsearch

Research a person's public footprint from a name, phone, email, or username. Sourced.

Uptime
100.0%
1 direct probes · 30d
Response
1926ms
last probe
Tools
3
callable
Resources
4
readable
Prompts
0
available

Tools · 3

search_people

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 …

build_dossier

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…

ask_about_person

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

Candidate people

Ranked candidate people with confidence meters, for choosing between same-name matches.

ui://deepsearch/people
Public footprint dossier

A person's sourced profile summary with its citation list.

ui://deepsearch/dossier
Grounded answer

An answer about a person, with follow-up questions worth asking next.

ui://deepsearch/answer
deepsearch-people-search

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

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "deepsearch": {
      "url": "https://deepsearch.app/api/mcp",
      "transport": "streamable-http"
    }
  }
}