Back to Browse

Tulugar MCP Server

Developer ToolsLow Risk9.7MCP RegistryRemote
Free

Server data from the Official MCP Registry

Search and manage Paraguay & LatAm real estate from any AI assistant.

About

Search and manage Paraguay & LatAm real estate from any AI assistant.

Remote endpoints: streamable-http: https://tulugar.com/api/mcp

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (3 strong, 4 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

39 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-tulugar-tulugar": {
      "url": "https://tulugar.com/api/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub 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

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
mortgage_calculatorEstimate 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 VariableDefaultDescription
TULUGAR_API_URLhttps://tulugar.com/api/v1API base URL
TULUGAR_SITE_URLhttps://tulugar.comSite URL for listing links

Links

License

MIT

Reviews

No reviews yet

Be the first to review this server!