Amazon Seller Operations
AI-powered Amazon Seller Central tools for inventory management, fee calculation, and optimization via SP-API.
mcp-name: io.github.wmarceau/amazon-seller
Features
| Feature | Script | Description |
|---|---|---|
| SP-API Integration | amazon_sp_api.py |
Core API with caching |
| FBA Fee Calculator | amazon_fee_calculator.py |
2026 fee structure |
| Inventory Optimizer | amazon_inventory_optimizer.py |
Restock recommendations |
| OAuth Authentication | amazon_oauth_server.py |
OAuth flow handling |
| MCP Server | amazon_seller_mcp.py |
MCP protocol wrapper |
Directory Structure
amazon-seller/
├── src/
│ ├── amazon_sp_api.py # Core SP-API client
│ ├── amazon_fee_calculator.py # FBA fee calculations
│ ├── amazon_inventory_optimizer.py # Restock recommendations
│ ├── amazon_oauth_server.py # OAuth server
│ └── ...
├── mcp-server/
│ └── amazon_seller_mcp.py # MCP server wrapper
├── registry/
│ └── manifest.json # MCP Registry manifest
├── VERSION # Current version
├── CHANGELOG.md # Version history
├── SKILL.md # MCP tool documentation
└── README.md # This file





