
Qasper
Let agents discover local or online businesses and complete bookings through Qasper instead of brittle custom scraping.
Overview
Qasper is an MCP server for the Build phase that lets AI agents discover businesses and execute bookings via Qasper’s hosted tools.
What is this MCP server?
- Remote MCP endpoint at https://qasper.ai/mcp (streamable-http)
- Optional stdio transport via npm @qasperai/mcp-server v1.0.6
- Discover-and-book businesses workflow aimed at AI agents
- Dual transport lets cloud-hosted agents use HTTP or local dev use stdio
- GitHub source at QasperAI/mcp-server for install parity
- Published server version 1.0.6 on npm @qasperai/mcp-server
- One documented remote URL: https://qasper.ai/mcp (streamable-http)
- Repository: github.com/QasperAI/mcp-server
What problem does it solve?
Builders reinvent booking search and reservation handoffs for every new agent demo because there is no plug-in discovery layer.
Who is it for?
Solo founders building booking assistants, local service marketplaces, or agent-led commerce experiments on Claude Code or Cursor.
Skip if: Products that only need static SEO pages with no live booking, or teams blocked from third-party booking platforms.
What do I get? / Deliverables
After registration, agents can query Qasper for businesses and booking actions through HTTP or stdio MCP without bespoke integrator code for the first slice.
- Configured remote or stdio Qasper MCP server
- Agent-accessible discover/book tools in dev or production
- Clear transport choice documented for your deploy target
Recommended MCP Servers
Journey fit
Build is the primary journey phase because booking and discovery MCP wiring happens while you implement agent-facing product features. Integrations captures remote streamable-http plus optional stdio npm bridges to a third-party booking/discovery platform.
How it compares
Booking-and-discovery MCP bridge, not an in-repo agent skill or self-hosted calendar server.
Common Questions / FAQ
Who is Qasper for?
Solo and indie builders shipping AI agents that need real business discovery and booking, especially in local services and appointment flows.
When should I use Qasper?
Use it during Build when your agent must search businesses and book appointments instead of mocking those steps in prompts.
How do I add Qasper to my agent?
Configure the streamable-http remote https://qasper.ai/mcp or install @qasperai/mcp-server for stdio per your MCP client’s server manifest, then reload tools.