🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@qasperai/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qasperai/mcp-server

MCP server for Qasper — book local service businesses (barbers, dentists, plumbers, etc.) via AI agents.

latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

@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

Claude Desktop

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 varDefaultDescription
QASPER_MCP_URLhttps://qasper.ai/mcpUpstream MCP endpoint.

License

MIT

Keywords

mcp

FAQs

Package last updated on 08 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts