MCP server for TuLugar — search real estate listings, development projects, companies, and market data in Paraguay and South America.
| Tool | Description |
|---|---|
search_listings | Search listings by city, price, bedrooms, property type, etc. |
get_listing | Get full listing detail by ID or slug |
search_projects | Search development projects (verified first, available units) |
get_project | Get project detail with units, prices, and developer info |
search_companies | Search real estate agencies and developers |
list_locations | List countries, cities, or neighborhoods with listing counts |
get_market_summary | Market stats: avg price, median, price/m², counts |
get_str_data | Airbnb/STR city-level data: nightly rates, occupancy stats |
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"tulugar": {
"command": "npx",
"args": ["-y", "@tulugar/mcp-server"]
}
}
}Settings → Integrations → Add URL: https://tulugar.com/api/mcp
claude mcp add tulugar -- npx -y @tulugar/mcp-serverSame JSON config format as Claude Desktop.
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"
| Env Variable | Default | Description |
|---|---|---|
TULUGAR_API_URL | https://tulugar.com/api/v1 | API base URL |
TULUGAR_SITE_URL | https://tulugar.com | Site URL for listing links |
MIT