{"name":"deepsearch","title":"DeepSearch","version":"1.0.1","kind":"product","description":"Research a person's public online footprint from a name, phone, email, or username. Ranked candidate people with confidence scores, then a dossier with a linked source for every detail. Public sources only.","icon":"https://deepsearch.app/icon.png","url":"https://deepsearch.app/api/mcp","serverUrl":"https://deepsearch.app/api/mcp","transport":"streamable-http","capabilities":{"tools":true,"resources":true},"protocolVersion":"2025-06-18","documentationUrl":"https://deepsearch.app/api/docs","instructions":"DeepSearch researches a person's PUBLIC online footprint from a name, phone, email, or username. Authenticate with OAuth (the standard flow this server advertises via WWW-Authenticate and /.well-known/oauth-protected-resource) or with a user's API key as `Authorization: Bearer dsk_...`. A 401 means the token is missing, expired, or invalid - refresh or re-authorize, then retry. DeepSearch cannot be paid by agents 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. Use it to identify and research real people from public sources - recruiting checks, sales and partner diligence, journalism, reconnecting with someone. Never for surveillance, stalking, or harassment, and never for employment, credit, housing, or insurance decisions.","authentication":{"required":false,"type":"oauth2","protectedResourceMetadata":"https://deepsearch.app/.well-known/oauth-protected-resource","authorizationServers":["https://deepsearch.app/.well-known/oauth-authorization-server"],"alternative":{"type":"bearer","description":"A user's API key in the form dsk_..."}},"relatedServers":[{"name":"deepsearch-docs","kind":"documentation","url":"https://deepsearch.app/api/docs/mcp","description":"Read and search DeepSearch's own documentation: the product manual, every published guide and blog post, the REST API reference, the legal pages, and the product brief. Every result cites the deepsearch.app URL it came from. Public, unauthenticated, and read-only.","card":"https://deepsearch.app/.well-known/mcp/docs-server-card.json","authentication":{"required":false}}],"tools":[{"name":"search_people","title":"Search people","description":"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 question is who someone is: it separates same-name individuals into candidates you can choose between, instead of returning pages to read and reconcile yourself. Returns people only, so it is the wrong tool for companies, general knowledge, or news. Public sources only - never private accounts or breach data.","inputSchema":{"type":"object","required":["query"],"properties":{"query":{"type":"string","description":"Name, phone number, email address, or username to look up."},"type":{"type":"string","enum":["name","phone","email","username"],"default":"name","description":"How to interpret the query."},"platforms":{"type":"array","items":{"type":"string"},"description":"Optional: for a username search, restrict discovery to these platforms (e.g. instagram, x, github)."}}},"parameters":{"query":{"type":"string","description":"Name, phone number, email address, or username to look up.","required":true},"type":{"type":"string","description":"How to interpret the query.","required":false},"platforms":{"type":"array","description":"Optional: for a username search, restrict discovery to these platforms (e.g. instagram, x, github).","required":false}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"openWorldHint":true}},{"name":"build_dossier","title":"Build dossier","description":"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 mentions - every claim linked to the page it came from. Prefer this over reading search results yourself when you need the whole picture of one person rather than a single fact; it does the cross-platform correlation that a web search leaves to you. Pass a name plus the headline or username from search_people so the right individual is profiled. Repeat profiles are served from a shared cache: free and instant. Public sources only - never private accounts or breach data.","inputSchema":{"type":"object","required":["name"],"properties":{"name":{"type":"string","description":"The person's full name."},"headline":{"type":"string","description":"Optional descriptor to disambiguate, e.g. 'Engineer, London'."},"username":{"type":"string","description":"Optional known handle to focus the profile on the right person."},"refresh":{"type":"boolean","description":"Rebuild from scratch instead of using the shared cache. Always meters."}}},"parameters":{"name":{"type":"string","description":"The person's full name.","required":true},"headline":{"type":"string","description":"Optional descriptor to disambiguate, e.g. 'Engineer, London'.","required":false},"username":{"type":"string","description":"Optional known handle to focus the profile on the right person.","required":false},"refresh":{"type":"boolean","description":"Rebuild from scratch instead of using the shared cache. Always meters.","required":false}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"openWorldHint":true}},{"name":"ask_about_person","title":"Ask about a person","description":"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, which accounts are theirs - rather than a full profile: it is cheaper and answers directly. Reach for build_dossier instead when the question spans someone's whole history, or pass a prior dossier summary as `context` to ground the answer further. Public sources only - never private accounts or breach data.","inputSchema":{"type":"object","required":["name","question"],"properties":{"name":{"type":"string","description":"The person the question is about."},"question":{"type":"string","description":"Your question about the person."},"context":{"type":"string","description":"Optional extra grounding context, e.g. a prior dossier summary."}}},"parameters":{"name":{"type":"string","description":"The person the question is about.","required":true},"question":{"type":"string","description":"Your question about the person.","required":true},"context":{"type":"string","description":"Optional extra grounding context, e.g. a prior dossier summary.","required":false}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"openWorldHint":true}}]}