Book Smog Check
Book smog check appointments through Lokuli's MCP server.
MCP Endpoint
CODEBLOCK0
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
CODEBLOCK1
check_availability
CODEBLOCK2
create_booking
CODEBLOCK3
Workflow
- 1. Understand — Smog check type? Where (ZIP)?
- Search — Find smog stations nearby
- Present — Show top results with pricing
- Check availability — Get open time slots
- Confirm — Get explicit user approval
- Create booking — Generate checkout link
书籍烟雾检查
通过Lokuli的MCP服务器预约烟雾检查。
MCP端点
https://lokuli.com/mcp/sse
传输方式:SSE | JSON-RPC 2.0 | POST请求
可用烟雾服务
- - 烟雾检查
- 仅烟雾测试
- 星级认证烟雾
- 柴油车烟雾检查
- 严重污染认证
- 所有权变更烟雾检查
工具
搜索
json
{
method: tools/call,
params: {
name: search,
arguments: {
query: 烟雾检查,
zipCode: 90640,
category: 汽车服务,
maxResults: 20
}
}
}
检查可用性
json
{
method: tools/call,
params: {
name: check_availability,
arguments: {
providerId: xxx,
serviceId: yyy,
date: 2025-02-10
}
}
}
创建预约
json
{
method: tools/call,
params: {
name: create_booking,
arguments: {
providerId: xxx,
serviceId: yyy,
timeSlot: 2025-02-10T14:00:00-08:00,
customerName: 张三,
customerEmail: john@example.com,
customerPhone: +13105551234
}
}
}
工作流程
- 1. 了解 — 烟雾检查类型?地点(邮编)?
- 搜索 — 查找附近的烟雾检查站
- 展示 — 显示包含价格的前几名结果
- 检查可用性 — 获取空闲时间段
- 确认 — 获得用户明确批准
- 创建预约 — 生成结账链接