Skip to main content
Glama
JanKratochvil1

Tu Lugar MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 9 tools

Disambiguation4/5

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.

Naming Consistency4/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivitySlowing
ResponsivenessNo issues