Tu Lugar MCP Server
Search real estate listings, development projects, companies, and market data in Paraguay and Latin America directly from any MCP client.
README
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.