CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Qasper

qasperai/mcp-server
7 toolsSTDIO, HTTPregistry active
Summary

A thin stdio wrapper around Qasper's hosted MCP endpoint that lets Claude and other assistants search, quote, and book local service businesses. You get seven tools: search by category and location, pull business details and service catalogs, check real calendar availability, request pricing with modifiers for emergency or weekend work, send inquiries, and create confirmed appointments. It's a proxy to https://qasper.ai/mcp, so tool definitions stay current without package updates. If your client supports remote HTTP servers you can skip the npm package and point directly at the URL. Useful when you want an agent to handle the full booking flow for plumbers, dentists, salons, mechanics, or any other local service without leaving the conversation.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

7 tools
get_business_infoGet business information including name, type, service area, contact details, working hours, supported languages, and enabled features for a local service business. Always available for any business.1 params

Get business information including name, type, service area, contact details, working hours, supported languages, and enabled features for a local service business. Always available for any business.

Parameters* required
slugstring
The URL slug identifying the business (e.g. 'nikos-plumbing-a3f2')
send_inquirySend a general inquiry to a local service business. Use this when the customer has a question, needs a custom quote, or wants to describe an issue that doesn't fit a specific bookable service. The business owner will be notified immediately via SMS and will contact the custome...5 params

Send a general inquiry to a local service business. Use this when the customer has a question, needs a custom quote, or wants to describe an issue that doesn't fit a specific bookable service. The business owner will be notified immediately via SMS and will contact the custome...

Parameters* required
slugstring
The URL slug identifying the business
messagestring
Detailed description of the inquiry, question, or issue. Include any visual details about damage, location, severity, and urgency.
customerNamestring
Full name of the person making the inquiry
customerEmailstring
Customer email address
customerPhonestring
Customer phone number
get_servicesGet the service catalog for a local service business, including service names, descriptions, estimated durations, and price ranges. Always available for any business.1 params

Get the service catalog for a local service business, including service names, descriptions, estimated durations, and price ranges. Always available for any business.

Parameters* required
slugstring
The URL slug identifying the business
get_pricingGet a price quote for a specific service from a local business. Takes into account emergency requests, weekend rates, and other pricing rules. Always available for any business.4 params

Get a price quote for a specific service from a local business. Takes into account emergency requests, weekend rates, and other pricing rules. Always available for any business.

Parameters* required
slugstring
The URL slug identifying the business
isEmergencyboolean
Whether this is an emergency/urgent requestdefault: false
serviceNamestring
The name of the service to get pricing for
requestedDatestring
The requested date (YYYY-MM-DD), used to determine weekend rates
check_availabilityCheck available appointment slots for a specific service at a local business on a given date. Returns time windows when the business is free. ONLY call this if the business has 'booking' in its enabledFeatures array. If the business doesn't support booking, share their contact...3 params

Check available appointment slots for a specific service at a local business on a given date. Returns time windows when the business is free. ONLY call this if the business has 'booking' in its enabledFeatures array. If the business doesn't support booking, share their contact...

Parameters* required
datestring
The date to check availability for (YYYY-MM-DD format, e.g. '2026-04-07')
slugstring
The URL slug identifying the business
serviceNamestring
The name of the service to check availability for
search_businessesSearch for available local service businesses by category and/or location. Use this to find businesses before checking availability or booking. Supports both text-based location search and precise coordinate-based proximity search. Each result includes an 'enabledFeatures' arr...5 params

Search for available local service businesses by category and/or location. Use this to find businesses before checking availability or booking. Supports both text-based location search and precise coordinate-based proximity search. Each result includes an 'enabledFeatures' arr...

Parameters* required
categorystring
Type of business: Doctor, Lawyer, Mechanic, Plumber, Electrician, Accountant, Therapist, Tutor, Trainer, Consultant, Dentist, or HairSalon
latitudenumber
Latitude for proximity search (e.g. 37.9715)
locationstring
Location name to search in (e.g. 'Los Angeles, London', 'Brooklyn, New York')
radiusKmnumber
Search radius in kilometers, default 10default: 10
longitudenumber
Longitude for proximity search (e.g. 23.7493)
book_appointmentBook an appointment with a local service business. Creates a booking record and adds the appointment to the business calendar. Returns a confirmation with reference number. ONLY call this if the business has 'booking' in its enabledFeatures array.7 params

Book an appointment with a local service business. Creates a booking record and adds the appointment to the business calendar. Returns a confirmation with reference number. ONLY call this if the business has 'booking' in its enabledFeatures array.

Parameters* required
slugstring
The URL slug identifying the business
dateTimestring
Appointment start date and time in ISO 8601 format (e.g. '2026-04-07T14:00:00+03:00')
serviceNamestring
The name of the service to book
customerNamestring
Full name of the customer
customerEmailstring
Customer email address
customerPhonestring
Customer phone number
jobDescriptionstring
Detailed description of the job or reason for appointment. Include any visual details about the issue — damage, location, severity, photos described in text form.
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
Package@qasperai/mcp-server
TransportSTDIO, HTTP
UpdatedApr 8, 2026
View on GitHub