# Storefront Local Business - SW Riverside County CA

Local business data for SW Riverside County CA (Temecula, Murrieta, Menifee, Lake Elsinore) — compare businesses by vertical, get audit scores, and find top-rated services. Data sourced from storefro…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add adrianmarin1976/storefront-local-business

# Browse available tools
npx -y @smithery/cli@latest tool list adrianmarin1976/storefront-local-business

# Get full schema for a tool
npx -y @smithery/cli@latest tool get adrianmarin1976/storefront-local-business compare_local_businesses

# Call a tool
npx -y @smithery/cli@latest tool call adrianmarin1976/storefront-local-business compare_local_businesses '{}'
```

## Direct MCP Connection

Endpoint: `https://storefront-local-business--adrianmarin1976.run.tools`

## Tools (3)

- `compare_local_businesses` — Compare local businesses in a city by vertical (HVAC, dental, restaurant, etc). Returns ranked list with Google review …
- `get_business_score` — Get the online presence score and review data for a specific local business. Returns audit score, review count, star ra…
- `find_best_business` — Find the best-reviewed or highest-scoring local business in a city for a given business type. Covers Temecula, Murrieta…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get adrianmarin1976/storefront-local-business <tool-name>
```
