Keepa MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KEEPA_API_KEY | Yes | Your Keepa API key | |
| KEEPA_TIMEOUT | No | Request timeout in milliseconds | 30000 |
| KEEPA_RATE_LIMIT_DELAY | No | Delay between requests in milliseconds | 1000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| keepa_product_lookupB | Look up detailed information for a single Amazon product by ASIN |
| keepa_batch_product_lookupA | Look up information for multiple Amazon products by ASIN (up to 100) |
| keepa_search_dealsC | Search for current Amazon deals with filtering options |
| keepa_seller_lookupC | Get detailed information about an Amazon seller |
| keepa_best_sellersC | Get best sellers list for a specific Amazon category |
| keepa_price_historyC | Get historical price data for an Amazon product |
| keepa_product_finderB | Advanced product finder with filtering similar to Keepa Product Finder - find products by rating, price, sales, competition level |
| keepa_category_analysisC | Comprehensive category analysis - find the best products, opportunities, and market insights in any category |
| keepa_sales_velocityA | Analyze sales velocity and inventory turnover - find products that sell quickly and avoid slow movers |
| keepa_inventory_analysisB | Comprehensive inventory analysis - identify fast movers, slow movers, stockout risks, and seasonal patterns |
| keepa_token_statusA | Check remaining Keepa API tokens and account status |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 11 tools
Most tools are distinct, but a few overlap in theme (e.g., sales_velocity vs. inventory_analysis, best_sellers vs. category_analysis). Descriptions help clarify, but an agent might initially misselect between these related tools.
All tools follow a consistent 'keepa_' prefix with descriptive snake_case names (e.g., keepa_product_lookup, keepa_search_deals). This uniform pattern makes tool selection predictable.
11 tools is well-scoped for a comprehensive Amazon data service like Keepa, covering lookup, search, analytics, deals, and account status without unnecessary bloat.
The set covers the core Keepa API functions: product lookup, price history, product finder, category analysis, sales velocity, inventory analysis, deals, and seller info. Missing niche features like price alert management, but the main workflows are well supported.