Provider hosted
Tools: 26

Keepamore

Keepamore

Keepamore 是面向亚马逊卖家的选品与数据分析平台,提供产品筛选、关键词分析、产品监控、浏览器插件与 API/MCP 开放数据服务,帮助卖家更快发现高潜力产品。

https://keepamore.com/

Use in your AI tool

Connect straight to this server’s public endpoint.

Remote MCP URL
https://mcp.keepamore.com/mcp

Use on MCPBundles

We add this server to your workspace, walk through sign-in once, then open Studio with tools ready to run.

Last probed Sep 14, 2026 · mcp.keepamore.com

26tools discovered

Tools discovered (26)

Showing 25 of 26 from the live probe.

  • Keepa Get Product

    按 ASIN 批量获取 Amazon 产品信息(标题/品牌/分类/价格/历史 CSV/排名/评分等)。计费:去重后每个 ASIN = 1 unit;offers/rating/buybox/stock/update 等附加参数不额外计费。history 默认返回全量价格历史,可用 days 或 dateRange 截取以减小响应。

  • Keepa Get Variations

    获取某个变体家族的全部变体基本信息(标题/颜色/尺寸/主图/当前价/月销/评分/UPC 等)。传入家族内任意 ASIN(自动解析父 ASIN;建议优先传子 ASIN——父 ASIN 在 Keepa 偶尔无商品记录)。变体列表分页返回:默认第 0 页 50 条(variationsCount 为全量总数,一页装不下时附 _pagination),需要更多翻 page 或调大 perPage(≤4000;AI 上下文有限,建议 ≤1000)。Keepa 官方 API 无此接口,数据经自建通道获取。计费:5 units/次;若该 ASIN 无变体(单品)仅收 1 unit。5 分钟内重复相同请求不重复计费。

  • Keepa Get Lightning Deals

    获取 Keepa Lightning Deals。传 asin 返回该商品单条 deal(1 unit);不传 asin 返回站点全量 deals(500 units)。

  • Keepa Browse Deals

    浏览 Keepa Deal 数据(/deal 接口,5 units/次)。需传 domainId + 可选过滤条件。结果可能很大,建议用 page/perPage 分页。

  • Keepa Get Best Sellers

    获取 Best Seller 列表(/bestsellers 接口,10 units/次)。返回指定分类的 ASIN 排行。page/perPage 必填。

  • Keepa Get Seller

    查询卖家信息(/seller 接口)。⚠️ 参数名为 seller(不是 sellerId / sellerIds),类型为字符串数组。每次最多 100 个 Seller ID,超过会报错,请分批调用。计费:storefront=false 按 sellerIds 数量 × 1 unit;storefront=true 仅支持 1 个 ID 且每次 10 units。page/perPage 用于 storefront 的 asinList 分页,必填。示例:{"country":"us","seller":["A2EUQ1WTGCTBG2"]}。

  • Keepa Get Top Sellers

    获取 Most Rated Seller 列表(/topseller 接口,50 units/次)。返回指定站点评价数最多的卖家 ID 列表。page/perPage 必填。

  • Keepa Category Lookup

    按 category ID 查询分类详情(/category 接口,1 unit/次)。当 category=0 时返回该站点的所有根分类(一级类目)列表,适合浏览类目树顶层;传具体分类 ID 则返回该分类详情及其子分类。可选 parents=true 返回父级分类链。

  • Keepa Category Search

    按关键词搜索分类(/search 接口,1 unit/次)。返回匹配的分类列表。

  • Keepa Product Search

    按关键词搜索 Amazon 产品(固定 5 units/次,不随返回条数变化)。⚠️ 关键词参数名为 term(不是 searchterm / searchTerm)。返回与 Amazon 搜索结果相同顺序的产品列表(排除广告),每页最多 100 条,最多 10 页(共 1000 条上限)。⚠️ 默认不含价格历史(history=false),如需价格信息请使用 stats 参数获取统计摘要,避免返回过大的历史数据。示例:{"country":"us","term":"hunting gear"}。

  • Keepa Graph Image

    生成 Keepa 价格历史图表图片(/graphimage 接口,1 unit/次)。返回 PNG 图片的 base64 数据。

  • Keepa Product Finder

    Product Finder(/query 接口)— 按丰富的筛选条件查询符合条件的 ASIN 列表,常用于选品。计费:基础 1 unit;selection.stats=1 时额外加收 30 units(返回 searchInsights 聚合 KPI)。分页直接写在 selection 内,不要在顶层传 page/perPage。示例:{"domain":1,"selection":{"categories_include":[706813011],"current_RATING_gte":40,"page":0,"perPage":50}}。

  • Keepa Time Convert

    Keepa 时间与 Unix 时间戳互转工具(纯计算,不消耗额度,不限速)。Keepa 时间是自特定纪元以来的分钟数,转换公式:unixMs = (keepaTime + 21564000) * 60000。传入 keepaTime 或 unixMs(或两者),返回对应的转换结果和 ISO 格式可读时间。不传任何参数则返回当前时间。

  • Keepa Get Quota

    查询当前 API Key 的套餐额度与剩余调用次数(不消耗额度)。

  • Amazon Get Product Url

    根据国家与 ASIN 批量拼接 Amazon 产品详情页链接(纯字符串拼接,不调用任何 API、不消耗额度、不限速)。返回格式:https://www.amazon.{tld}/dp/{ASIN},其中 tld 由 country 决定(us=com, uk=co.uk, de=de, jp=co.jp, mx=com.mx, br=com.br 等)。单次最多 1000 个 ASIN。可传 asins 数组,或传单个 asin 字符串(自动转为单元素数组),二者至少传一个。

  • Keepa Get Chart Url

    根据国家与 ASIN 批量拼接 Keepamore 站内 Keepa 图表页链接(纯字符串拼接,不调用任何 API、不消耗额度、不限速)。返回格式:https://next.keepamore.com/keepa/product?country={country}&asin={ASIN}。打开后页面在 Keepamore 站内嵌入完整 Keepa 图表,需登录 Keepamore 账号并安装浏览器插件方可正常显示,插件下载地址:https://next.keepamore.com/plugin-download。单次最多 1000 个 ASIN。可传 asins 数组,或传单个 asin 字符串(自动转为单元素数组),二者至少传一个。

  • Amazon Get Image Url

    根据图片文件名批量拼接 Amazon 图片完整链接(纯字符串拼接,不调用任何 API、不消耗额度、不限速)。返回格式:https://m.media-amazon.com/images/I/{文件名}。文件名来自 keepa_get_product / keepa_get_variations 等工具返回的 imagesCSV / images[].l / images[].m / swatchImage 字段(如 41aH4MDfVBL.jpg)。单次最多 1000 个。可传 images 数组,或传单个 image 字符串,二者至少传一个。

  • Aba Get Countries

    获取ABA关键词数据库支持的站点列表及最新报告日期。返回9个站点(us/uk/de/fr/it/jp/ca/es/mx)的爬取状态和最新数据日期。用于了解各站点数据新鲜度。不消耗Keepa API额度。

  • Aba Get Rank List

    查询 Amazon Brand Analytics (ABA) 周榜单关键词排名。支持按国家、日期、排名范围、关键词(模糊)、品牌(精确)、类目(精确)、点击/转化最低值、排名变化类型(new/rising/falling/stable)筛选。支持分页(offset或keyset afterRank)。返回关键词、排名、排名变化、点击量、转化量、关联品牌和类目。用于选品分析、关键词机会发现、竞品监控。

  • Aba Search Keywords

    在ABA关键词字典中搜索关键词。英文走FULLTEXT全文索引(按相关性排序),中文走LIKE模糊匹配。用于发现和探索特定领域的关键词,获取word_id后可进一步用aba_get_word_detail查看详情。注意:这是字典搜索,不包含排名数据;如需排名,请用返回的word_id调用aba_get_word_detail。

  • Aba Get Word Detail

    获取指定关键词的完整信息:基本信息(关键词/中文翻译/首次出现日期/最近出现日期)、排名历史趋势(最多52周)、最新一期Top3 ASIN商品(点击/转化占比)。用于深入分析某个关键词的竞争格局和历史趋势。word_id可通过aba_get_rank_list或aba_search_keywords获取。

  • Aba Reverse Asin

    ASIN反查:查询一个或多个ASIN在ABA周榜单中出现在哪些关键词下,以及对应的排名位置和点击/转化数据。用于竞品分析——发现竞争对手的ASIN在哪些关键词下获得曝光和转化。支持按国家和日期范围过滤。每个ASIN最多返回指定条数的关键词记录。

  • Google Trends Interest Over Time

    查询关键词在 Google 上的搜索热度随时间变化趋势。支持最多 5 个关键词对比。返回时间序列数据(默认归一化到 0-100),可用于分析用户对某关键词的搜索兴趣变化。典型用途:选品前验证产品关键词的搜索趋势、对比多个关键词的热度变化。

  • Google Trends Interest By Region

    查询关键词在 Google 上按地区分布的热度。可指定地理粒度(国家/地区/城市/DMA)。返回各地区对该关键词的相对搜索热度,用于分析关键词的地域分布差异。典型用途:了解产品在不同国家/地区的需求差异,辅助市场选择。

  • Google Trends Related Queries

    查询与指定关键词相关的搜索查询(用户还搜索了什么)。返回两部分:Top(最热门的关联搜索)和 Rising(正在上升的关联搜索),每条包含查询词和热度值。典型用途:发现长尾关键词、扩展关键词列表、竞品关键词挖掘。

