Keepa MCP integration for AI agents.
Connect AI agents to Keepa through 8 structured actions, including find deals, find products, and get best sellers. Review authentication, inputs, workflows…
- ACTION CONTRACTS
- 8
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the Keepa integration exposes
The Keepa Agent App exposes 8 provider-backed actions for data and marketing work. Its current contract lets an authorized agent find recently changed amazon products with keepa deal filters and bounded pagination, find amazon asins with keepa product finder filters using official productfinderrequest field names, and retrieve keepa's ordered amazon best-seller asin list for a category node or website display group. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Keepa account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real Keepa capabilities.
Showing 8 of 8 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
find_dealsREADFind recently changed Amazon products with Keepa deal filters and bounded pagination.
INPUTS: marketplace / priceType / page / dateRange / includeCategories
find_productsREADFind Amazon ASINs with Keepa Product Finder filters using official ProductFinderRequest field names.
INPUTS: marketplace / filters
get_best_sellersREADRetrieve Keepa's ordered Amazon best-seller ASIN list for a category node or website display group.
INPUTS: marketplace / category
get_product_historyREADRetrieve named, timestamped Keepa price, rank, offer-count, rating, and review history for Amazon ASINs.
INPUTS: marketplace / asins / days / historyTypes / statsDays
get_product_snapshotREADRetrieve current Keepa product metadata and named statistics for one or more Amazon ASINs.
INPUTS: marketplace / asins / statsDays / updateHours / offers
get_seller_snapshotREADRetrieve compact Keepa marketplace seller profiles, ratings, category statistics, brands, and competitors.
INPUTS: marketplace / sellerIds
get_token_statusREADRetrieve Keepa token availability and refill information without consuming tokens.
search_categoriesREADSearch Keepa Amazon categories by name so category IDs can be used in product and best-seller queries.
INPUTS: marketplace / term / includeParents
INPUT CONTRACTS
Know what the action needs before it runs.
find_deals
marketplaceREQUIRED- Amazon marketplace code using Keepa's official AmazonLocale names.
priceTypeREQUIRED- Keepa price or rank type whose change defines the deal.
pageOPTIONAL- Zero-based deal result page; each page contains at most 150 deals.
dateRangeOPTIONAL- Change interval: 0 for one day, 1 for one week, 2 for one month, or 3 for 90 days.
includeCategoriesOPTIONAL- Amazon category node IDs to include.
find_products
marketplaceREQUIRED- Amazon marketplace code using Keepa's official AmazonLocale names.
filtersREQUIRED- Official Keepa ProductFinderRequest fields. Unknown official fields are preserved for forward compatibility.
get_best_sellers
marketplaceREQUIRED- Amazon marketplace code using Keepa's official AmazonLocale names.
categoryREQUIRED- Amazon category node ID or Keepa website display group name.
get_product_history
marketplaceREQUIRED- Amazon marketplace code using Keepa's official AmazonLocale names.
asinsREQUIRED- Amazon ASINs to request.
daysOPTIONAL- Limit all returned history to the most recent number of 24-hour periods.
historyTypesOPTIONAL- Keepa history series to include in the normalized output.
statsDaysOPTIONAL- Number of recent days used for Keepa summary statistics at no additional token cost.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Find Deals
Find recently changed Amazon products with Keepa deal filters and bounded pagination. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
find_dealsVerify with Find Products
Find Amazon ASINs with Keepa Product Finder filters using official ProductFinderRequest field names. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
find_productsSAFETY BOUNDARY
Operate Keepa with explicit limits
- Authorize Keepa with API key and grant only the provider access required by the selected actions.
- The current action names appear read-oriented, but returned Keepa data may still be sensitive and should be minimized before it enters model context.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in Keepa rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the Keepa task completed successfully.
CONNECTION MODEL
API key
Private Keepa API access key passed as the key query parameter. Subscribe to Keepa Data Access and view your key at https://keepa.com/#!api.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 8
- WRITE SIGNALS
- 0
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 0
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Keepa.