Install dataforseo-mcp-server from npm
Install exact version 3.1.1. No verified executable entrypoint is available, so use the package documentation to launch it.
npm install --save-exact dataforseo-mcp-server@3.1.1A Model Context Protocol server that enables Claude to interact with DataForSEO APIs, allowing access to SEO data including SERPs, keyword research, on-page metrics, and domain analytics
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
Install exact version 3.1.1. No verified executable entrypoint is available, so use the package documentation to launch it.
npm install --save-exact dataforseo-mcp-server@3.1.1| Canonical slug | dataforseo-mcp-server-a97b3554 | Deployment | Local Only |
|---|---|---|---|
| Canonical package | npm:dataforseo-mcp-server | Repository | dataforseo/mcp-server-typescript |
| First published | — | Latest release | — |
| Last security verification | Aug 25, 2026 | Classification confidence | 90% |
| Publication | Published | Official distribution | Yes |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| npm | dataforseo-mcp-server | 3.1.1 | 62 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| npmdataforseo-mcp-server | 3.1.1Current | Sep 5, 2026 | 4 toolsSucceeded · 0 resources · 0 prompts | Verified clean |
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
| Provenance | artifact_hash_verified | Signature | — |
|---|---|---|---|
| MCP SDK | — | Artifact SHA-256 | 7a283b417ac96feccf33885cfe5b32f9f9d51f50d176e2946fcd9cc9ec2d705c |
| Scanner | mcp-proof-engine 0.1.0 | Scan completed | Aug 25, 2026 |
| Security rating | — | Methodology | — |
| Tool | Category | Annotations | Risk |
|---|---|---|---|
api_requestMake an authenticated request to the DataForSEO APIInput schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"method": {
"type": "string",
"enum": [
"GET",
"POST",
"PUT",
"DELETE"
],
"description": "HTTP method"
},
"path": {
"description": "API path (e.g. /v3/serp/google/organic/live/regular)",
"type": "string"
},
"url": {
"description": "Full API URL (alternative to path)",
"type": "string"
},
"data": {
"description": "Request body as JSON object or array of task objects"
},
"noAiMode": {
"default": false,
"description": "Disable the .ai path suffix and return the full response schema instead of the AI-optimized subset. Can increase context size significantly. Default: false.",
"type": "boolean"
}
},
"required": [
"method"
]
}Annotations{
"readOnlyHint": false,
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": true
} | — | WritesNon-destructiveNon-idempotentOpen world | — |
docs_indexFetch the DataForSEO API documentation index (llms.txt), optionally filtered by sectionInput schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"section": {
"description": "Filter by API section (e.g. \"SERP API\")",
"type": "string"
}
}
}Annotations{
"readOnlyHint": true,
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": true
} | — | Read onlyNon-destructiveIdempotentOpen world | — |
docs_list_sectionsReturn available DataForSEO API documentation section namesInput schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {}
}Annotations{
"readOnlyHint": true,
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": true
} | — | Read onlyNon-destructiveIdempotentOpen world | — |
docs_searchFetch DataForSEO API documentation from a documentation URLInput schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "Documentation URL or path (e.g. https://docs.dataforseo.com/v3/serp/google/organic/live/regular or serp/google/organic/live/regular)"
},
"needCodeExample": {
"default": false,
"description": "Include multi-language code examples (PHP, Node.js, Python, C#)",
"type": "boolean"
}
},
"required": [
"url"
]
}Annotations{
"readOnlyHint": true,
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": true
} | — | Read onlyNon-destructiveIdempotentOpen world | — |
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
Install the selected package version with: npm install --save-exact dataforseo-mcp-server@3.1.1
DataForSEO MCP Server exposed 4 tools during independent protocol observation, including api_request, docs_index, docs_list_sections, docs_search.
Our scanner tested version 3.1.1 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.
Curated product and capability guides containing this catalog record.