Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.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"
}
}
}For clients that only support stdio, add to claude_desktop_config.json:
{
"mcpServers": {
"qasper": {
"command": "npx",
"args": ["-y", "@qasper/mcp-server"]
}
}
}npx -y @qasper/mcp-server| Env var | Default | Description |
|---|---|---|
QASPER_MCP_URL | https://qasper.ai/mcp | Upstream MCP endpoint. |
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.