Back to Home
muness icon

amazon-order-mcp

Verified Safe

by muness

Overview

Allows AI assistants to query Amazon order history by wrapping the amazon-orders Python library.

Installation

Run Command
python amazon_order_mcp.py

Environment Variables

  • AMAZON_USERNAME
  • AMAZON_PASSWORD
  • AMAZON_OTP_SECRET

Security Notes

The server uses environment variables (or .env file) for Amazon credentials, which is good practice. It explicitly loads environment variables using python-dotenv. No 'eval' or obvious malicious code patterns were found. The primary security risk comes from the underlying `amazon-orders` library which performs web scraping, meaning Amazon may detect and block activity, potentially leading to account issues. Debug output for login failures can include full tracebacks, which might expose internal server details if not handled carefully by the consuming AI, though it does not appear to expose credentials.

Similar Servers

Stats

Interest Score81
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars2
Forks0
Last Update2025-12-12

Tags

AmazonOrdersE-commerceScrapingAI Assistant