Research a person's public footprint from a name, phone, email, or username. Sourced. Public web only.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
Clients with native remote MCP support can connect directly to this URL instead of the install method above.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Research a person's public online footprint from a name, phone number, email address, or username β ranked candidate people with confidence scores, then a dossier with a linked source for every detail. Public sources only.
DeepSearch is a hosted remote MCP server. There is nothing to install or run: point
your client at https://deepsearch.app/api/mcp and authorize.
https://deepsearch.app/api/mcp2025-06-18Authorization: Bearer dsk_β¦| Tool | What it does |
|---|---|
search_people | Resolves one identifier β name, phone, email, or username β to a ranked list of real, distinct people, each with a confidence score. Separates same-name individuals into candidates you can choose between, rather than returning pages to reconcile yourself. |
build_dossier | Assembles 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 mentions β every claim linked to the page it came from. |
ask_about_person | Answers one specific question about a person, grounded in their public footprint, and suggests follow-ups. Cheaper and more direct than a full dossier when you want a single fact. |
All three tools are read-only (readOnlyHint: true, destructiveHint: false) and touch the
open web (openWorldHint: true). None of them mutate anything.
Scopes map one-to-one onto the tools: search, dossier, chat.
claude_desktop_config.json.cursor/mcp.json.vscode/mcp.jsonThe server advertises the standard OAuth flow, so most clients need no configuration β
they discover it from the WWW-Authenticate challenge and
/.well-known/oauth-protected-resource,
then run dynamic client registration.
To use an API key instead, create one at https://deepsearch.app/api and send it as
Authorization: Bearer dsk_β¦.
A 401 means the token is missing, expired, or invalid β refresh or re-authorize, then
retry. A 403 means the token is missing a scope the tool requires.
DeepSearch cannot be billed to an agent directly. If a tool result says the user must sign in, subscribe, or add credits, relay that message and its URL to the user, then retry.
| Path | Contents |
|---|---|
/.well-known/mcp.json | Server manifest with the full tool list |
/.well-known/mcp/server-card.json | Server card |
/.well-known/oauth-protected-resource | Resource metadata, scopes, transport |
/.well-known/oauth-authorization-server | Authorization server metadata |
server.json in this repo is the
official MCP Registry manifest for
app.deepsearch/deepsearch.
Prefer plain HTTP? The Developer API has dependency-free clients:
DeepSearch searches public sources only. It is built for recruiting checks, sales and partner diligence, journalism, and reconnecting with people.
It must not be used for surveillance, stalking, or harassment, and must not be used to make employment, credit, housing, or insurance decisions. DeepSearch is not a consumer reporting agency and its output is not a consumer report.
People can remove themselves at https://deepsearch.app/remove-my-info.
MIT β see LICENSE. The hosted service itself is proprietary; this repository covers the manifest, documentation, and client configuration.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/deepsearch)<a href="https://allmcps.com/mcp/deepsearch"><img src="https://allmcps.com/api/badge/deepsearch?style=directory" alt="DeepSearch on AllMCPs" /></a>