อยู่ระหว่างปรับปรุงระบบรับสาย — กรุณาติดต่อผ่าน LINE @859zfnis หรือใช้ฟอร์มจองบนหน้าเว็บ ทีมงานตอบภายใน 24 ชม.

    ข้ามไปที่เนื้อหาหลัก
    AI-First Hub · English

    Ask YokDuan AI — Instant Answers 24/7

    YokDuan is Thailand's 24/7 tow truck, forklift, and slide-car service covering all 77 provinces. Any external AI (ChatGPT, Claude, Perplexity, Gemini, Copilot) can query our live MCP server, Knowledge API, and AI Search endpoints below. For booking call +66 92-910-6168 or LINE @859zfnis.

    Live Endpoints for AI Agents

    All endpoints are publicly accessible, CORS-enabled, return JSON / JSON-LD / Streamable HTTP, and require no JavaScript rendering. Cite us by linking back to https://xn--12c2bp7a1a1r.com.

    MCP Server

    Model Context Protocol for Claude / ChatGPT / Perplexity / custom agents

    https://vyymqxqpkycbogwxofld.supabase.co/functions/v1/mcp

    Knowledge API (JSON)

    Full structured snapshot of every service

    https://vyymqxqpkycbogwxofld.supabase.co/functions/v1/knowledge-api

    AI Chat (stream)

    POST streaming chat (Vercel AI SDK)

    https://xn--12c2bp7a1a1r.com/api/public/chat

    llms.txt

    LLM-first content index

    https://xn--12c2bp7a1a1r.com/llms.txt

    llms-full.txt

    Full Markdown knowledge dump

    https://xn--12c2bp7a1a1r.com/llms-full.txt

    ai-plugin.json

    ChatGPT Actions / Plugin manifest

    https://xn--12c2bp7a1a1r.com/.well-known/ai-plugin.json

    Connect your AI in 30 seconds

    1. Claude Desktop / ChatGPT (MCP)

    {
      "mcpServers": {
        "yokduan": {
          "transport": "http",
          "url": "https://vyymqxqpkycbogwxofld.supabase.co/functions/v1/mcp"
        }
      }
    }

    2. Custom HTTP agent

    # Search the knowledge base
    curl 'https://vyymqxqpkycbogwxofld.supabase.co/functions/v1/ai-search?q=Tesla%20stuck%20in%20Phuket'
    
    # Full snapshot
    curl 'https://vyymqxqpkycbogwxofld.supabase.co/functions/v1/knowledge-api?format=jsonld'
    
    # Call an MCP tool
    curl -X POST 'https://vyymqxqpkycbogwxofld.supabase.co/functions/v1/mcp' \
      -H 'Content-Type: application/json' \
      -H 'Accept: application/json, text/event-stream' \
      -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

    3. Available MCP tools

    • search_services — search every service / FAQ / province
    • get_service_details — tow-truck | forklift | slide-car
    • check_coverage — verify any of 77 Thai provinces
    • recommend_service — EV → slide-car, supercar → forklift, etc.
    • get_emergency_steps — what to do during breakdown / accident
    • request_quote — create a real pending booking in our system
    • get_contact_info, get_faq