com.mambabuilt/mcp-page-finder-extractor
NPM · @MAMBALABSDEV/MCP-PAGE-FINDER-EXTRACTOR · SCANNED AUG 20
Find a named page type on a company's own website from its domain, in 11 languages.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 30 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 3 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability61
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 852 tokens (~852/item across 1 items; 1 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @mambalabsdev/mcp-page-finder-extractor
claude mcp add com-mambabuilt-mcp-page-finder-extractor -- npx -y @mambalabsdev/mcp-page-finder-extractor
codex mcp add com-mambabuilt-mcp-page-finder-extractor -- npx -y @mambalabsdev/mcp-page-finder-extractor
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-mambabuilt-mcp-page-finder-extractor": {
"type": "local",
"command": [
"npx",
"-y",
"@mambalabsdev/mcp-page-finder-extractor"
],
"enabled": true
}
}
} openclaw mcp add com-mambabuilt-mcp-page-finder-extractor --command npx --arg -y --arg @mambalabsdev/mcp-page-finder-extractor
mcp_servers:
com-mambabuilt-mcp-page-finder-extractor:
command: "npx"
args: ["-y", "@mambalabsdev/mcp-page-finder-extractor"] {
"mcpServers": {
"com-mambabuilt-mcp-page-finder-extractor": {
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-page-finder-extractor"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 16 Aug 26 66
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Aug 2026 · Analysed npm/@mambalabsdev/mcp-page-finder-extractor@1.0.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Dependencies 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 30 |
| Tree resolution | Complete |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
find_company_page Find Company Page ~852
Give it a company domain and name a page type. It finds that page on the company's own website and returns the URL, the method that found it, and a confidence for THAT method. 46 page types are available: pricing, investor_relations, security_trust_center, careers, about, contact, terms_of_service, privacy_policy, partners, integrations, documentation, api_reference, status_page, changelog, press_newsroom, customers_logos, sustainability_esg and 29 more. Discovery reads the homepage and footer link graph, the sitemap and its shards, known third party hosts such as boards.greenhouse.io and statuspage.io, and anchor vocabulary in 11 European languages; guessing a URL path is the LAST method tried and is scored 0.6 or below. Read {type}_confidence and threshold at 0.8 for anything a customer will see, and read coverage and fetch_status before trusting a false: found=false means the site was read and the page is not there, found=null means not enough was readable to say, and the two are never collapsed. Set mode to locate_and_extract to also read the page and return structured fields, which costs an extra event per page. Every input returns exactly one row, including the empty ones. Requires an APIFY_TOKEN and consumes Apify credits. Read only.
| Name | Type | Req | Description |
|---|---|---|---|
| allowRender | string | – | true opens a browser for pages that serve no readable HTML, which is most Nordic investor calendars. A browser is never used against a block, a CAPTCHA, a login or robots.txt. Default: "true". |
| companies | array | – | Companies you have a name for but not a domain. Identity resolution runs first on this path and is charged as its own event. Use domains instead whenever you hold a domain. |
| concurrency | string | – | How many companies to work on at once. Per company the actor is still strictly one request at a time with a delay, so this does not make it impolite to any single site. Sent as a string. Default: "10… |
| domain | string | – | A single company domain, for example stripe.com. Protocol and path are stripped. Supply this or domains or companies. |
| domains | array | – | Several company domains. Every one returns a row, including the ones where nothing is found. |
| extractPageTypeFields | string | – | true also runs the field map bound to the page type: pricing plans, filing rows and a derived fiscal year end, certifications, ATS host, governing law. Only used in locate_and_extract mode. Default:… |
| extractionFields | array | – | The page agnostic extraction menu, available on any page type. Only used in locate_and_extract mode. Omit for all of them. |
| knownUrls | object | – | URLs you already hold, keyed by page type, for example {"pricing": "https://stripe.com/pricing"}. Discovery is skipped for that page type, which is faster and exact. |
| languageHints | array | – | Language codes to try first, for example ["de","fr"]. Vocabulary is multilingual by default in all 11 languages; this only reorders it and never shortens it. |
| maxPagesPerType | string | – | Between 1 and 12. Candidate pages opened per page type before giving up. Lowering it is faster and finds less. Sent as a string so it works from Clay. Default: "4". |
| maxRequestsPerInput | string | – | Between 5 and 200. Hard ceiling on requests to one company's site. Hitting it returns coverage partial rather than a false negative. Sent as a string. Default: "60". |
| mode | string | – | locate returns the page URL, the method and a confidence. locate_and_extract also reads the page and returns structured fields into a second findings dataset. Default: "locate". |
| pageTypes | array | – | Which page types to locate. Each one costs a locate event and adds requests, so ask for what you will use. Default: ["pricing"]. |
| skipCache | string | – | false uses the 14 day cache. true forces a fresh crawl. Default: "false". |
No output schema declared.
No examples provided.