Model Context Protocol (MCP) server for the LINE SHOPPING API. Enables AI agents and tools to manage products, inventory, orders, and settlements on LINE SHOPPING via auto-generated MCP tools from the official OpenAPI spec.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"lineshopping-api-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP Server for the LINE Shopping API, enabling AI agents and tools to interact with LINE Shopping data and operations via the Model Context Protocol. This server provides tools for managing products, inventory, orders, settlements, and more, using the official LINE Shopping API.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
This is the reference implementation for the mcp server
Amazon catalog auditing tool. 13 quality checks for your listings.
A command line tool for setting up commercetools MCP server
BuyWhere MCP server — product catalog for Claude Desktop, Cursor, and MCP agents.
MCP Security Weekly
Get CVE alerts and security updates for Lineshopping Api Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP Server for the LINE Shopping API, enabling AI agents and tools to interact with LINE Shopping data and operations via the Model Context Protocol. This server provides tools for managing products, inventory, orders, settlements, and more, using the official LINE Shopping API.
X_API_KEY)Install and run directly from PyPI using uvx:
# Install and run the MCP server (note the different executable name)
uvx --from lineshopping-api-mcp lineshopping-mcp
Or run with environment variables:
# Set your API key and run
X_API_KEY=your_api_key_here uvx --from lineshopping-api-mcp lineshopping-mcp
Clone the repository:
git clone https://github.com/woraphol-j/lineshopping-api-mcp.git
cd lineshopping-api-mcp
Install dependencies:
uv add fastmcp httpx
Run the server:
# Set your API key and run
X_API_KEY=your_api_key_here uv run --with fastmcp fastmcp run app.py
For persistent configuration, create a .env file in your working directory:
X_API_KEY=your_api_key_here
Configure your agent to use the PyPI-installed package:
{
"inputs": [
{
"type": "promptString",
"id": "line-shopping-api-key",
"description": "LINE Shopping API Key",
"password": true
}
],
"servers": {
"LINE Shopping API MCP": {
"command": "uvx",
"args": [
"--from",
"lineshopping-api-mcp",
"lineshopping-mcp"
],
"env": {
"X_API_KEY": "${input:line-shopping-api-key}"
}
}
}
}
For local development or cloned repository:
{
"inputs": [
{
"type": "promptString",
"id": "line-shopping-api-key",
"description": "LINE Shopping API Key",
"password": true
}
],
"servers": {
"LINE Shopping API MCP": {
"command": "uv",
"args": [
"run",
"--with",
"fastmcp",
"fastmcp",
"run",
"/Users/xxx/lineshopping-api-mcp/app.py"
],
"env": {
"X_API_KEY": "${input:line-shopping-api-key}",
"FASTMCP_EXPERIMENTAL_ENABLE_NEW_OPENAPI_PARSER": "true"
}
}
}
}
The following tools are exposed by the MCP server (see openapi.json for full details):
create-checkout-link: Generate a checkout link for order itemsadjust-inventory: Adjust inventory by IDdecrease-inventory: Decrease inventory by IDincrease-inventory: Increase inventory by IDget-orders: List orders with advanced filteringget-order-detail: Get details for a specific ordercancel-order: Cancel an ordermark-order-paid: Mark order as paid (COD)mark-order-shipped: Mark order as shipped and add tracking numberprint-parcel-label: Download parcel label for an ordersend-order-message: Send message via OA Plus flex messageupdate-shipment: Update shipping tracking numberget-products: List/search productscreate-product: Create a new productdelete-product: Delete a productupdate-product-detail: Update product detailsdelete-product-variant: Delete a product variantupdate-product-display-status: Update product's display status (onsale/hide)update-product-price: Update product price and ins