shopline-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@shopline-mcplist my 5 most recent orders"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
shopline-mcp
MCP server for the Shopline Open API. Exposes 140+ tools for querying and managing orders, products, customers, promotions, analytics, and store settings from your Shopline store via Claude.
Get a Shopline API token
In your Shopline admin panel:
Settings → Staff Settings → API Auth → Generate
Copy the token — you'll need it for the config below.
Related MCP server: mcp-server-woocommerce
Setup
Claude Desktop (recommended: uvx)
Install uv first (brew install uv on macOS).
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) and add:
{
"mcpServers": {
"shopline": {
"command": "uvx",
"args": ["shopline-mcp"],
"env": {
"SHOPLINE_API_TOKEN": "your_token_here"
}
}
}
}uvx downloads and runs the package on demand — no manual install needed. Quit Claude Desktop completely (Cmd+Q) and reopen.
Claude Code
claude mcp add --transport stdio shopline \
-e SHOPLINE_API_TOKEN=your_token \
-- uvx shopline-mcpAlternative: pip install
If you prefer a permanent install:
pip install shopline-mcpThen use the absolute path to the installed binary (which shopline-mcp) as the command in your Claude Desktop config.
Tools
The server exposes 140+ tools grouped into these categories:
Orders & Sales — search, detail, fulfillments, transactions, cancel, returns, deliveries, conversations, reviews
Products & Inventory — search, detail, variants, inventory, write operations, purchase orders
Customers — info, orders, groups, store credits, membership tiers, member points, custom fields
Promotions — promotions, flash prices, affiliate campaigns, gifts, addon products, subscriptions
Categories — category tree, detail, write operations
Store settings — merchant, payment, delivery options, channels, taxes, staff, tokens, agents
Analytics — RFM, repurchase, geo, inventory turnover, category sales, promotion ROI, customer lifecycle, slow movers
Run claude mcp list (Claude Code) or check the tool picker in Claude Desktop to see the full list once configured.
API
This server uses the Shopline Open API at https://open.shopline.io/v1. It works with stores on shoplineapp.com (Taiwan / Asia region).
Troubleshooting
Claude Desktop doesn't show the tools — check that uvx is in PATH (which uvx). Claude Desktop inherits PATH from your shell on launch; if you installed uv after launching Claude Desktop, restart it. Check logs at ~/Library/Logs/Claude/.
Tool calls fail with auth errors — confirm SHOPLINE_API_TOKEN is set in the env block of the config (not just in your shell), and that the token has the required scopes in Shopline admin.
Test the server manually:
SHOPLINE_API_TOKEN=your_token uvx shopline-mcpIt will wait on stdin (correct — MCP uses stdio). Ctrl+C to exit.
Development
git clone https://github.com/tzangms/shoplinemcp.git
cd shoplinemcp
uv venv && source .venv/bin/activate
uv pip install -e .License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceA production-grade MCP server and CLI tool that enables AI agents to manage Shopify stores through 49 built-in tools across products, orders, inventory, and analytics. It supports natural language workflows for tasks like inventory tracking, customer support, and sales reporting.Last updated5716MIT
- Alicense-qualityCmaintenanceMCP server for managing WooCommerce stores through AI assistants like Claude. Provides 101 tools covering products, orders, customers, coupons, shipping, taxes, webhooks, settings, reports, and more.Last updated791MIT
- AlicenseAqualityBmaintenanceAn open-source MCP server that wraps the Shopline Open API into 143 AI-callable tools for e-commerce data analysis, enabling AI agents to query orders, products, inventory, customer behavior, and promotions from Shopline stores through natural language.Last updated10018MIT
- AlicenseCqualityBmaintenanceMCP server that exposes the Amazon Selling Partner API to Claude Desktop and any other MCP client. It wraps the python-amazon-sp-api SDK and ships 55+ tools across 19 SP-API scopes with automatic pagination, throttle-aware retry and multi-marketplace support.Last updated532MIT
Related MCP Connectors
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/tzangms/shoplinemcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server