# STRvest

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add dwtisdale/strvestmcp

# Browse available tools
npx -y smithery tool list dwtisdale/strvestmcp

# Get full schema for a tool
npx -y smithery tool get dwtisdale/strvestmcp list_saved_deals

# Call a tool
npx -y smithery tool call dwtisdale/strvestmcp list_saved_deals '{}'
```

## Direct MCP Connection

Endpoint: `https://strvestmcp--dwtisdale.run.tools`

## Tools (4)

- `list_saved_deals` — Lists the STRvest user's saved deal analyses (in the database these are called 'scenarios'; the UI calls them 'Deals').…
- `underwrite_str_deal` — Generates a full STR (short-term rental) investment underwriting report for a specific property address. Returns a stru…
- `check_str_regulations` — Researches current short-term rental (STR / Airbnb / vacation rental) regulations for a specific property address. Retu…
- `estimate_str_tax_benefits` — Estimates year-one federal + state tax savings from operating a property as a short-term rental, leveraging the 'STR lo…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get dwtisdale/strvestmcp <tool-name>
```
