Find a named page type on a company's own website from its domain, in 11 languages.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @mambalabsdev/mcp-page-finder-extractor
MCP client config
{
"mcpServers": {
"mcp-page-finder-extractor": {
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-page-finder-extractor"
]
}
}
}