← deepsearch.app

INDIVIDUAL MCP TOOL

ask_about_person

Ask a grounded follow-up question about a person's public footprint.

deepsearch.appnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

deepsearch.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.deepsearch-app]
url = "https://deepsearch.app/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "deepsearch-app": {
      "type": "http",
      "url": "https://deepsearch.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: deepsearch-app
Remote MCP URL: https://deepsearch.app/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "deepsearch-app": {
      "url": "https://deepsearch.app/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "deepsearch-app": {
      "type": "http",
      "url": "https://deepsearch.app/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_people — Find people from public sources by name, phone, email, or username.
  • build_dossier — Build a full public-footprint profile for a person: identity, contact, social accounts, work, relatives, web mentions, and a cited summary.