brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
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.
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
v0.3.0
io.github.opendata-kr/narajangteo-opening
나라장터 낙찰정보서비스 Open API를 위한 로컬 MCP 서버
v3.10.1
io.github.webdriverio/mcp
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
v0.0.53
io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
v1.0.0
ai.arpi/arpi-mcp
AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI.
{
"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"
}
}