# property-api

Property intelligence API for US real estate. Returns 16+ data points for any US address: noise levels, wetlands, terrain slope, natural light, powerline proximity, crime rates, property facing direc…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add propertyscoop/property-api

# Browse available tools
npx -y @smithery/cli@latest tool list propertyscoop/property-api

# Get full schema for a tool
npx -y @smithery/cli@latest tool get propertyscoop/property-api get_property_info

# Call a tool
npx -y @smithery/cli@latest tool call propertyscoop/property-api get_property_info '{}'
```

## Direct MCP Connection

Endpoint: `https://property-api--propertyscoop.run.tools`

**Required config:**
- `address` (query) — address of the property
- `X-API-Key` (header) — API key acquired from propertyscoop.us

## Tools (2)

- `get_property_info` — Get comprehensive property information including crime rates, natural hazards, school info, and more
- `get_facing` — Get the direction a property faces (e.g., North, South, East, West, Northwest, Northeast, Southwest, Southeast) based o…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get propertyscoop/property-api <tool-name>
```
