Backstory: search your data exports locally
v1.1.0
io.github.magna-nz/backstory
Search your Google, Telegram, Spotify and Instagram exports locally. Fully offline.
io.github.codespar/mcp-amazon · v0.2.0-alpha.3
MCP server for Amazon Selling Partner API (SP-API) — orders, listings, catalog, inventory, finances
mcp-amazon 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp-amazon": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-amazon"
],
"env": {
"AMAZON_LWA_CLIENT_ID": "<AMAZON_LWA_CLIENT_ID>",
"AMAZON_LWA_CLIENT_SECRET": "<AMAZON_LWA_CLIENT_SECRET>",
"AMAZON_REFRESH_TOKEN": "<AMAZON_REFRESH_TOKEN>",
"AMAZON_MARKETPLACE_ID": "<AMAZON_MARKETPLACE_ID>"
}
}
}
}AMAZON_LWA_CLIENT_ID必填Login with Amazon (LWA) client_id from Seller Central > Developer Central (SP-API app).
AMAZON_LWA_CLIENT_SECRET必填secretLWA client_secret paired with AMAZON_LWA_CLIENT_ID.
AMAZON_REFRESH_TOKEN必填secretLong-lived seller-authorized refresh_token exchanged for 1-hour LWA access tokens used as x-amz-access-token.
AMAZON_MARKETPLACE_ID必填Default marketplace id. BR: A2Q3Y263D00KWC, US: ATVPDKIKX0DER, MX: A1AM78C64UM0Y8, CA: A2EUQ1WTGCTBG2. Required by most endpoints; can be overridden per-call.
AMAZON_REGION可选SP-API region: 'na' (default — Americas, incl. BR/US/MX/CA), 'eu' (Europe + India + MENA), 'fe' (Far East — JP/AU/SG).
AMAZON_SELLER_ID可选Default sellerId (merchant token) used by Listings endpoints. Can be overridden per-call.
v1.1.0
io.github.magna-nz/backstory
Search your Google, Telegram, Spotify and Instagram exports locally. Fully offline.
v1.30.5
com.astranl/mcp
NL coordination protocol — 1% fee, agent-native, real Dutch merchant pricing. Open brain.
v3.0.319
com.local-mcp/local-mcp
180 local tools from ChatGPT, Claude.ai & desktop AIs: Mail, iMessage, Teams, files. Local, free.
v1.37.5
io.github.zoharbabin/web-researcher-mcp
Your AI research assistant that cites real sources and stays honest
v1.31.8
io.github.vuluu2k/webcake-storefront-mcp
Build pages and manage products, orders, and content on the WebCake/StoreCake storefront builder.
v1.4.53
io.github.HrRodan/agent-workspace-mcp
A sandboxed, agentic workspace providing secure filesystem, bash, and uv-powered Python execution.
{
"id": "io.github.codespar/mcp-amazon",
"type": "mcp-server",
"version": "0.2.0-alpha.3",
"displayName": "mcp-amazon",
"description": "MCP server for Amazon Selling Partner API (SP-API) — orders, listings, catalog, inventory, finances",
"repository": {
"url": "https://github.com/codespar/mcp-dev-latam",
"source": "github",
"subfolder": "packages/ecommerce/amazon"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-amazon",
"version": "0.2.0-alpha.3",
"transport": "stdio",
"environmentVariables": [
{
"name": "AMAZON_LWA_CLIENT_ID",
"description": "Login with Amazon (LWA) client_id from Seller Central > Developer Central (SP-API app).",
"isRequired": true
},
{
"name": "AMAZON_LWA_CLIENT_SECRET",
"description": "LWA client_secret paired with AMAZON_LWA_CLIENT_ID.",
"isRequired": true,
"isSecret": true
},
{
"name": "AMAZON_REFRESH_TOKEN",
"description": "Long-lived seller-authorized refresh_token exchanged for 1-hour LWA access tokens used as x-amz-access-token.",
"isRequired": true,
"isSecret": true
},
{
"name": "AMAZON_MARKETPLACE_ID",
"description": "Default marketplace id. BR: A2Q3Y263D00KWC, US: ATVPDKIKX0DER, MX: A1AM78C64UM0Y8, CA: A2EUQ1WTGCTBG2. Required by most endpoints; can be overridden per-call.",
"isRequired": true
},
{
"name": "AMAZON_REGION",
"description": "SP-API region: 'na' (default — Americas, incl. BR/US/MX/CA), 'eu' (Europe + India + MENA), 'fe' (Far East — JP/AU/SG)."
},
{
"name": "AMAZON_SELLER_ID",
"description": "Default sellerId (merchant token) used by Listings endpoints. Can be overridden per-call."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.codespar/mcp-amazon",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.codespar%2Fmcp-amazon/versions/latest",
"isOfficial": true,
"status": "active"
}
}