Back to Qasper Business Agents

Card snapshot

qasper.ai · 2026-05-18 12:44:04 UTC · fc3c64abcc4f3acb0e22450c419e135e0882cad552a6e608615c7f1fa53653d8

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Qasper Business Agents",
  "description": "AI-powered agents for local service businesses. Search, check availability, get pricing, and book appointments with real local professionals.",
  "url": "https://qasper.ai/mcp",
  "mcpEndpoint": "https://qasper.ai/mcp",
  "agenticMcpEndpoint": "https://qasper.ai/mcp/v2",
  "provider": {
    "organization": "QasperAI",
    "url": "https://qasper.ai/"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "search_businesses",
      "name": "Search Businesses",
      "description": "Find local service businesses by category and location",
      "endpoint": "https://qasper.ai/mcp"
    },
    {
      "id": "get_refinement_options",
      "name": "Get Refinement Options",
      "description": "List narrowing dimensions (specializations, service modes) for a subcategory; call before broad searches",
      "endpoint": "https://qasper.ai/mcp"
    },
    {
      "id": "get_business_info",
      "name": "Get Business Info",
      "description": "Get details about a specific business",
      "endpoint": "https://qasper.ai/mcp"
    },
    {
      "id": "get_services",
      "name": "Get Services",
      "description": "Get service catalog with pricing",
      "endpoint": "https://qasper.ai/mcp"
    },
    {
      "id": "check_availability",
      "name": "Check Availability",
      "description": "Check available appointment slots",
      "endpoint": "https://qasper.ai/mcp"
    },
    {
      "id": "find_next_available_appointments",
      "name": "Find Next Available Appointments",
      "description": "Find the soonest bookable appointment starts across matching businesses",
      "endpoint": "https://qasper.ai/mcp"
    },
    {
      "id": "get_pricing",
      "name": "Get Pricing",
      "description": "Get price quotes with emergency and weekend rates",
      "endpoint": "https://qasper.ai/mcp"
    },
    {
      "id": "book_appointment",
      "name": "Book Appointment",
      "description": "Schedule an appointment",
      "endpoint": "https://qasper.ai/mcp"
    },
    {
      "id": "send_inquiry",
      "name": "Send Inquiry",
      "description": "Send a general question or custom quote request",
      "endpoint": "https://qasper.ai/mcp"
    },
    {
      "id": "ask_business_agents",
      "name": "Ask Business Agents",
      "description": "Ask selected Qasper business agents to respond through MCP/v2",
      "endpoint": "https://qasper.ai/mcp/v2"
    }
  ],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "activeBusinesses": 100
}