amazon-order-mcp
Verified Safeby muness
Overview
Allows AI assistants to query Amazon order history by wrapping the amazon-orders Python library.
Installation
python amazon_order_mcp.pyEnvironment 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
aws-mcp-server
The AWS MCP Server allows AI assistants to execute AWS CLI commands and access AWS environment context, providing a powerful interface for cloud management and automation.
mcp-server-odoo
Enables AI assistants to interact with Odoo ERP systems for data access, record management (search, create, update, delete), and instance management through natural language.
AgentBoard
Enhances web browsing with AI-driven automation, allowing LLMs to interact with web pages, extract content, and execute custom tools.
opentelemetry-mcp-server
Connects AI assistants to OpenTelemetry trace backends for analyzing LLM traces with AI assistance.