Keyword & Search Demand
Amazon Keyword Share Of Voice MCP Tool
Jungle Scout keyword Share of Voice analysis, returning brand visibility share across the first 3 pages of Amazon search results (organic/ad/combined), 30-day exact search volume, median PPC bid, and TOP3 ASIN click and conversion data, covering 10 marketplaces.
MCP tool name
nexscope_amazon_keyword_share_of_voiceEquivalent REST API path
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-keyword-share-of-voice/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-keyword-share-of-voice-1",
"method": "tools/call",
"params": {
"name": "nexscope_amazon_keyword_share_of_voice",
"arguments": {
"keyword": "phone case",
"marketplace": "us"
}
}
}REST API equivalent
POST /api/skill-api/v1/runhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-keyword-share-of-voice/runCanonical detail URL
https://www.nexscope.ai/mcp-map/amazon-keyword-share-of-voiceArguments
| Name | Type | Required | Meaning |
|---|---|---|---|
marketplace | string | required | Target marketplace code. Options: us, uk, de, in, ca, fr, it, es, mx, jp Example: us |
keyword | string | required | Keyword to query Example: phone case |
Response fields
Treat structuredContent as the programmatic API response payload.
| Name | Type | Required | Meaning |
|---|---|---|---|
costToken | integer | optional | Tokens consumed Example: 1 |
shareOfVoice | object | optional | Share of Voice data body Example: {} |
id | string | optional | Resource identifier Example: example-id |
type | string | optional | Fixed value share_of_voice Example: {} |
estimated30DaySearchVolume | integer | optional | Exact match search volume over the past 30 days Example: 1 |
exactSuggestedBidMedian | number | optional | PPC bid median (USD) Example: 1 |
productCount | integer | optional | Total product count in the first 3 pages of search results Example: 1 |
updatedAt | string | optional | Data update time Example: 2026-01-01 |
topAsinsModelStartDate | string | optional | TOP ASIN click/conversion data window start date Example: B072MQ5BRX |
topAsinsModelEndDate | string | optional | TOP ASIN click/conversion data window end date Example: B072MQ5BRX |
brands | array | optional | Brand SOV detail list Example: [] |
topAsins | array | optional | TOP 3 ASIN click and conversion list Example: [] |
brands[].brand | string | optional | Brand name Example: {} |
brands[].organicProducts | integer | optional | Number of products in organic search results Example: 1 |
brands[].sponsoredProducts | integer | optional | Number of products in ad placements Example: 1 |
brands[].combinedProducts | integer | optional | Combined product count Example: 1 |
brands[].organicBasicSov | number | optional | Organic basic SOV (0-1) Example: 1 |
brands[].organicWeightedSov | number | optional | Organic weighted SOV (0-1) Example: 1 |
brands[].sponsoredBasicSov | number | optional | Sponsored basic SOV (0-1) Example: 1 |
brands[].sponsoredWeightedSov | number | optional | Sponsored weighted SOV (0-1) Example: 1 |
brands[].combinedBasicSov | number | optional | Combined basic SOV (0-1) Example: 1 |
brands[].combinedWeightedSov | number | optional | Combined weighted SOV (0-1) Example: 1 |
brands[].organicAveragePosition | number | optional | Average organic search rank position Example: 1 |
brands[].sponsoredAveragePosition | number | optional | Average sponsored search rank position Example: 1 |
brands[].combinedAveragePosition | number | optional | Combined average rank position Example: 1 |
brands[].organicAveragePrice | number | optional | Average organic search product price Example: 1 |
brands[].sponsoredAveragePrice | number | optional | Average sponsored search product price Example: 1 |
brands[].combinedAveragePrice | number | optional | Combined average product price Example: 1 |
topAsins[].asin | string | optional | ASIN number Example: B072MQ5BRX |
topAsins[].name | string | optional | Product name Example: {} |
topAsins[].brand | string | optional | Brand name Example: {} |
topAsins[].clicks | integer | optional | Click volume (30-day window) Example: 1 |
topAsins[].conversions | integer | optional | Conversion volume (30-day window) Example: 1 |
topAsins[].conversionRate | number | optional | Conversion rate (0-1) Example: 1 |
errcode | integer | optional | Upstream status code returned by the provider. Example: {} |
errmsg | string | optional | Upstream status message returned by the provider. Example: {} |
code | string | optional | Provider-specific status code. Example: {} |
msg | string | optional | Provider-specific status message. 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: {} |
costTime | integer | optional | Execution time reported by the upstream provider. 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",
"marketplace": "us"
}Example structuredContent
{
"costToken": 1,
"shareOfVoice": {},
"id": "example-id",
"estimated30DaySearchVolume": 1,
"exactSuggestedBidMedian": 1,
"productCount": 1,
"updatedAt": "2026-01-01",
"topAsinsModelStartDate": "B072MQ5BRX",
"topAsinsModelEndDate": "B072MQ5BRX",
"brands": [
{
"organicProducts": 1,
"sponsoredProducts": 1,
"combinedProducts": 1,
"organicBasicSov": 1,
"organicWeightedSov": 1,
"sponsoredBasicSov": 1,
"sponsoredWeightedSov": 1,
"combinedBasicSov": 1,
"combinedWeightedSov": 1,
"organicAveragePosition": 1,
"sponsoredAveragePosition": 1,
"combinedAveragePosition": 1,
"organicAveragePrice": 1,
"sponsoredAveragePrice": 1,
"combinedAveragePrice": 1
}
],
"topAsins": [
{
"asin": "B072MQ5BRX",
"clicks": 1,
"conversions": 1,
"conversionRate": 1
}
]
}