Search & Trend Intelligence
SEO Page Evidence MCP Tool
Bounded page evidence with separate collection snapshots and missing reasons. Calls are idempotent by user, slug and UUID key. Free owner-only result retrieval: GET /api/skill-api/v1/skills/seo-page-evidence/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.
nexscope_seo_page_evidence/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-page-evidence-1",
"method": "tools/call",
"params": {
"name": "nexscope_seo_page_evidence",
"arguments": {
"url": "https://example.com/"
}
}
}POST /api/skill-api/v1/mcphttps://www.nexscope.ai/mcp-map/seo-page-evidenceArguments
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. |
data.reason | string | optional | Stable reason on errors 42001 through 42011; accepted errors retain callId. |
data.retryable | boolean | optional | Retryable value used by this API operation. Constant: false |
Any of option 1
| Name | Type | Required | Description |
|---|---|---|---|
data.result | object | required | Result value used by this API operation. |
data.result.requestedUrl | string | null | optional | Requested url value used by this API operation. |
data.result.snapshots | array | optional | Snapshots value used by this API operation. |
data.result.snapshots[] | object | required | Item in data result snapshots. |
data.result.snapshots[].id | string | null | optional | Id value used by this API operation. |
data.result.snapshots[].sourceEndpoint | string | null | optional | Source endpoint value used by this API operation. |
data.result.snapshots[].capturedAt | integer | null | optional | Captured at value used by this API operation. |
data.result.snapshots[].status | string | null | optional | Status value used by this API operation. |
data.result.snapshots[].finalUrl | string | null | optional | Final url value used by this API operation. |
data.result.snapshots[].evidence | any | optional | Evidence value used by this API operation. |
data.result.snapshots[].missing | array | optional | Missing value used by this API operation. |
data.result.snapshots[].missing[] | object | required | Item in data result snapshots[] missing. |
data.result.snapshots[].missing[].field | string | null | optional | Field value used by this API operation. |
data.result.snapshots[].missing[].reason | string | null | optional | Reason value used by this API operation. |
Any of option 1
| Name | Type | Required | Description |
|---|---|---|---|
data.result.snapshots[].evidence | object | optional | Evidence value used by this API operation. |
data.result.snapshots[].evidence.httpStatus | integer | null | optional | Http status value used by this API operation. |
data.result.snapshots[].evidence.title | string | null | optional | Title value used by this API operation. |
data.result.snapshots[].evidence.description | string | null | optional | Description value used by this API operation. |
data.result.snapshots[].evidence.canonical | string | null | optional | Canonical value used by this API operation. |
data.result.snapshots[].evidence.h1 | array | optional | H1 value used by this API operation. |
data.result.snapshots[].evidence.h1[] | string | null | required | Item in data result snapshots[] evidence h1. |
data.result.snapshots[].evidence.metaRobots | array | optional | Meta robots value used by this API operation. |
data.result.snapshots[].evidence.metaRobots[] | string | null | required | Item in data result snapshots[] evidence metaRobots. |
data.result.snapshots[].evidence.textLength | integer | null | optional | Text length value used by this API operation. |
data.result.snapshots[].evidence.html | object | optional | Html value used by this API operation. |
data.result.snapshots[].evidence.html.content | string | null | optional | Content value used by this API operation. |
data.result.snapshots[].evidence.html.truncated | boolean | optional | Truncated value used by this API operation. |
data.result.snapshots[].evidence.html.sha256 | string | null | optional | Sha256 value used by this API operation. |
Any of option 2
| Name | Type | Required | Description |
|---|---|---|---|
data.result.snapshots[].evidence | object | optional | Evidence value used by this API operation. |
data.result.snapshots[].evidence.title | string | null | optional | Title value used by this API operation. |
data.result.snapshots[].evidence.text | string | null | optional | Text value used by this API operation. |
data.result.snapshots[].evidence.links | array | optional | Links value used by this API operation. |
data.result.snapshots[].evidence.links[] | object | required | Item in data result snapshots[] evidence links. |
data.result.snapshots[].evidence.links[].url | string | null | optional | Url value used by this API operation. |
data.result.snapshots[].evidence.links[].text | string | null | optional | Text value used by this API operation. |
data.result.snapshots[].evidence.textTruncated | boolean | optional | Text truncated value used by this API operation. |
data.result.snapshots[].evidence.linksTruncated | boolean | optional | Links truncated value used by this API operation. |
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
{
"url": "https://example.com/"
}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
}