← 返回
AI智能 中文

Book Auto

Book auto services through Lokuli MCP. Use when user needs smog checks, oil changes, car detailing, mechanics, tire services, or any automotive service. Triggers on requests like "I need a smog check", "book an oil change", "find a mechanic near me", "car detailing", or any auto service request.
通过 Lokuli MCP 预约汽车服务。适用于需要尾气检测、换油、汽车美容、维修、轮胎服务等汽车服务。当用户说"需要尾气检测"、"预约换油"、"找附近维修"、"汽车美容"等汽车服务请求时触发。
edwardrodriguez703-design
AI智能 clawhub v1.0.0 1 版本 99940.3 Key: 无需
★ 1
Stars
📥 1,653
下载
💾 76
安装
1
版本
#latest

概述

Book Auto Services

Book automotive services through Lokuli's MCP server.

MCP Endpoint

https://lokuli.com/mcp/sse

Transport: SSE | JSON-RPC 2.0 | POST requests

Auto Services Available

  • Smog Check
  • Oil Change
  • Car Detailing
  • Mechanic
  • Tire Services
  • Brake Service
  • Car Wash
  • Auto Body Repair

Tools

search

{
  "method": "tools/call",
  "params": {
    "name": "search",
    "arguments": {
      "query": "smog check",
      "zipCode": "90640",
      "category": "Auto Services",
      "maxResults": 20
    }
  }
}

check_availability

{
  "method": "tools/call",
  "params": {
    "name": "check_availability",
    "arguments": {
      "providerId": "xxx",
      "serviceId": "yyy",
      "date": "2025-02-10"
    }
  }
}

create_booking

{
  "method": "tools/call",
  "params": {
    "name": "create_booking",
    "arguments": {
      "providerId": "xxx",
      "serviceId": "yyy",
      "timeSlot": "2025-02-10T14:00:00-08:00",
      "customerName": "John Doe",
      "customerEmail": "john@example.com",
      "customerPhone": "+13105551234"
    }
  }
}

Workflow

  1. Understand — What auto service? Where (ZIP)?
  2. Search — Find matching providers
  3. Present — Show top results with pricing
  4. Check availability — Get open time slots
  5. Confirm — Get explicit user approval
  6. Create booking — Generate checkout link

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 20:12 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 714 📥 244,051
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,362 📥 318,869
data-analysis

Service Booking

edwardrodriguez703-design
通过 Lokuli MCP 预订现实生活服务。适用于用户需要查找、查询档期或预订水管工、电工、清洁工、技工、理发师、私人教练等本地服务的场景。当收到“帮我理发”、“附近水管工”、“需要烟雾检查”、“预约按摩”或其他本地服务请求时触发。支持
★ 2 📥 2,009