keepa-adapter
Provides tools for monitoring Amazon product data via the Keepa API, including price history, BSR trends, buy box changes, variation families, monthly sales, coupon/deal tracking, seller stats, category lookup, and promotional impact analysis.
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., "@keepa-adapterget product data for ASIN B08N5WRWNW"
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.
keepa-adapter
MCP server + OpenClaw skill for Amazon product monitoring via the Keepa API. 18 MCP tools covering prices, BSR trends, buy box changes, variation families, monthly sales, coupon/deal tracking, seller stats, category lookup, and promotional impact for 100+ ASINs.
Setup
git clone https://github.com/your-org/keepa-adapter.git
cd keepa-adapter
npm install
cp .env.example .env
# Edit .env and add your Keepa API keyInstall Via Claude Desktop MCPB
The easiest Claude Desktop install path is the .mcpb bundle from GitHub Releases.
Download
keepa-adapter-vX.Y.Z.mcpbfrom the latest release.Open the
.mcpbfile with Claude Desktop.Enter your Keepa API key when Claude asks for
Keepa API Key.Enable or restart the extension if Claude Desktop prompts you.
Start a new Claude chat and confirm the Keepa tools are available.
The bundle passes your key to the local MCP server as KEEPA_API_KEY. Optional settings such as KEEPA_TOKENS_PER_MINUTE, KEEPA_DEFAULT_DOMAIN, and KEEPA_DB_PATH remain available for manual MCP installs.
The bundle uses sql.js, so it does not load native Node add-ons inside Claude Desktop. That avoids Node ABI rebuild issues and macOS Electron code-signing failures for SQLite.
Build A Local MCPB
npm install
npm run mcpb:validate
npm run mcpb:packThe packaged bundle is written to:
release/keepa-adapter-v1.1.1.mcpb
release/keepa-adapter.mcpbUse the stable filename for website download links:
https://github.com/BWB03/keepa-adapter/releases/latest/download/keepa-adapter.mcpbEnvironment Variables
Variable | Required | Default | Description |
| Yes | — | Your Keepa API key |
| No |
| Token refill rate for your Keepa plan |
| No |
| Default Amazon marketplace (e.g. |
| No |
| Path to SQLite database |
International Marketplaces
All tools support international Amazon marketplaces via the domain parameter. Set KEEPA_DEFAULT_DOMAIN in your .env to avoid passing it on every call:
# .env
KEEPA_DEFAULT_DOMAIN=uk # All tools now default to Amazon.co.ukSupported domains: com (US), uk, de, fr, jp, ca, cn, it, es, in, mx, br, au
You can still override per-call by passing domain explicitly to any tool.
Usage
As an MCP Server (Claude Desktop)
If you prefer manual JSON config instead of the .mcpb installer, add this server to Claude Desktop's MCP config (claude_desktop_config.json):
{
"mcpServers": {
"keepa-adapter": {
"command": "node",
"args": ["/path/to/keepa-adapter/dist/index.js"],
"env": {
"KEEPA_API_KEY": "your_key_here"
}
}
}
}Or run in development mode:
npm run devClaude Code / Codex Setup
Claude Code, Codex, and other stdio MCP clients can use the same local server command after building from source:
{
"mcpServers": {
"keepa": {
"command": "node",
"args": ["/absolute/path/to/keepa-adapter/dist/index.js"],
"env": {
"KEEPA_API_KEY": "your_key_here"
}
}
}
}For Codex CLI-style configs, use the equivalent command/args/env shape supported by your client:
[mcp_servers.keepa]
command = "node"
args = ["/absolute/path/to/keepa-adapter/dist/index.js"]
[mcp_servers.keepa.env]
KEEPA_API_KEY = "your_key_here"As an OpenClaw Skill (for bots)
import { KeepaSkill } from "keepa-adapter";
const skill = new KeepaSkill({ apiKey: "your_key" });
// Fetch product data
const products = await skill.getProduct(["B0012ZQPKG"]);
// Get daily alerts for Telegram/Slack/etc.
const alerts = await skill.getAlerts();
const summary = await skill.getDailySummary();Daily Collection (Scheduler)
Run a one-time collection of all tracked ASINs:
# Via npm
npm run collect
# Or directly
npx tsx src/scheduler/runner.tsSchedule with cron for daily monitoring:
0 6 * * * cd /path/to/keepa-adapter && KEEPA_API_KEY=xxx npm run collectMCP Tools Reference
Read Tools
Tool | Description |
| Fetch current product data for 1-100 ASINs (title, brand, prices, BSR, rating, buy box, images, features, variations, monthly sales, offer counts, out-of-stock %, Subscribe & Save status) |
| Get price/rank/review time series history (includes list price, lightning deal, FBA/FBM prices, offer counts) |
| Get buy box ownership, seller info, and offers |
| Get variation family tree (parent/child relationships) |
| Check remaining API tokens and refresh rate |
Monitoring Tools
Tool | Description |
| Add ASINs to the monitoring list |
| Fetch + store snapshot, return changes vs previous |
| Query detected changes by ASIN, severity, or date range |
| Analyze BSR trend and flag deterioration |
| Check for orphaned children, parent changes, attribute drift |
Market Intelligence Tools
Tool | Description |
| Get monthly sales volume time series (units sold over time) |
| Get coupon history, active promotions, and lightning deal data |
| Get buy box win %, average price, and FBA status per seller |
| Get the best seller ASIN list for a category |
| Look up category details (name, parent, children, product count) |
Promo Tools
Tool | Description |
| Register a promo event (coupon, Lightning Deal, etc.) |
| List promo events for an ASIN |
| Measure rank/price lift before, during, and after a promo |
Example Prompts
Once connected via Claude Desktop, try:
"Show me product data for ASIN B0012ZQPKG"
"Track these ASINs: B0012ZQPKG, B001234567"
"Take a snapshot of all tracked ASINs and show me what changed"
"Analyze the BSR trend for B0012ZQPKG over the last 10 days"
"Check if any of my tracked products lost the buy box"
"Add a coupon promo for B0012ZQPKG starting today"
"Show me sales history for B0012ZQPKG"
"What deals or coupons are active for B0012ZQPKG?"
"Show me buy box stats by seller for B0012ZQPKG"
"What are the best sellers in category 3760911?"
"Look up category 3760911"
"How many API tokens do I have left?"
Price Format
All price fields (amazon_price, new_price, buy_box_price) are returned in dollars, not cents. The adapter converts from Keepa's raw cent values automatically.
snapshot.new_price → 35.99 (dollars, ready to display)Do not divide by 100 — the conversion is already done. Keepa's API returns prices in cents (e.g. 3599), but the adapter handles that internally.
Change Detection Severity
When snapshots are compared, changes are classified:
Severity | Triggers |
Critical | Title changed, buy box seller changed, parent ASIN lost/changed (orphaned) |
Warning | Images changed, BSR worsened >20%, Amazon price changed >10%, rating dropped, monthly sales dropped >30%, new offer count went to 0, out-of-stock % increased ≥10 points |
Info | Review count changed, features changed, description changed, new offer count changed >50%, Subscribe & Save status changed |
Development
npm run build # Build with tsup
npm test # Run unit tests
npm run mcpb:validate # Validate MCPB bundle
npm run mcpb:pack # Build release/keepa-adapter-vX.Y.Z.mcpb
npm run test:watch # Watch mode
npm run test:integration # Integration tests (requires KEEPA_API_KEY)
npm run discover # Hit live API and save raw response for schema modelingMCPB Release Flow
Version tags create GitHub Releases with the packaged .mcpb attached:
git tag v1.1.1
git push origin v1.1.1The release workflow runs tests, builds the adapter, validates the MCPB manifest, packs the bundle, and uploads release/*.mcpb as a release asset.
MCPB Test Checklist
Run
npm test.Run
npm run build.Run
npm run mcpb:validate.Run
npm run mcpb:pack.Confirm
release/keepa-adapter-v1.1.1.mcpbexists.Confirm
release/keepa-adapter.mcpbexists for stable website download links.Open the
.mcpbfile with Claude Desktop.Enter
KEEPA_API_KEYin the install form.Confirm Keepa tools appear in Claude Desktop.
Run a low-cost call such as
keepa_check_tokens.Temporarily install with a missing or invalid key and confirm the adapter returns a clear API-key error rather than crashing.
Push a version tag and confirm the GitHub Action attaches the
.mcpbto the release.
Troubleshooting
Claude Desktop does not show the tools: restart Claude Desktop, confirm the extension is enabled, and reinstall the
.mcpbif needed.Missing API key errors: reinstall or edit the extension configuration and enter a valid Keepa API key.
Invalid Keepa key or token errors: verify the key works against Keepa directly and has enough token budget.
Node/runtime errors: use the
.mcpbinstall path when possible. For manual installs, confirmnode --versionis18or newer.Build output looks stale: run
npm run build, thennpm run mcpb:packagain.Network/API failures: confirm the machine running Claude Desktop can reach
https://api.keepa.com.Manual JSON config does not work: use an absolute path to
dist/index.js, keepcommandasnode, and restart the MCP client after editing config.
Token Budget
Keepa charges tokens per API call. At 5 tokens/min (default plan):
7,200 tokens/day — 100 ASINs daily is comfortable
Batch up to 100 ASINs per call for efficiency
Token cost is surfaced in every response so Claude/bots can plan ahead
The rate limiter self-adjusts from API response headers
Upgrade your Keepa plan for faster sweeps and on-demand history pulls.
License
MIT
This 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/BWB03/keepa-adapter'
If you have feedback or need assistance with the MCP directory API, please join our Discord server