TuLugar - Paraguay Real Estate

Created By
2 months ago
Search real estate listings, development projects, companies, and market data in Paraguay and South America. 8 tools: property search with 20+ filters (city, price, bedrooms, type), project search with unit pricing, company directory, location hierarchy, market statistics, and Airbnb/STR data. Returns Markdown with links to tulugar.com.
Overview

@tulugar/mcp-server
TypeScript icon, indicating that this package has built-in type declarations

0.1.7 • Public • Published

TuLugar MCP Server

MCP server for TuLugar — search real estate listings, development projects, companies, and market data in Paraguay and South America.

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

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 — zero install)

Settings → Integrations → Add URL: https://tulugar.com/api/mcp

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

License

MIT

Server Config

{
  "mcpServers": {
    "tulugar": {
      "command": "npx",
      "args": [
        "-y",
        "@tulugar/mcp-server"
      ]
    }
  }
}
Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
-
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Mnemom

14 hours ago
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

13 hours ago
Docwand

13 hours ago