# tulugar-real-estate

Search real estate listings, development projects, agents, and market data in Paraguay. Get pricing, Airbnb/STR stats, and neighborhood-level insights across South America.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add jan-krat-kj4q/tulugar-real-estate

# Browse available tools
npx -y @smithery/cli@latest tool list jan-krat-kj4q/tulugar-real-estate

# Get full schema for a tool
npx -y @smithery/cli@latest tool get jan-krat-kj4q/tulugar-real-estate search_listings

# Call a tool
npx -y @smithery/cli@latest tool call jan-krat-kj4q/tulugar-real-estate search_listings '{}'
```

## Direct MCP Connection

Endpoint: `https://tulugar-real-estate--jan-krat-kj4q.run.tools`

## Tools (8)

- `search_listings` — Search real estate listings. Filter by city, price, bedrooms, property type.
- `get_listing` — Get full listing detail by ID or slug.
- `search_projects` — Search development projects. Verified first, available units only by default.
- `get_project` — Get project detail with units and prices.
- `search_companies` — Search agencies and developers.
- `list_locations` — List countries, cities, or neighborhoods with listing counts.
- `get_market_summary` — Market stats: avg price, median, price/m².
- `get_str_data` — Airbnb/STR city-level data: nightly rates, occupancy. Requires city_id from list_locations.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get jan-krat-kj4q/tulugar-real-estate <tool-name>
```
