agentcentral
FeaturesPricingDocsSign InStart free trial
Start free trial
DocsRanking↓

Start

OverviewClaudeChatGPTOpenClawHermes AgentConfiguration examples

Workflows

Best practicesRun the data tourUse the feedback toolScope your API keysBuild a prompt libraryBusiness playbook

Command line

CLI overviewInstall the CLIAuth and profilesLocal MCP bridgeClient compatibilityAutomationWrite safetyCLI security

Platform

How agentcentral worksPricing and billing

Tool Reference

Tool reference overviewAdsInventoryFinanceCatalogRankingFulfillment
Docs

Start

OverviewClaudeChatGPTOpenClawHermes AgentConfiguration examples

Workflows

Best practicesRun the data tourUse the feedback toolScope your API keysBuild a prompt libraryBusiness playbook

Command line

CLI overviewInstall the CLIAuth and profilesLocal MCP bridgeClient compatibilityAutomationWrite safetyCLI security

Platform

How agentcentral worksPricing and billing

Tool Reference

Tool reference overviewAdsInventoryFinanceCatalogRankingFulfillment
agentcentral

Product

  • Docs
  • Claude quickstart
  • ChatGPT quickstart
  • Best practices
  • Pricing
  • vs Amazon Ads MCP Server
  • Blog

Tool Reference

  • Ads
  • Inventory
  • Finance
  • Catalog
  • Ranking
  • Fulfillment

Seller Central

  • Amazon Seller Central MCP
  • Amazon Seller Central MCP for Claude
  • ChatGPT with Amazon seller data
  • Connect Seller Central to Claude
  • Connect Seller Central to ChatGPT
  • Amazon Ads MCP server
  • Amazon Ads MCP server for Claude
  • Connect Amazon Ads to Claude

Resources

  • Amazon seller MCP servers compared
  • Amazon MCP server for Claude
  • Amazon MCP server for ChatGPT
  • Amazon seller data layer
  • Amazon Ads agent
  • Start free trial
© 2026 agentcentral. All rights reserved.·Privacy·Terms·DPA·Last updated May 20, 2026

Tool Reference

Ranking Tools

1 tools

Keyword rank positions, changes over time, and search volume views.

Related paths

Amazon Seller Central MCP

Hosted Amazon Seller Central MCP overview for Claude, ChatGPT, and custom agents.

Amazon seller data layer

How ads, inventory, orders, catalog, ranking, finance, and fulfillment data are structured for agents.

Claude connection walkthrough

Step-by-step path from Seller Central OAuth to a Claude connector or MCP config.

ChatGPT Seller Central setup

ChatGPT-specific setup and examples for Amazon seller data through MCP.

Amazon Ads MCP Tool ReferenceAmazon Inventory MCP Tool ReferenceFinance ToolsAmazon Catalog MCP Tool ReferenceFulfillment Tools

Tools

read

get_keyword_ranks
Tools (1)

read

get_keyword_ranks

read

get_keyword_ranks

read

Get keyword rank positions, two-date rank changes, or rank positions enriched with SQP search volume and market share data.

When to use

Use this source-surface tool for tracked keyword rank snapshots, deterministic rank deltas, or rank rows joined to the SQP week containing the snapshot date.

Parameters16
NameTypeDescription
viewenum (positions)positions returns rank snapshots; changes compares two dates; with_volume joins rank rows to SQP volume/share.
start_datestring (7 days ago)positions view. Start date (YYYY-MM-DD). Defaults to a trailing 7-day window when omitted.
end_datestringpositions view. End date (YYYY-MM-DD). Defaults to start_date.
current_datestring (latest snapshot)changes view. More recent snapshot date (YYYY-MM-DD). When both dates are omitted, the two most recent snapshots are compared.
compare_datestring (previous snapshot)changes view. Earlier snapshot date to compare (YYYY-MM-DD). When both dates are omitted, the two most recent snapshots are compared.
snapshot_datestring (latest snapshot)with_volume view. Rank snapshot date (YYYY-MM-DD). Defaults to the latest available snapshot.
keywordstringFilter by keyword (LIKE match, use % for wildcards).
asinstringFilter by ASIN.
min_ranknumberpositions view. Minimum rank position.
max_ranknumberpositions/with_volume views. Maximum rank position.
min_changenumberchanges view. Minimum absolute rank change.
min_volumenumberwith_volume view. Minimum SQP search query volume.
sort_byenumSort column. Allowed columns depend on view.
sort_orderenumSort direction. Defaults depend on view.
limitnumber (20)Max rows (1-1000).
include_raw_rowsboolean (true)Set false to return a compact row preview. Defaults to true; large result sets are capped automatically to keep the response manageable.

Tips

  • Use view="positions" with start_date/end_date for raw rank snapshots.
  • Use view="changes" with current_date and compare_date for deterministic rank deltas.
  • Use view="with_volume" with snapshot_date to join rank rows to SQP weekly volume/share data.

Watch out

  • Rank snapshots are daily. view="with_volume" joins snapshot_date to the SQP week containing that date. For real-time rank checks, use get_current_rank.

Related tools

get_current_rankget_search_query_performancediagnose_performance