Tu Lugar MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_listingsB | Search real estate listings in Paraguay. Filter by city, price, bedrooms, property type, etc. |
| get_listingA | Get full details for a specific listing by ID or slug. Includes description, features, agent info. |
| search_projectsA | Search development projects (towers, gated communities). Shows verified projects with available units by default. |
| get_projectA | Get project detail with available units, prices, site plans, and developer info. |
| search_companiesC | Search real estate agencies and developers. |
| list_locationsA | List countries, cities, or neighborhoods with listing counts. |
| get_market_summaryB | Market statistics: average price, median, price per m², listing counts. Filter by city and property type. |
| get_str_dataB | Airbnb/short-term rental market data: city-level nightly rates, occupancy, superhost stats. |
| mortgage_calculatorA | Estimate a monthly mortgage payment and total interest. Currency-agnostic. Optionally pass monthly_income for a debt-to-income ratio. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
Most tools are clearly separated by resource: listings, projects, companies, locations, market summary, STR data, and mortgage calculator. Minor overlap exists between list_locations and get_market_summary since both report listing counts, but descriptions are enough to guide selection.
The naming is mostly consistent with verb-first patterns like get_, search_, and list_. The exceptions are mortgage_calculator, which uses a noun-first name, and get_str_data, which uses an abbreviation and 'data' suffix inconsistently with get_market_summary.
Nine tools is a well-scoped set for this domain. Each tool serves a distinct use case: searching and retrieving listings/projects/companies, exploring locations, market analysis, STR statistics, and mortgage calculations.
The server covers the main read-only workflows for a real estate information platform: search, detail lookup, location browsing, and market analysis. A notable gap is the lack of a get_company detail tool to complement search_companies, but agents can generally work around this.