Sorftime MCP integration for AI agents.

Connect AI agents to Sorftime through 23 structured actions, including get asin keyword rankings, extend keywords, and get asin sales history. Review authent…

ACTION CONTRACTS
23
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 Sorftime integration exposes

The Sorftime Agent App exposes 23 provider-backed actions for data and marketing work. Its current contract lets an authorized agent get up to two years of us amazon rankings for an asin and keyword through sorftime. returns 200 records per page and consumes two sorftime requests, find related amazon keywords from a seed keyword through sorftime. consumes five sorftime requests, and get current or historical sorftime estimated sales for one amazon asin. consumes one sorftime request. 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 Sorftime account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.

VERIFIED ACTION SAMPLE

Real Sorftime capabilities.

Showing 12 of 23 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.

get_asin_keyword_rankingsREAD

Get up to two years of US Amazon rankings for an ASIN and keyword through Sorftime. Returns 200 records per page and consumes two Sorftime requests.

INPUTS: keyword / asin / query_start / query_end / page

extend_keywordsREVIEW

Find related Amazon keywords from a seed keyword through Sorftime. Consumes five Sorftime requests.

INPUTS: domain / keyword / page_index / page_size

get_asin_sales_historyREAD

Get current or historical Sorftime estimated sales for one Amazon ASIN. Consumes one Sorftime request.

INPUTS: domain / asin / page / query_start_date / query_end_date

get_category_best_sellersREAD

Get the current or historical Amazon Best Seller Top 100 products for a category through Sorftime. Consumes five requests; historical lookup costs ten requests per three-day block.

INPUTS: domain / node_id / query_start / query_date

get_category_trendREAD

Get up to two years of a selected Sorftime Amazon category market trend. Consumes five Sorftime requests.

INPUTS: domain / node_id / trend_index

get_credit_balanceREAD

Get the current Sorftime credit balance. Consumes one Sorftime request.

get_keyword_detailsREAD

Get Sorftime Amazon keyword details including search volume, conversion, competition, and CPC trends. Consumes one Sorftime request.

INPUTS: domain / keyword

get_keyword_product_rankingsREAD

List products ranked for an Amazon keyword through Sorftime. Returns 200 products per page and consumes five Sorftime requests.

INPUTS: domain / keyword / month / page

get_keyword_search_result_trendREAD

Get monthly Amazon search-result trends for a keyword through Sorftime. Consumes ten Sorftime requests.

INPUTS: domain / keyword / query_start / query_end

get_keyword_search_resultsREAD

Get Amazon products appearing in organic or advertising search results for a keyword through Sorftime. Consumes five Sorftime requests.

INPUTS: domain / keyword / position_type / page_index / page_size

get_product_detailsREAD

Get Sorftime Amazon product details for one ASIN, optionally including price, rank, sales, and other historical trends. Consumes one request, or two for trend ranges longer than 15 days.

INPUTS: domain / asin / trend / query_trend_start_date / query_trend_end_date

get_product_review_summaryREAD

Get Sorftime's Amazon customer review summary for one ASIN. Consumes one Sorftime request.

INPUTS: domain / asin

INPUT CONTRACTS

Know what the action needs before it runs.

get_asin_keyword_rankings

keywordREQUIRED
Amazon keyword to query.
asinREQUIRED
A single Amazon ASIN.
query_startOPTIONAL
Ranking history range start date in YYYY-MM-DD format.
query_endOPTIONAL
Ranking history range end date in YYYY-MM-DD format.
pageOPTIONAL
One-based result page number. Defaults to 1.

extend_keywords

domainOPTIONAL
Amazon marketplace domain code supported by this keyword endpoint. Defaults to 1 (US).
keywordREQUIRED
Seed Amazon keyword used to find related keywords.
page_indexOPTIONAL
One-based result page number. Defaults to 1.
page_sizeOPTIONAL
Number of keyword results per page. Defaults to 20.

get_asin_sales_history

domainOPTIONAL
Amazon marketplace domain code: 1=US, 2=UK, 3=DE, 4=FR, 5=IN, 6=CA, 7=JP, 8=ES, 9=IT, 10=MX, 11=AE, 12=AU, 13=BR, or 14=SA. Defaults to 1 (US).
asinREQUIRED
A single Amazon ASIN.
pageOPTIONAL
One-based result page number. Defaults to 1.
query_start_dateOPTIONAL
Sales history range start date in YYYY-MM-DD format.
query_end_dateOPTIONAL
Sales history range end date in YYYY-MM-DD format. Requires query_start_date.

get_category_best_sellers

domainOPTIONAL
Amazon marketplace domain code: 1=US, 2=UK, 3=DE, 4=FR, 5=IN, 6=CA, 7=JP, 8=ES, 9=IT, 10=MX, 11=AE, 12=AU, 13=BR, or 14=SA. Defaults to 1 (US).
node_idREQUIRED
Amazon category NodeId.
query_startOPTIONAL
Historical range start date in YYYY-MM-DD format. Historical ranges must span 3 to 40 days.
query_dateOPTIONAL
Historical range end date in YYYY-MM-DD format. Historical data is available through two days before today.

PROVIDER-SPECIFIC WORKFLOWS

Jobs this Agent App can support

Inspect Get Asin Keyword Rankings

Get up to two years of US Amazon rankings for an ASIN and keyword through Sorftime. Returns 200 records per page and consumes two Sorftime requests. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.

get_asin_keyword_rankings

Verify with Get Asin Sales History

Get current or historical Sorftime estimated sales for one Amazon ASIN. Consumes one Sorftime request. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.

get_asin_sales_history

SAFETY BOUNDARY

Operate Sorftime with explicit limits

  • Authorize Sorftime with API key and grant only the provider access required by the selected actions.
  • The current action names appear read-oriented, but returned Sorftime 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 Sorftime rather than assuming unrestricted access.
  • After a call, inspect the structured result and execution record before reporting that the Sorftime task completed successfully.

CONNECTION MODEL

API key

Sorftime Account-SK used by the API and CLI. Copy it at https://seller.sorftime.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
22
WRITE SIGNALS
0
HIGH IMPACT
0
REVIEW SIGNALS
1

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 Sorftime.

Official Sorftime website

ONE CONNECTION. REAL WORK.

Give your agent software it can use.

Connect through MCP or explore the Agent App catalog and choose only the capabilities your workflow needs.

EXPLORE AGENT APPS