streamable-httpMITupdated 1mo ago
MCP server for Tu Lugar โ search real estate listings, development projects, companies, and market data in Paraguay and Latin America, straight from Claude, ChatGPT, Cursor, or any MCP client.
What can you do with Tu Lugar?
Tu Lugar MCP Server
MCP server for Tu Lugar โ search real estate listings, development projects, companies, and market data in Paraguay and Latin America, straight from Claude, ChatGPT, Cursor, or any MCP client.
Website โ tulugar.com ยท Connector docs & one-click setup โ tulugar.com/mcp
Tools
| 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 |
mortgage_calculator |
Estimate monthly payment, total interest, and debt-to-income |
This npm package is read-only. To create / edit / publish listings or contact agents (the agent + buyer write tools), connect the remote OAuth connector instead โ see Remote connector (write access) below. Writes require an authenticated Tu Lugar account and aren't available over the local stdio transport.
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 โ write access)
Settings โ Connectors โ Add custom connector โ URL: https://tulugar.com/api/mcp
The remote connector serves the same read tools plus the OAuth-gated write
tools. Ask Claude to connect (or use the connect_account tool) and it runs the
OAuth consent flow once so the connector can act on your behalf:
- Connect:
account_status(is my account connected / can I publish?),connect_account(returns a one-tap link to connect your Tu Lugar account) - Agents:
create_listing,upload_listing_image,edit_listing,publish_listing,my_listings,my_inquiries,share_listing_whatsapp(ready-to-send WhatsApp message + branded image for a listing) - Buyers:
create_lead(contact an agent โ works without an account)
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 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 |
Links
License
MIT
Install
Add Tu Lugar to your client. Pick the one you use.
claude mcp add --transport http tu-lugar https://tulugar.com/api/mcpcodex mcp add tu-lugar --url https://tulugar.com/api/mcp{
"mcpServers": {
"tu-lugar": {
"url": "https://tulugar.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"tu-lugar": {
"type": "http",
"url": "https://tulugar.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"tu-lugar": {
"url": "https://tulugar.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"tu-lugar": {
"serverUrl": "https://tulugar.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
9 tools
Tu Lugar exposes 9 tools to a connected agent.
- 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
- mortgage_calculator
- Estimate monthly payment, total interest, and debt-to-income
Score
69 / 100
Good
- Documentation22/25
- Maintenance16/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 44 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 9 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Jul 18, 2026 |
| 1.0.0 | Jul 18, 2026 |