← 返回
效率工具 中文

Book Smog

Book smog check appointments through Lokuli MCP. Use when user needs a smog check, emissions test, or vehicle inspection. Triggers on requests like "I need a smog check", "book smog test", "emissions inspection", "DMV smog requirement", or any smog-related request.
通过 Lokuli MCP 预订尾气检测 appointment。当用户需要进行尾气检测、排放测试或车辆检查,或提及相关需求(如 DMV 规定)时使用。
edwardrodriguez703-design
效率工具 clawhub v1.0.0 1 版本 99748.9 Key: 无需
★ 0
Stars
📥 1,589
下载
💾 22
安装
1
版本
#latest

概述

Book Smog Check

Book smog check appointments through Lokuli's MCP server.

MCP Endpoint

https://lokuli.com/mcp/sse

Transport: SSE | JSON-RPC 2.0 | POST requests

Smog Services Available

  • Smog Check
  • Smog Test Only
  • Star Certified Smog
  • Diesel Smog Check
  • Gross Polluter Certification
  • Change of Ownership Smog

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 — Smog check type? Where (ZIP)?
  2. Search — Find smog stations nearby
  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:21 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,778
data-analysis

Service Booking

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

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,180