MCP Shopee runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Shopee — LatAm marketplace Partner API v2 (orders, products, shipping, returns)
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
этот файл ставится пользователю, но в репозитории его нет
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-shopee -- npx -y @codespar/mcp-shopee
{
"mcpServers": {
"mcp-shopee": {
"args": [
"-y",
"@codespar/mcp-shopee"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-shopee]
command = "npx"
args = ["-y", "@codespar/mcp-shopee"]
{
"mcpServers": {
"mcp-shopee": {
"args": [
"-y",
"@codespar/mcp-shopee"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-shopee": {
"args": [
"-y",
"@codespar/mcp-shopee"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
SHOPEE_PARTNER_ID (Shopee Open Platform partner_id (integer) assigned when the app is registered.), SHOPEE_PARTNER_KEY (Shopee partner_key used as the secret for HMAC-SHA256 request signing.), SHOPEE_ACCESS_TOKEN (Merchant access_token obtained via the shop authorization OAuth flow (expires every 4 hours; refresh via refresh_token).), SHOPEE_SHOP_ID (Shop identifier (integer) returned after merchant authorization.), SHOPEE_ENV (Environment: 'sandbox' uses partner.test-stable.shopeemobile.com, 'production' (default) uses partner.shopeemobile.com.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for VTEX — e-commerce, orders, products, inventory, shipping
Mercado Libre — LATAM marketplace, product search, orders, sellers, shipments
MCP server for Kroger - search products, manage cart, place grocery orders
MCP server for Shopify — Admin REST API (orders, products, customers, inventory, fulfillments)
MCP server for Walmart - search products, manage cart, track orders
MCP server for Target - search products, manage cart, track orders
MCP server for Instacart - let AI agents manage grocery shopping and place orders autonomously
MCP server for Amazon Selling Partner API (SP-API) — orders, listings, catalog, inventory, finances
Answers built from our own checks of this server.