Qasper
Qasper gives AI agents the tools to discover local service businesses, check availability, and book appointments in real time.
Ads
Overview
MCP server for Qasper — discover and book local service businesses (barbers, dentists, plumbers, hair salons, mechanics, and more) directly from any MCP-compatible AI assistant. This package is a thin stdio shim that proxies to Qasper's hosted MCP server at https://qasper.ai/mcp. All tool definitions are pulled live from the upstream so this package never goes out of date. - SearchBusinesses — find local businesses by category and location (text or lat/lng). - GetBusinessInfo — name, hours, languages, contact info. - GetServices — service catalog with durations and price ranges. - GetPricing — quote a service with emergency / weekend modifiers. - CheckAvailability — open slots from the business's calendar. - BookAppointment — create a confirmed booking. - SendInquiry — send a free-form question or quote request.
Installation
npx -y @qasper/mcp-server
Configuration
{
"mcpServers": {
"qasper": {
"url": "https://qasper.ai/mcp"
}
}
}Capabilities
- Search local businesses
Ask to find barbers, dentists, or plumbers near you using `SearchBusinesses` with location and category.
- Get business details
Use `GetBusinessInfo` to retrieve hours, languages, and contact info for a specific business.
- View services and pricing
Ask for a service catalog with durations and price ranges via `GetServices`, or get a quote with `GetPricing` including emergency/weekend modifiers.
- Check availability and book
Use `CheckAvailability` to see open slots, then `BookAppointment` to confirm a booking.
- Send an inquiry
Ask to send a free-form question or quote request to a business with `SendInquiry`.
Tags
- business-operations
- crm
- task-management
- workflow-automation
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP
OfficialOfficial Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.