VOOZH about

URL: https://mcp.so/server/tulugar---paraguay-real-estate

⇱ @tulugar/mcp-server - npm


TuLugar - Paraguay Real Estate

Search real estate listings, development projects, companies, and market data in Paraguay and South America. 8 tools: property search with 20+ filters (city, price, bedrooms, type), project search with unit pricing, company directory, location hierarchy, market statistics, and Airbnb/STR data. Returns Markdown with links to tulugar.com.
Overview

@tulugar/mcp-server

0.1.7 • Public • Published

TuLugar MCP Server

MCP server for TuLugar — search real estate listings, development projects, companies, and market data in Paraguay and South America.

Tools

ToolDescription
search_listingsSearch listings by city, price, bedrooms, property type, etc.
get_listingGet full listing detail by ID or slug
search_projectsSearch development projects (verified first, available units)
get_projectGet project detail with units, prices, and developer info
search_companiesSearch real estate agencies and developers
list_locationsList countries, cities, or neighborhoods with listing counts
get_market_summaryMarket stats: avg price, median, price/m², counts
get_str_dataAirbnb/STR city-level data: nightly rates, occupancy stats

Install

Claude Desktop (local)

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
 "mcpServers": {
 "tulugar": {
 "command": "npx",
 "args": ["-y", "@tulugar/mcp-server"]
 }
 }
}

Claude Desktop (remote — zero install)

Settings → Integrations → Add URL: https://tulugar.com/api/mcp

Claude Code

claude mcp add tulugar -- npx -y @tulugar/mcp-server

Cursor / Windsurf

Same JSON config format as Claude Desktop.

Example Queries

Once connected, try asking:

  • "Find me a 2-bedroom apartment in Asuncion under $100,000"
  • "What are the average apartment prices in Villa Morra?"
  • "Show me development projects under construction"
  • "What's the Airbnb occupancy rate in Asuncion?"
  • "List verified real estate developers in Paraguay"

Configuration

Env VariableDefaultDescription
TULUGAR_API_URLhttps://tulugar.com/api/v1API base URL
TULUGAR_SITE_URLhttps://tulugar.comSite URL for listing links

License

MIT

Server Config

{
 "mcpServers": {
 "tulugar": {
 "command": "npx",
 "args": [
 "-y",
 "@tulugar/mcp-server"
 ]
 }
 }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.