
Domain History Contact OSINT - Previous Owner + WHOIS History
Find who owned a domain and how to reach them, even after the site is gone. Emails, phones, people and organisations from archived pages, WHOIS history, DNS and certificate records, each with a source URL and capture date. Works on dead, expired and parked domains. One input field, 14 sources.
Server URL
https://mcp.apify.com/?tools=anshumanatrey/domain-history-contact-osint
Registry name io.github.AnshumanAtrey/domain-history-contact-osint. Streamable HTTP. Authenticate by signing in with Apify, or with an Authorization: Bearer header carrying your Apify API token.
Connect
Claude (web or desktop)
Settings, Connectors, Add custom connector. Paste the server URL above and sign in with Apify.
Claude Code
claude mcp add --transport http domain-history-contact-osint "https://mcp.apify.com/?tools=anshumanatrey/domain-history-contact-osint" --header "Authorization: Bearer YOUR_APIFY_TOKEN"
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"domain-history-contact-osint": {
"url": "https://mcp.apify.com/?tools=anshumanatrey/domain-history-contact-osint",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}VS Code
Add to .vscode/mcp.json (VS Code asks for the token once):
{
"servers": {
"domain-history-contact-osint": {
"type": "http",
"url": "https://mcp.apify.com/?tools=anshumanatrey/domain-history-contact-osint",
"headers": {
"Authorization": "Bearer ${input:apify-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "apify-token",
"description": "Apify API token",
"password": true
}
]
}Pricing
Charged per event through your Apify account. Free Apify accounts include monthly credit.
| Actor Start | $0.13 |
| Contact with source | $0.02 |
| Mention | $0.002 |