# wheretohit

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list jbb1988/wheretohit

# Get full schema for a tool
npx -y @smithery/cli@latest tool get jbb1988/wheretohit search_venues

# Call a tool
npx -y @smithery/cli@latest tool call jbb1988/wheretohit search_venues '{}'
```

## Direct MCP Connection

Endpoint: `https://wheretohit--jbb1988.run.tools`

## Tools (6)

- `search_venues` — Search for baseball and softball venues — batting cages, fields, and multi-sport facilities. Filter by city, state, ven…
- `find_venues_near_location` — Find baseball and softball venues within a radius of a geographic point, sorted by distance. Requires lat/lng coordinat…
- `get_venue_details` — Get complete details for a specific venue by its slug — full hours, pricing, ratings breakdown by category (machines, i…
- `search_tournaments` — Search for upcoming baseball and softball tournaments by state, organization, sport, and age group. Returns event name,…
- `find_tournaments_near_location` — Find upcoming baseball and softball tournaments within a radius of a geographic point, sorted by distance. Requires lat…
- `get_state_overview` — Get a summary of baseball and softball venues and upcoming tournaments in a specific US state. Returns counts by venue …

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