Odel
mcp page finder extractor

mcp page finder extractor

Local
@mambalabsdevJavaScriptMITUpdated 1w ago

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).

npm@mambalabsdev/mcp-page-finder-extractorv1.0.0

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"
      ]
    }
  }
}