LINE Shopping API MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| X_API_KEY | Yes | LINE Shopping API Key | |
| FASTMCP_EXPERIMENTAL_ENABLE_NEW_OPENAPI_PARSER | No | Optional flag to enable new OpenAPI parser |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| Create_checkout_linkC | An API for generate checkout link. |
| Adjust_inventoryC | API for updating inventory by adjusting the inventory amount from the current inventory on hand. |
| Decrease_inventoryB | API for updating inventory by decreasing the inventory amount from the current inventory on hand. |
| Increase_inventoryB | API for updating inventory by increasing the inventory amount from the current inventory on hand. |
| Get_all_ordersC | An API for getting a list of orders by condition |
| Order_detailC | An API for getting an order detail |
| Cancel_OrderD | An API for cancel order. |
| Mark_as_paid_CODA | Update order status to Complete by Mark payment status as Paid to the selected order that payment method is COD |
| Mark_as_shipC | Update order status to Complete by Mark shipment status as shipped and add tracking number |
| Print_parcel_labelC | An API for downloading parcel label. |
| Send_message_via_OA_Plus_flex_message_servicesC | Send message api is a proxy message services that receive message object and forward to flex message api |
| Update_tracking_numberB | Update the shipping tracking number for the selected order that the shipment status is Shipped. |
| Get_all_productsC | An API for getting a list of products |
| Create_productC | An API for product creation. For product Categories ID variable please find more information on Development guideline |
| Delete_productC | An API for product deletion. |
| Update_product_detailC | An API for product detail updating. For product Categories ID variable please find more information on Development guideline |
| Delete_product_variantC | An API for product variant deletion. |
| Update_products_display_statusC | An API for product's display status updating. |
| Update_product_priceB | An API for updating prices and instant discounts on the product. (You can't edit product price and instant discount during the promotion period.) |
| Update_product_variant_detailC | An API for update specific variant detail for both with and without variant product. |
| Create_product_variantsC | An API for product variants creation. |
| Settlement_detailC | An API for getting a settlement detail |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/woraphol-j/lineshopping-api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server