# Rental Data Lookup

Aggregate and normalize datasets from your cloud storage for faster discovery and analysis. Summarize rental prices to compare markets, spot trends, and share concise takeaways. Accelerate workflows …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add sunggyeong/cohobby-datalookup

# Browse available tools
npx -y @smithery/cli@latest tool list sunggyeong/cohobby-datalookup

# Get full schema for a tool
npx -y @smithery/cli@latest tool get sunggyeong/cohobby-datalookup fetch_core_from_s3

# Call a tool
npx -y @smithery/cli@latest tool call sunggyeong/cohobby-datalookup fetch_core_from_s3 '{}'
```

## Direct MCP Connection

Endpoint: `https://cohobby-datalookup--sunggyeong.run.tools`

## Tools (3)

- `fetch_core_from_s3` — Read normalized core fields from S3 (bucket+key).
- `fetch_and_normalize_from_s3` — Read and normalize rental listings from S3 (bucket+key).
- `summarize_rental_prices` — IQR-filtered summary statistics of rental_price.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get sunggyeong/cohobby-datalookup <tool-name>
```
