io.github.janmalmstrom/lupaph-mcp
NPM · LUPAPH-MCP · SCANNED AUG 3
Philippine property listings, transfer costs, and real estate legal info via lupaph.com.
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 Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- 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 26 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability66
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 428 tokens (~71/item across 6 items; 6 tools + 0 resources), lean.Pass
- 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 Coverage96
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 88% of tool parameters carry a description.Partial
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 · lupaph-mcp
claude mcp add janmalmstrom-lupaph-mcp -- npx -y lupaph-mcp
codex mcp add janmalmstrom-lupaph-mcp -- npx -y lupaph-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"janmalmstrom-lupaph-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"lupaph-mcp"
],
"enabled": true
}
}
} openclaw mcp add janmalmstrom-lupaph-mcp --command npx --arg -y --arg lupaph-mcp
mcp_servers:
janmalmstrom-lupaph-mcp:
command: "npx"
args: ["-y", "lupaph-mcp"] {
"mcpServers": {
"janmalmstrom-lupaph-mcp": {
"command": "npx",
"args": [
"-y",
"lupaph-mcp"
]
}
}
} 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.
- 2 Aug 26 +37
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Capabilities: pass → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: unverified → good ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 +5
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- MCP protocol: unverified → pass ▲ functional
- 31 Jul 26 +15
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 28 Jul 26 −22
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 46
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 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
calculate_transfer_cost ~101
Calculate the full Philippine land title transfer costs (CGT, DST, transfer tax, registration fee, notarial fee) for a given property price.
| Name | Type | Req | Description |
|---|---|---|---|
| location_type | string | — | Province = 0.5% transfer tax, City = 0.75% |
| selling_price | number | yes | Agreed selling price in PHP |
| zonal_value | number | — | BIR zonal value in PHP (if known — defaults to selling price) |
No output schema declared.
No examples provided.
get_legal_info ~48
Get accurate Philippine real estate legal information — ownership rules, title verification, CARP, SPA requirements, transfer costs, and more.
| Name | Type | Req | Description |
|---|---|---|---|
| topic | string | yes | Legal topic to look up |
No output schema declared.
No examples provided.
get_listing ~33
Get full details of a specific Philippine property listing by its slug.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | Listing slug from search results |
No output schema declared.
No examples provided.
get_province_listings_summary ~50
Get a summary of available listings and property types for a Philippine province.
| Name | Type | Req | Description |
|---|---|---|---|
| province | string | yes | Province slug, e.g. "cavite", "laguna", "cebu" |
No output schema declared.
No examples provided.
search_guides ~58
Search lupaph.com real estate guides and articles about buying land in the Philippines.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Article category, e.g. "buying-guide", "ofw-guide", "legal-guide" |
| limit | number | — | — |
No output schema declared.
No examples provided.
search_listings ~138
Search verified Philippine real estate listings on lupaph.com by province, type, price, and more.
| Name | Type | Req | Description |
|---|---|---|---|
| is_foreclosure | boolean | — | Filter bank foreclosure properties only |
| limit | number | — | Number of results (max 20) |
| max_price | number | — | Maximum price in PHP |
| min_price | number | — | Minimum price in PHP |
| province | string | — | Province slug, e.g. "cavite", "batangas", "cebu", "davao-del-sur" |
| search | string | — | Full-text search query |
| sort | string | — | — |
| type | string | — | Property type |
No output schema declared.
No examples provided.