Get your MCP into directories

A working endpoint is step one. Directory coverage is the coordinated launch across ChatGPT, Claude, Cursor, the MCP Registry, and community indexes.

Directory coverage for brands

Frequently Asked Questions

What is the Keepamore MCP server?

Keepamore 是面向亚马逊卖家的选品与数据分析平台,提供产品筛选、关键词分析、产品监控、浏览器插件与 API/MCP 开放数据服务,帮助卖家更快发现高潜力产品。

How do I connect Keepamore to my AI agent?

Use the MCP endpoint listed on this page in your MCP client configuration. One-click install pills support Claude, Cursor, VS Code, and other hosts. Copy the remote MCP URL if your client needs a manual entry.

How many tools does Keepamore provide?

MCPBundles probed 26 tools on the live server. The tool list on this page reflects what was discovered at the last refresh — connect your client to see the full set available to your session.

What authentication does Keepamore require?

Keepamore may require signing in to the provider before tools can run. Connect through MCPBundles or your MCP client and complete any provider login when prompted.

Maintain this listing

Operate Keepamore? Verify ownership to take over this directory entry.

Operate Keepamore?

This server appears in the MCPBundles directory. Verify you operate it to take over the listing — name, description, logo, contact email, and skill content. We email a 6-digit code to a maintainer address your server publishes in /.well-known/security.txt or /.well-known/mcpbundles.json. Free, takes about a minute.

Claim this listing