# recon

Search leaked databases for email addresses, phone numbers, usernames, domains, and other identifiers. View categorized results across multiple sources to pinpoint relevant exposures. Speed investiga…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add deltafantazulu/recon

# Browse available tools
npx -y smithery tool list deltafantazulu/recon

# Get full schema for a tool
npx -y smithery tool get deltafantazulu/recon osint_search

# Call a tool
npx -y smithery tool call deltafantazulu/recon osint_search '{}'
```

## Direct MCP Connection

Endpoint: `https://recon--deltafantazulu.run.tools`

## Tools (3)

- `osint_search` — Search leaked databases for email addresses, phone numbers, usernames, domains, or other identifiers. Returns results f…
- `osint_get_results` — Get paginated results from a previous OSINT search by search ID. Returns entries from a specific database and page.
- `osint_list_databases` — List all databases found in a previous OSINT search by search ID.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get deltafantazulu/recon <tool-name>
```
