Lupaph MCP Server

Philippine property listings, transfer costs, and real estate legal info via lupaph.com.

Local serverstdio

What is the Lupaph MCP server?

Most file and storage access work still happens through a UI a human drives. Lupaph MCP server moves it into the conversation instead. Philippine property listings, transfer costs, and real estate legal info via lupaph.com.

The short version

Philippine real estate data for AI agents — search verified listings, calculate transfer costs, and get accurate legal information via lupaph.com.

Getting it running

lupaph-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

The tools it exposes

The server publishes 9 tools. What each one is for:

  • search_listings — Search verified PH property listings by province, type, price
  • get_listing — Full details of a specific listing
  • get_province_listings_summary — Overview of available listings in a province
  • calculate_transfer_cost — Full title transfer cost breakdown (CGT, DST, transfer tax, registration)
  • get_legal_info — Accurate PH real estate legal rules (ownership, CARP, SPA, title verification)
  • search_guides — Search lupaph.com buying guides and articles
  • Cursor — Add to .cursor/mcp.json in your project or home directory
  • Windsurf — The Windsurf tool exposed by this server
  • Continue — The Continue tool exposed by this server

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 9 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Lupaph.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Plenty of file and storage access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Lupaph's toolset — search_listings, get_listing, get_province_listings_summary and 6 more — is a fair guide to whether it matches your workflow. It is maintained by janmalmstrom; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
search_listingsSearch verified PH property listings by province, type, price
get_listingFull details of a specific listing
get_province_listings_summaryOverview of available listings in a province
calculate_transfer_costFull title transfer cost breakdown (CGT, DST, transfer tax, registration)
get_legal_infoAccurate PH real estate legal rules (ownership, CARP, SPA, title verification)
search_guidesSearch lupaph.com buying guides and articles
CursorAdd to .cursor/mcp.json in your project or home directory.
WindsurfThe Windsurf tool exposed by this server.
ContinueThe Continue tool exposed by this server.

How to install the Lupaph MCP server

{
  "mcpServers": {
    "lupaph": {
      "command": "npx",
      "args": ["-y", "lupaph-mcp"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Lupaph to search listings.
  • Use Lupaph to get listing.
  • Use Lupaph to get province listings summary.

Frequently asked questions

It connects Lupaph to MCP-compatible AI assistants such as Claude and Cursor, exposing 9 tools (search_listings, get_listing, get_province_listings_summary, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Lupaph directly.