Tu Lugar MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Tu Lugar MCP ServerFind me a 2-bedroom apartment in Asuncion under $100,000"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 by city, price, bedrooms, property type, etc. |
| Get full listing detail by ID or slug |
| Search development projects (verified first, available units) |
| Get project detail with units, prices, and developer info |
| Search real estate agencies and developers |
| List countries, cities, or neighborhoods with listing counts |
| Market stats: avg price, median, price/m², counts |
| Airbnb/STR city-level data: nightly rates, occupancy stats |
| 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-serverCursor / 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 |
|
| API base URL |
|
| Site URL for listing links |
Links
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JanKratochvil1/tulugar-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server