SellerChamp MCP Server

SellerChamp MCP Server

An MCP server that enables AI agents to manage multi-marketplace e-commerce operations by connecting to the SellerChamp API. It supports inventory reporting, cross-listing analysis, order management, and bulk updates across platforms like Amazon, eBay, and Shopify.

Category
访问服务器

README

SellerChamp MCP Server

An MCP (Model Context Protocol) server that connects AI agents to the SellerChamp API for inventory reporting, cross-listing analysis, and multi-marketplace management.

Why This Exists

SellerChamp is a great platform for managing multi-marketplace ecommerce, but its built-in reporting has gaps. This MCP server fills those gaps by giving AI agents (Claude, etc.) direct access to your SellerChamp data so you can:

  • Find missing listings — discover SKUs listed on one marketplace but missing from another (any pair: Amazon, eBay, Shopify, Walmart, etc.)
  • Cross-listing analysis — filter your catalog by per-marketplace status across any combination of connected marketplaces
  • Bulk inventory reporting — scan your entire catalog and get structured data back, not spreadsheets
  • Order management — query, filter, and update orders across all marketplaces from one interface

None of these workflows are available as a single action in SellerChamp's UI.

Available Tools (20)

Marketplace Accounts

Tool Description
sellerchamp_get_marketplace_accounts Get all connected marketplace accounts (Amazon, eBay, Shopify, etc.) with account IDs

Orders

Tool Description
sellerchamp_get_orders List orders with filtering by status, marketplace, date range
sellerchamp_get_order Get full order details (items, shipping address, tracking)
sellerchamp_update_order Update tracking number, carrier, or notes
sellerchamp_acknowledge_order Acknowledge/confirm an order

Products

Tool Description
sellerchamp_get_products Get products with filtering (SKU, ASIN, UPC, marketplace, tags)
sellerchamp_get_products_compact Get products with essential fields only (lighter response)
sellerchamp_get_product Get a single product by SKU or product ID
sellerchamp_update_product Update pricing, quantity, title, condition, and more
sellerchamp_set_product_pricing Set min/max/retail/cost price by SKU
sellerchamp_set_product_quantity Set available quantity by SKU
sellerchamp_bulk_update_products Bulk update up to 1,000 products at once

Cross-Listing & Analysis

Tool Description
sellerchamp_find_missing_listings Find SKUs on one marketplace but missing from another — any pair (full catalog scan)
sellerchamp_find_crosslist_candidates Find products by per-marketplace status filters across any connected marketplace

Variants

Tool Description
sellerchamp_get_variants Get all variants for a product (sizes, colors, etc.)
sellerchamp_update_variant Update a variant's pricing or inventory

Inventory Locations

Tool Description
sellerchamp_get_inventory_locations Get warehouse bin locations for a product
sellerchamp_bulk_update_inventory Bulk update inventory quantities across locations (up to 1,000)

Manifests

Tool Description
sellerchamp_get_manifests Get manifests (listing collections), optionally filtered by marketplace

Setup

Prerequisites

  • Python 3.8+
  • A SellerChamp account with API access
  • Your API token (found in SellerChamp → Settings → API Settings)

Install

git clone https://github.com/WowWashington/sellerchamp-mcp.git
cd sellerchamp-mcp

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Configure Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "sellerchamp": {
      "command": "/path/to/sellerchamp-mcp/venv/bin/python",
      "args": ["/path/to/sellerchamp-mcp/server.py"],
      "env": {
        "SELLERCHAMP_API_TOKEN": "your_api_token_here"
      }
    }
  }
}

Replace /path/to/sellerchamp-mcp with the actual path where you cloned the repo.

Run Standalone

export SELLERCHAMP_API_TOKEN="your_api_token_here"
./run.sh

Example Workflows

Find items on Amazon but missing from eBay

Use sellerchamp_find_missing_listings with:
  source_marketplace: "amazon"
  missing_from_marketplace: "ebay"

Find items on Shopify but missing from Walmart

Use sellerchamp_find_missing_listings with:
  source_marketplace: "shopify"
  missing_from_marketplace: "walmart"

Legacy call (still works)

Use sellerchamp_find_missing_listings with missing_from="ebay"

Automatically sets source to "amazon" for backwards compatibility.

Cross-list candidates: active on Amazon, missing from eBay

Use sellerchamp_find_crosslist_candidates with:
  marketplace_filters: '{"amazon": "active", "ebay": "missing"}'
  min_quantity: 1

Cross-list across 3 marketplaces

Use sellerchamp_find_crosslist_candidates with:
  marketplace_filters: '{"amazon": "active", "shopify": "active", "walmart": "missing"}'

Returns SKUs active on both Amazon and Shopify but not listed on Walmart.

Filter by country (e.g. Canada only)

Use sellerchamp_find_missing_listings with:
  source_marketplace: "amazon"
  missing_from_marketplace: "ebay"
  country_code: "CA"

Get open orders from a specific marketplace

1. Use sellerchamp_get_marketplace_accounts to get the account ID
2. Use sellerchamp_get_orders with order_status="open" and the marketplace_account_id

Bulk price update

Use sellerchamp_bulk_update_products with an array of:
  { "sku": "ABC-123", "retail_price": 29.99, "min_price": 24.99 }

Rate Limiting

The server enforces SellerChamp's API limit of 120 requests per 60 seconds using a sliding window rate limiter. It caps at 110 requests per window to leave headroom for automatic retries. When the limit is reached, the server sleeps until capacity is available (logged to stderr for visibility).

Automatic retries with exponential backoff handle transient 429/5xx errors.

Technical Details

  • Protocol: MCP (Model Context Protocol) over JSON-RPC 2.0 on stdin/stdout
  • Language: Python 3
  • Dependencies: requests (with urllib3 retry adapter)
  • Catalog scan time: ~2 minutes for 20,000 listings (rate-limit bound)

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选