Smithery
find_login_page
Discover login/sign-in pages for a website. Checks the site's sitemap.xml and probes common login URL paths. Returns a list of candidate login URLs found. Use this before attempting to log in to a site.
Remote relievedattention992-smithery/screenshotsmcp
Other tools also called find_login_page?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "Base URL of the site to find login pages for (e.g. https://myapp.com)"
}
}
}