io.github.QasperAI/qasper
Discover and book businesses via AI agents.
Ask AI about io.github.QasperAI/qasper
Powered by Claude Β· Grounded in docs
I know everything about io.github.QasperAI/qasper. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
@qasperai/mcp-server
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.
Tools
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.
Install
Remote (HTTP)
The server is hosted at https://qasper.ai/mcp and can be used directly by any MCP client that supports remote (HTTP) servers β no install required:
{
"mcpServers": {
"qasper": {
"url": "https://qasper.ai/mcp"
}
}
}
Claude Desktop (stdio)
For clients that only support stdio, add to claude_desktop_config.json:
{
"mcpServers": {
"qasper": {
"command": "npx",
"args": ["-y", "@qasper/mcp-server"]
}
}
}
Cursor / other MCP clients
npx -y @qasper/mcp-server
Configuration
| Env var | Default | Description |
|---|---|---|
QASPER_MCP_URL | https://qasper.ai/mcp | Upstream MCP endpoint. |
License
MIT
