# Qasper

Search, get info, check availability, get price quotes, send inquiries, and book appointments with real local service businesses (plumbers, electricians, dentists, salons, and more) through MCP. The …

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list qasper/business-agents

# Get full schema for a tool
npx -y @smithery/cli@latest tool get qasper/business-agents get_business_info

# Call a tool
npx -y @smithery/cli@latest tool call qasper/business-agents get_business_info '{}'
```

## Direct MCP Connection

Endpoint: `https://qasper.run.tools`

## Tools (7)

- `get_business_info` — Get business information including name, type, service area, contact details, working hours, supported languages, and e…
- `send_inquiry` — Send a general inquiry to a local service business. Use this when the customer has a question, needs a custom quote, or…
- `get_services` — Get the service catalog for a local service business, including service names, descriptions, estimated durations, and p…
- `get_pricing` — Get a price quote for a specific service from a local business. Takes into account emergency requests, weekend rates, a…
- `check_availability` — Check available appointment slots for a specific service at a local business on a given date. Returns time windows when…
- `search_businesses` — Search for available local service businesses by category and/or location. Use this to find businesses before checking …
- `book_appointment` — Book an appointment with a local service business. Creates a booking record and adds the appointment to the business ca…

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