Keyword & Search Demand

Amazon Opportunity Report By Keyword MCP Tool

Query Amazon business insight reports by keyword, covering six dimensions: market potential, product characteristics, user reviews, customer profiles, search trends, and pricing analysis with AI-powered comprehensive analysis.

MCP tool name
nexscope_amazon_opportunity_report_by_keyword
Equivalent REST API path
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-opportunity-report-by-keyword/run
JSON-RPC method
tools/call

Authentication

Send the user API key as a bearer token on every MCP JSON-RPC request.

Authorization: Bearer nk_xxxxxxxxxxxxxxxxx

If authentication is missing or invalid, ask the user to open API Access and copy a valid key before calling this tool.

Call this MCP tool

Use tools/call with the MCP tool name below. The arguments object should match the table on this page.

{
  "jsonrpc": "2.0",
  "id": "amazon-opportunity-report-by-keyword-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_amazon_opportunity_report_by_keyword",
    "arguments": {
      "keyword": "phone case",
      "site": "US"
    }
  }
}
REST API equivalent
POST /api/skill-api/v1/runhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-opportunity-report-by-keyword/run
Canonical detail URL
https://www.nexscope.ai/mcp-map/amazon-opportunity-report-by-keyword

Arguments

NameTypeRequiredMeaning
sitestringrequired
Amazon site code, currently only supports US
Example: US
keywordstringrequired
Search keyword for the insight report
Example: phone case

Response fields

Treat structuredContent as the programmatic API response payload.

NameTypeRequiredMeaning
codestringoptional
Response code
Example: {}
msgstringoptional
Message or error information
Example: {}
stdoutstringoptional
Comprehensive business insight report content (Markdown format), covering six dimensions: market potential, product features, user reviews, customer profiles, search trends, and pricing analysis
Example: {}
costTimeintegeroptional
Total processing time (milliseconds)
Example: 1
costTokenintegeroptional
Token consumption
Example: 1
typestringoptional
Response type
Example: {}
errcodeintegeroptional
Upstream status code returned by the provider.
Example: {}
errmsgstringoptional
Upstream status message returned by the provider.
Example: {}
messagestringoptional
Provider-specific message.
Example: {}
titlestringoptional
Provider-specific response title.
Example: {}
sourceTypestringoptional
Provider-specific source platform type.
Example: {}
sourceToolstringoptional
Provider-specific source tool name.
Example: {}
pageintegeroptional
Current page returned by the upstream provider.
Example: {}
pageSizeintegeroptional
Page size returned by the upstream provider.
Example: {}
pageItemCountintegeroptional
Item count on the current page returned by the upstream provider.
Example: {}
totalPageintegeroptional
Total page count returned by the upstream provider.
Example: {}
dataSnapshotMonthstringoptional
Data snapshot month returned by the upstream provider.
Example: {}

Examples

Example arguments

{
  "keyword": "phone case",
  "site": "US"
}

Example structuredContent

{
  "costTime": 1,
  "costToken": 1
}