# com.mambabuilt/mcp-page-finder-extractor (npm · @mambalabsdev/mcp-page-finder-extractor)

Find a named page type on a company's own website from its domain, in 11 languages.

- Trust score: 66/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- npm · `@mambalabsdev/mcp-page-finder-extractor`: 66/100 (this document), [markdown](https://verifymcp.io/servers/com-mambabuilt-mcp-page-finder-extractor/mambalabsdev-mcp-page-finder-extractor.md), [page](https://verifymcp.io/servers/com-mambabuilt-mcp-page-finder-extractor/mambalabsdev-mcp-page-finder-extractor)

## Channel facts

- Registry: `npm`
- Package: `@mambalabsdev/mcp-page-finder-extractor`
- Version: `1.0.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-20.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 30 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 48/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 3 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 61/100
  - AI-judged instruction clarity (excellent).
  - 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.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

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

## Install

### Claude

```bash
claude mcp add com-mambabuilt-mcp-page-finder-extractor -- npx -y @mambalabsdev/mcp-page-finder-extractor
```

### Codex

```bash
codex mcp add com-mambabuilt-mcp-page-finder-extractor -- npx -y @mambalabsdev/mcp-page-finder-extractor
```

### opencode

```json
{
  "$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

```bash
openclaw mcp add com-mambabuilt-mcp-page-finder-extractor --command npx --arg -y --arg @mambalabsdev/mcp-page-finder-extractor
```

### Hermes

```yaml
mcp_servers:
  com-mambabuilt-mcp-page-finder-extractor:
    command: "npx"
    args: ["-y", "@mambalabsdev/mcp-page-finder-extractor"]
```

### Other

```json
{
  "mcpServers": {
    "com-mambabuilt-mcp-page-finder-extractor": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-page-finder-extractor"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-16 (score 66)

First indexed and scored.

## MCP tools (1)

### `find_company_page` (~852 tokens)

Find Company Page

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.

Input parameters:

- `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".

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-mambabuilt-mcp-page-finder-extractor/mambalabsdev-mcp-page-finder-extractor#diagnostics

## Score history

- 2026-08-20: 66
- 2026-08-19: 66
- 2026-08-18: 66
- 2026-08-17: 66
- 2026-08-16: 66

## Links

- npm package: https://www.npmjs.com/package/@mambalabsdev/mcp-page-finder-extractor
- Socket report: https://socket.dev/npm/package/@mambalabsdev/mcp-page-finder-extractor
- Repository: https://github.com/mambalabsdev/mcp-page-finder-extractor
- Changelog RSS feed: https://verifymcp.io/servers/com-mambabuilt-mcp-page-finder-extractor/mambalabsdev-mcp-page-finder-extractor.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-mambabuilt-mcp-page-finder-extractor/mambalabsdev-mcp-page-finder-extractor.json
- HTML version of this page: https://verifymcp.io/servers/com-mambabuilt-mcp-page-finder-extractor/mambalabsdev-mcp-page-finder-extractor
