17 hours ago
Search verified Philippine property listings across all 83 provinces, calculate full transfer costs (CGT 6%, DST 1.5%, transfer tax, registration, notarial fee), and get accurate legal info on CARP rules, Special Power of Attorney, OFW ownership rights, and title verification — directly from Claude or any MCP-compatible AI assistant.
Overview
LupaPH MCP
MCP server for Philippine real estate data powered by lupaph.com.
Tools
- search_listings — search by province, property type, price range
- get_listing — full listing detail by slug
- get_province_listings_summary — overview of listings in any of 83 provinces
- calculate_transfer_cost — CGT 6%, DST 1.5%, transfer tax, registration fee, notarial fee
- get_legal_info — 8 legal topics: CARP, SPA, OFW rights, title verification, transfer costs, financing, deceased owner, brokers
- search_guides — search lupaph.com buying guides
Install
claude mcp add lupaph -- npx -y lupaph-mcp
npm
Server Config
{
"mcpServers": {
"lupaph": {
"command": "npx",
"args": [
"-y",
"lupaph-mcp"
]
}
}
}