Search & Trend Intelligence
Category-based Keyword Ideas MCP Tool
Category-based Keyword Ideas with explicit missing evidence and bounded keyword inputs. Uses one fixed DataForSEO task. Schema C1-1.0. Idempotent calls preserve original input order. Free owner-only retrieval: GET /api/skill-api/v1/skills/seo-keyword-ideas/calls/{callId} or nexscope_seo_call_result. Results retained seven days. Missing values are not zero. No execution or publication is implied.
nexscope_seo_keyword_ideas/api/skill-api/v1/mcptools/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": "seo-keyword-ideas-1",
"method": "tools/call",
"params": {
"name": "nexscope_seo_keyword_ideas",
"arguments": {}
}
}POST /api/skill-api/v1/mcphttps://www.nexscope.ai/mcp-map/seo-keyword-ideasArguments
Response fields
Treat structuredContent as the programmatic API response payload.
| Name | Type | Required | Description |
|---|---|---|---|
data | any | required | Data value used by this API operation. |
code | integer | required | 0 means accepted or successful; nonzero is a platform error. |
msg | string | null | required | Msg value used by this API operation. |
ts | string | required | Epoch milliseconds. |
time | string | required | Server local time: yyyy-MM-dd HH:mm:ss. |
cost | string | required | Elapsed milliseconds, never credits; -1 outside web requests. |
traceId | string | null | required | Trace id value used by this API operation. |
Any of option 1
| Name | Type | Required | Description |
|---|---|---|---|
data | any | required | Data value used by this API operation. |
One of option 1 — requires callId, status, result
| Name | Type | Required | Description |
|---|---|---|---|
data | object | required | Data value used by this API operation. |
data.callId | string | required | Call id value used by this API operation. |
data.schemaVersion | string | optional | Schema version value used by this API operation. |
data.status | string | required | Status value used by this API operation. |
data.source | string | optional | Source value used by this API operation. |
data.requestedAt | string | integer | null | optional | Requested at value used by this API operation. |
data.completedAt | string | integer | null | optional | Completed at value used by this API operation. |
data.coverage | object | null | optional | Coverage value used by this API operation. |
data.usage | object | null | optional | Usage value used by this API operation. |
data.usage.billingStatus | string | null | optional | Billing status value used by this API operation. |
data.usage.chargedCredits | string | integer | null | optional | Charged credits value used by this API operation. |
data.result | any | required | Result value used by this API operation. |
Any of option 1 — requires seeds, market, language, relationSource, requestedLimit, returnedCount, items, missing
| Name | Type | Required | Description |
|---|---|---|---|
data.result | object | required | Result value used by this API operation. |
data.result.seeds | array | required | Seeds value used by this API operation. Minimum items: 1 Maximum items: 20 |
data.result.seeds[] | string | required | Item in data result seeds. |
data.result.market | string | required | Market value used by this API operation. Constant: US |
data.result.language | string | required | Language value used by this API operation. Constant: en |
data.result.relationSource | string | required | Relation source value used by this API operation. Constant: category |
data.result.requestedLimit | integer | required | Requested limit value used by this API operation. Minimum: 1 Maximum: 20 |
data.result.returnedCount | integer | required | Returned count value used by this API operation. Minimum: 0 Maximum: 20 |
data.result.items | array | required | Items value used by this API operation. Minimum items: 0 Maximum items: 20 |
data.result.items[] | object | required | Item in data result items. |
data.result.items[].keyword | string | required | Keyword value used by this API operation. Minimum length: 1 |
data.result.items[].categoryIds | array | required | Category ids value used by this API operation. |
data.result.items[].categoryIds[] | integer | required | Item in data result items[] categoryIds. Minimum: 1 Maximum: 2147483647 |
data.result.items[].searchVolume | integer | null | required | Search volume value used by this API operation. Minimum: 0 |
data.result.items[].cpcUsd | string | null | required | Cpc usd value used by this API operation. Pattern: ^(0|[1-9][0-9]*)(\.[0-9]+)?$ |
data.result.items[].competition | number | null | required | Competition value used by this API operation. Minimum: 0 Maximum: 1 |
data.result.items[].missing | array | required | Missing value used by this API operation. |
data.result.items[].missing[] | object | required | Item in data result items[] missing. |
data.result.items[].missing[].field | string | required | Field value used by this API operation. Minimum length: 1 |
data.result.items[].missing[].reason | string | required | Reason value used by this API operation. Allowed: UPSTREAM_FIELD_MISSING, UPSTREAM_KEYWORD_MISSING, UPSTREAM_FIELD_INVALID, DUPLICATE_UPSTREAM_KEYWORD |
data.result.missing | array | required | Missing value used by this API operation. |
data.result.missing[] | object | required | Item in data result missing. |
data.result.missing[].field | string | required | Field value used by this API operation. Minimum length: 1 |
data.result.missing[].reason | string | required | Reason value used by this API operation. Allowed: UPSTREAM_FIELD_MISSING, UPSTREAM_KEYWORD_MISSING, UPSTREAM_FIELD_INVALID, DUPLICATE_UPSTREAM_KEYWORD |
Any of option 2
| Name | Type | Required | Description |
|---|---|---|---|
data.result | null | required | Result value used by this API operation. |
One of option 2 — requires callId, status, reason, retryable
| Name | Type | Required | Description |
|---|---|---|---|
data | object | required | Data value used by this API operation. |
data.reason | string | required | Reason value used by this API operation. |
data.callId | string | null | required | Call id value used by this API operation. |
data.status | string | required | Status value used by this API operation. |
data.retryable | boolean | required | Retryable value used by this API operation. |
data.taskId | string | null | optional | Task id value used by this API operation. |
Any of option 2
| Name | Type | Required | Description |
|---|---|---|---|
data | null | required | Data value used by this API operation. |
Examples
Example arguments
{}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
}