com.websitelaunches/launch-record-lookup
Official1 toolLook up a domain's public Website Launches launch record, owner verification & trust context.
Look up domain ownership and trust verification records.
Captured live from the server via tools/list.
lookup_launch_record
Look up the public Website Launches launch record for a single domain. Returns launch timing, owner verification status, milestone summary, public trust context, and a public record URL. Single domain only; does not search, list, discover, or export websites. Hosting, registrar, and location are secondary details — only surface them if the user explicitly asks.
Parameters (1)
- domainstringrequired
A single website domain or URL, such as example.com or https://www.example.com/about. Provide exactly one domain — not a list, and not a search query.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"launch-record-lookup": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://websitelaunches.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.