Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/rigwild/mcp-server-amazon/claude-mdgit clone --depth 1 https://github.com/rigwild/mcp-server-amazonWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00628 | $0.00628 |
| Opus 5 | $0.00314 | $0.00314 |
| Sonnet 5 | $0.00126 | $0.00126 |
| Haiku 4.5 | $0.00063 | $0.00063 |
Grade A, and why
mcp-server-amazon CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
2 near-identical copies found in the catalogue:
- amazon-mcp CLAUDE.md — 91% identical, 5 lines differ
- mcp-server-shopping CLAUDE.md — 86% identical, 7 lines differ
How it starts
The opening of the file, as written. The whole thing — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Overview
This is an Amazon MCP (Model Context Protocol) Server that enables AI assistants to interact with Amazon services through web scraping. The server uses Puppeteer for browser automation and exposes Amazon functionality through MCP tools.
Development Commands
# Install dependencies (use -D flag for Puppeteer)
npm install -D
# Build TypeScript to JavaScript
npm run build
# Clean mock HTML files
npm run clean
Architecture
Core Components
- MCP Server (
src/index.ts): Defines and exposes tools via the MCP protocol - Amazon Scraper (
src/amazon.ts): Contains all Amazon interaction logic using Puppeteer and Cheerio - Configuration (
src/config.ts): Manages server settings and paths - Browser Utils (
src/utils.ts): Helper functions for Puppeteer browser automation
Key Dependencies
@modelcontextprotocol/sdk: MCP frameworkpuppeteer: Browser automationcheerio: HTML parsingzod: Schema validation
Authentication
The server requires Amazon cookies for authentication:
- Export cookies from browser using a cookie export extension
- Save to
amazonCookies.jsonin project root - Format: Array of cookie objects with standard properties
Important Implementation Details
Browser Automation
- Uses headless Chrome with specific flags to avoid detection
- Implements user agent spoofing
- Handles Amazon's anti-bot measures
Error Handling
- Detects login page redirects and throws authentication errors
- Implements retry logic for network failures
- Provides detailed error messages for debugging
Mock Mode
- Set
USE_MOCK_RESPONSES=truein environment to use mock HTML files - Mock files stored in
mock/directory - Useful for development and testing without hitting Amazon
Logging
- Server logs to
~/Library/Logs/Claude/mcp-server-amazon.log - Check logs for debugging authentication or scraping issues
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 88 lines · 628 tokens per session scan A 4e8e3c74fa3c
mcp-server-amazon CLAUDE.md is an instructions file published in the GitHub repository rigwild/mcp-server-amazon (47 stars, last pushed 1mo ago), licensed MIT. It adds 628 tokens to every session, about $0.0031 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
mcp-server-excel readme-management.instructions.md
Instructions for sbroenne/mcp-server-excel, covering readme management - quick reference, core entry documents, feature documentation, critical rules and tool & action counts must match.
mcp-server-excel development-workflow.instructions.md
Instructions for sbroenne/mcp-server-excel, covering development workflow, branch protection, development process, pr review comment workflow and retrieve inline code review comments using github cli.
mcp-server-excel extension-development.instructions.md
Instructions for sbroenne/mcp-server-excel, covering vs code extension development instructions, extension overview, changelog and changesets (critical), version management and automatic version management (unified release workflow).
mcp-server-excel copilot-instructions.md
Instructions for sbroenne/mcp-server-excel, covering github copilot instructions - excelmcp, repository map, environment, working rules and build and validation.
mcp-server-excel excel-connection-types-guide.instructions.md
Instructions for sbroenne/mcp-server-excel, covering excel connection types - llm quick reference, critical: loadto operation limitations, connection action compatibility, decision tree: connection vs power query and recommended workflows.
mcp-server-excel excel-com-interop.instructions.md
Instructions for sbroenne/mcp-server-excel, covering excel com interop, api selection, batch execution and exceptions, com lifetime and excel application state.