Skip to main content
Glama
QasperAI

@qasperai/mcp-server

Official
by QasperAI

@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.

Related MCP server: AI List My Business

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

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
6Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Country-agnostic MCP-callable directory for AI agents to find local SMBs — realtors, insurance agents, medical practitioners — by category, location, or natural-language query. Returns business catalog data and UTM-tagged booking URLs (zero PII).
    5
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Enables AI agents to access a unified catalog of tools from various APIs (OpenAPI, GraphQL, MCP, Google Discovery) through the MCP protocol.
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    An agent-callable MCP server that lets autonomous AI agents find, verify, message, schedule with, and transact with small and mid-sized businesses through a single compliance-enforced tool surface.

View all related MCP servers

Related MCP Connectors

  • Live Google Maps business search, review, and photo data for AI agents over MCP.

  • Find and book verified local home service professionals through AI agents.

  • Owner-verified local business data for AI agents: profiles, hours, prices, with provenance.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/QasperAI/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server