Nexscope

Search & Trend Intelligence

SEO Keyword Expansion MCP Tool

Deduplicated suggestions and related keywords with source relationships. Calls are idempotent by user, slug and UUID key. Free owner-only result retrieval: GET /api/skill-api/v1/skills/seo-keyword-expand/calls/{callId} or nexscope_seo_call_result. Evidence is retained for seven days. Missing values are not zero. Examples describe structure only and are not measured results.

MCP tool name
nexscope_seo_keyword_expand
Legacy MCP endpoint
/api/skill-api/v1/mcp
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": "seo-keyword-expand-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_seo_keyword_expand",
    "arguments": {
      "keyword": "hiking bottle",
      "market": "US",
      "language": "en"
    }
  }
}
Legacy endpoint
POST /api/skill-api/v1/mcp
Canonical detail URL
https://www.nexscope.ai/mcp-map/seo-keyword-expand

Arguments

No arguments are defined for this tool.

Response fields

Treat structuredContent as the programmatic API response payload.

NameTypeRequiredDescription
dataanyrequired
Data value used by this API operation.
codeintegerrequired
0 means accepted or successful; nonzero is a platform error.
msgstring | nullrequired
Msg value used by this API operation.
tsstringrequired
Epoch milliseconds.
timestringrequired
Server local time: yyyy-MM-dd HH:mm:ss.
coststringrequired
Elapsed milliseconds, never credits; -1 outside web requests.
traceIdstring | nullrequired
Trace id value used by this API operation.

Any of option 1

NameTypeRequiredDescription
dataanyrequired
Data value used by this API operation.

One of option 1 — requires callId, status, result

NameTypeRequiredDescription
dataobjectrequired
Data value used by this API operation.
data.callIdstringrequired
Call id value used by this API operation.
data.schemaVersionstringoptional
Schema version value used by this API operation.
data.statusstringrequired
Status value used by this API operation.
data.sourcestringoptional
Source value used by this API operation.
data.requestedAtstring | integer | nulloptional
Requested at value used by this API operation.
data.completedAtstring | integer | nulloptional
Completed at value used by this API operation.
data.coverageobject | nulloptional
Coverage value used by this API operation.
data.usageobject | nulloptional
Usage value used by this API operation.
data.usage.billingStatusstring | nulloptional
Billing status value used by this API operation.
data.usage.chargedCreditsstring | integer | nulloptional
Charged credits value used by this API operation.
data.resultanyrequired
Result value used by this API operation.
data.reasonstringoptional
Stable reason on errors 42001 through 42011; accepted errors retain callId.
data.retryablebooleanoptional
Retryable value used by this API operation.
Constant: false

Any of option 1

NameTypeRequiredDescription
data.resultobjectrequired
Result value used by this API operation.
data.result.seedstring | nulloptional
Seed value used by this API operation.
data.result.marketstring | nulloptional
Market value used by this API operation.
data.result.languagestring | nulloptional
Language value used by this API operation.
data.result.requestedLimitinteger | nulloptional
Requested limit value used by this API operation.
data.result.returnedCountinteger | nulloptional
Returned count value used by this API operation.
data.result.itemsarrayoptional
Items value used by this API operation.
data.result.items[]objectrequired
Item in data result items.
data.result.items[].keywordstring | nulloptional
Keyword value used by this API operation.
data.result.items[].relationsarrayoptional
Relations value used by this API operation.
data.result.items[].relations[]objectrequired
Item in data result items[] relations.
data.result.items[].relations[].sourcestring | nulloptional
Source value used by this API operation.
data.result.items[].relations[].seedstring | nulloptional
Seed value used by this API operation.
data.result.items[].relations[].depthinteger | nulloptional
Depth value used by this API operation.
data.result.items[].searchVolumeinteger | nulloptional
Search volume value used by this API operation.
data.result.items[].keywordDifficultynumber | nulloptional
Keyword difficulty value used by this API operation.
data.result.items[].missingarrayoptional
Missing value used by this API operation.
data.result.items[].missing[]objectrequired
Item in data result items[] missing.
data.result.items[].missing[].fieldstring | nulloptional
Field value used by this API operation.
data.result.items[].missing[].reasonstring | nulloptional
Reason value used by this API operation.
data.result.sourcesarrayoptional
Sources value used by this API operation.
data.result.sources[]objectrequired
Item in data result sources.
data.result.sources[].sourcestring | nulloptional
Source value used by this API operation.
data.result.sources[].statusstring | nulloptional
Status value used by this API operation.
data.result.sources[].returnedCountinteger | nulloptional
Returned count value used by this API operation.
data.result.sources[].missingReasonstring | nulloptional
Missing reason value used by this API operation.

Any of option 2

NameTypeRequiredDescription
data.resultnullrequired
Result value used by this API operation.

One of option 2 — requires callId, status, reason, retryable

NameTypeRequiredDescription
dataobjectrequired
Data value used by this API operation.
data.reasonstringrequired
Reason value used by this API operation.
data.callIdstring | nullrequired
Call id value used by this API operation.
data.statusstringrequired
Status value used by this API operation.
data.retryablebooleanrequired
Retryable value used by this API operation.
data.taskIdstring | nulloptional
Task id value used by this API operation.

Any of option 2

NameTypeRequiredDescription
datanullrequired
Data value used by this API operation.

Examples

Example arguments

{
  "keyword": "hiking bottle",
  "market": "US",
  "language": "en"
}

Example structuredContent

{
  "data": {
    "status": "PROCESSING",
    "retryable": false,
    "reason": "IN_PROGRESS",
    "callId": "00000000-0000-4000-8000-000000000001"
  },
  "code": 0,
  "msg": null,
  "ts": "0",
  "time": "2026-01-01 00:00:00",
  "cost": "-1",
  "traceId": null
}