mcp-amazon
Reads Amazon wishlist data via HTML snapshots or browser integration, providing tools for wishlist items, profile, and health.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-amazonshow items from my Amazon wishlist"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-amazon
mcp-amazon is a read-only, source-scoped MCP server for Amazon wishlist data.
Version 0.1.0 supports two read paths:
HTML snapshot parsing for stable, low-risk reads
optional live browser-backed reads with an operator-supplied storage state
It follows the shared source conventions documented in mcp-source-playbook and mcp-source-foundation.
Implemented
MCP stdio server via
mcp-amazon-serverprofile and health reporting
wishlist reads through
amazon_wishlist_itemsfocused unit tests for parsing and profile behavior
Related MCP server: Amazon Product Intelligence Agent
Tools
amazon_profileamazon_healthamazon_wishlist_items
Configuration
Use either a saved HTML snapshot or a wishlist ID:
export AMAZON_WISHLIST_HTML_PATH="/path/to/wishlist.html"
export AMAZON_WISHLIST_ID="wishlist-id"
export AMAZON_STORAGE_STATE="/path/to/storage-state.json"
export AMAZON_DOMAIN="www.amazon.co.jp"CLI
mcp-amazon profile --format json
mcp-amazon wishlist --format json
mcp-amazon-serverSafety
read-only by default
write and account-changing operations are not implemented in v1
live browser reads are opt-in and require operator-managed session state
Development
python -m pytestThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kogecoo/mcp-amazon'
If you have feedback or need assistance with the MCP directory API, please join our Discord server