Catalog
Amazon Seller Operations
Officialby atul0016
Amazon account health, listing, FBA inventory, fee, PPC, review, and appeal intelligence.
Tracks Amazon seller account health, inventory, fees, ads, and customer reviews.
README not available yet.
Install
Configuration
Environment variables
EARNALL_MCP_LICENSE_KEYrequiredsecretLicense key from AtulHritik-Mcp-Amazon-Seller-Operations purchase page.
EARNALL_MCP_ACTIVATION_IDOptional stable private install ID for this user/device.
EARNALL_MCP_LICENSE_APIdefault https://mcp-payment-site.vercel.app/api/licenses/validateLicense validation endpoint.
claude_desktop_config.json
{
"mcpServers": {
"amazon-seller-operations": {
"command": "uvx",
"args": [
"amazon-seller-operations-mcp"
],
"env": {
"EARNALL_MCP_LICENSE_KEY": "<YOUR_EARNALL_MCP_LICENSE_KEY>",
"EARNALL_MCP_ACTIVATION_ID": "<YOUR_EARNALL_MCP_ACTIVATION_ID>",
"EARNALL_MCP_LICENSE_API": "https://mcp-payment-site.vercel.app/api/licenses/validate"
}
}
}
}