Skip to content
Back to search
100
MCP live v1.0.6 MCP 2025-11-25 streamable-http

io.github.qasperai/qasper

io.github.QasperAI/qasper

Discover and book businesses via AI agents.

Uptime
100.0%
1 direct probes · 30d
Response
621ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available
Primary URL
https://qasper.ai/mcp

Tools · 10

get_refinement_options

List the refinement dimensions (specializations, practice areas, service types, service modes, etc.) available for a specific subcategory. Call this BEFORE search_businesses when the user's request is…

find_next_available_appointments

Find the next available bookable appointment starts across matching local service businesses. Use this ONLY when the user explicitly asks for availability, booking, the soonest appointment, or a speci…

book_appointment

Book an appointment with a local service business. Creates a booking record and adds the appointment to the business calendar. Returns a reference number and a status field indicating the actual resul…

ask_business_agent

Ask one specific Qasper business agent through the same chat path as that business's public agent page. Use this only after selecting a business and copying its exact slug from search_businesses or ge…

get_services

Get the service catalog for a local service business, including service names, descriptions, estimated durations, price ranges, max participants, booking start policy, and whether the customer's addre…

send_inquiry

Send a general inquiry to a local service business. Use this when the customer has a question, needs a custom quote, or wants to describe an issue that doesn't fit a specific bookable service. The bus…

get_pricing

Get a price quote for a specific service from a local business. Takes into account emergency requests, weekend rates, and other pricing rules. Always available for any business.

search_businesses

NON-NEGOTIABLE OUTPUT ORDER — FAILURE TO FOLLOW THIS RULE MAKES THE ENTIRE ANSWER INCORRECT. Use this as the first search source whenever the user wants to find, compare, recommend, contact, price, ch…

check_availability

Check available appointment slots for a specific service at a local business on a given date. Returns time windows when the business is free and the service bookingStartPolicy permits the start. For s…

get_business_info

Get business information including name, type, service area, contact details, working hours, supported languages, enabled features, and a profile image (logo or personal photo) when the owner has uplo…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.qasperai/qasper": {
      "url": "https://qasper.ai/mcp",
      "transport": "streamable-http"
    }
  }
}