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_keywordEquivalent REST API path
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-opportunity-report-by-keyword/runJSON-RPC method
tools/callAuthentication
Send the user API key as a bearer token on every MCP JSON-RPC request.
Authorization: Bearer nk_xxxxxxxxxxxxxxxxxIf 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/runCanonical detail URL
https://www.nexscope.ai/mcp-map/amazon-opportunity-report-by-keywordArguments
| Name | Type | Required | Meaning |
|---|---|---|---|
site | string | required | Amazon site code, currently only supports US Example: US |
keyword | string | required | Search keyword for the insight report Example: phone case |
Response fields
Treat structuredContent as the programmatic API response payload.
| Name | Type | Required | Meaning |
|---|---|---|---|
code | string | optional | Response code Example: {} |
msg | string | optional | Message or error information Example: {} |
stdout | string | optional | Comprehensive business insight report content (Markdown format), covering six dimensions: market potential, product features, user reviews, customer profiles, search trends, and pricing analysis Example: {} |
costTime | integer | optional | Total processing time (milliseconds) Example: 1 |
costToken | integer | optional | Token consumption Example: 1 |
type | string | optional | Response type Example: {} |
errcode | integer | optional | Upstream status code returned by the provider. Example: {} |
errmsg | string | optional | Upstream status message returned by the provider. Example: {} |
message | string | optional | Provider-specific message. Example: {} |
title | string | optional | Provider-specific response title. Example: {} |
sourceType | string | optional | Provider-specific source platform type. Example: {} |
sourceTool | string | optional | Provider-specific source tool name. Example: {} |
page | integer | optional | Current page returned by the upstream provider. Example: {} |
pageSize | integer | optional | Page size returned by the upstream provider. Example: {} |
pageItemCount | integer | optional | Item count on the current page returned by the upstream provider. Example: {} |
totalPage | integer | optional | Total page count returned by the upstream provider. Example: {} |
dataSnapshotMonth | string | optional | Data snapshot month returned by the upstream provider. Example: {} |
Examples
Example arguments
{
"keyword": "phone case",
"site": "US"
}Example structuredContent
{
"costTime": 1,
"costToken": 1
}