Think of it as a function - Has unique name - Has arguments(s) - Return result ⎯ Example - mysql-mcp-server - Has `execute_sql` tool - Has argument `query` - Return SQL result - SMTP-mcp-server - Has `send_email` tool - Has argument `address`, `subject` and `content` - Return operation result
หน้างานส ำ หรับคน ที ่ ลง ทะเบียนเข้าร่วมงาน LINE DEV CONF 2025 ที ่ มีล ำ ดับการลงทะเบียนหารด้วย 100 ลงตัว เช่น คน ที่ 100, คน ที ่ 200 เ ป็ นต้น Let’s say we use MySQL for data storage and we have SMTP server • MySQL MCP server with `execute_sql` tool • SMTP MCP server with `send_email` tool
ผัดไท,[email protected],100 บัญชา,[email protected],200 ดาริกา,[email protected],300 … execute_sql({ “query”: “ SELECT u.Name, u.Email, r.Reg_seq FROM Registrations r JOIN Users u ON r.user_id = u.Id JOIN Events e ON r.event_id = e.Id WHERE e.Name = 'LINE DEV CONF 2025' AND r.reg_seq % 100 = 0;`” }) MySQL MCP Server
merchants with development capability ⎯ Standard RESTful API ⎯ Authentication through API Key (generated in LINE MyShop UI) ⎯ Currently provide subset of available features on MyShop such as product, inventory and order management.
of MCP Python SDK but provide advanced features ⎯ Very popular among Python Community ⎯ My favorite feature is - Convert any OpenAPI specs into MCP server! - Most services should already have OpenAPI specs (Swagger) - If you meet this criteria, then you are in good hand
into MCP Server’s Tools ⎯ 22 Tools VS 22 Endpoints each tool represents each LINE SHOPPING API endpoint ⎯ In the background, This MCP server just calls LINE SHOPPING API endpoint based on which tool is used by LLM 🎉 ⎯
generating and sending beautiful marketing broadcast Flex message in LINE • LINE SHOPPING MCP Server • get_all_products, get_all_orders tool • LINE Bot MCP Server • broadcast_flex_message tool
for CEO to present to shareholders • LINE SHOPPING MCP Server • get_all_orders tool • settlement_detail tool • Powerpoint MCP Server • create_presentation, add_slide, add_table etc tools.
E-Commerce marketplace platform within LINE Ecosystem such s LINE OA. It features various popular brands and stores. ⎯ LINE MyShop is part of LINE SHOPPING but for sellers, including features such as product, stock and order management, promotion and coupon, and payment.