MCP.so
登录

SEO Tools MCP Server

@Dipankershah

关于 SEO Tools MCP Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

Dipankershah

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is SEO Tools MCP Server?

The SEO Tools MCP Server is a stdio-based MCP server that allows LLMs to interact with DataForSEO API functions and other SEO tools for tasks like SEO analysis, keyword research, and backlink analysis.

How to use SEO Tools MCP Server?

Clone the repository, install dependencies with npm install, build with npm run build, set environment variables for authentication (DATAFORSEO_LOGIN and DATAFORSEO_PASSWORD; optionally LOCALFALCON_API_KEY), then run with npm start. The server communicates via stdio and can be integrated with LLMs like Claude.

Key features of SEO Tools MCP Server

  • Comprehensive coverage of DataForSEO API endpoints
  • Optional integration with Local Falcon for local ranking analysis
  • Stdio transport for easy integration with LLM platforms
  • Authentication handling and detailed error reporting
  • Type-safe tool definitions using Zod schemas
  • Extensible architecture for adding new API integrations

Use cases of SEO Tools MCP Server

  • Perform keyword research and get search volume data via natural language
  • Analyze backlink profiles and referring domains for a website
  • Run local SEO grid searches to check business rankings in specific areas
  • Conduct on-page audits and technical SEO checks
  • Gather e-commerce data from Amazon and Google Shopping through the Merchant API

FAQ from SEO Tools MCP Server

What APIs does the SEO Tools MCP Server support?

It fully supports the DataForSEO API (SERP, Keywords, Labs, Backlinks, OnPage, Domain Analytics, Content Analysis, Content Generation, Merchant, App Data, Business Data) and optionally the Local Falcon API for local ranking analysis.

How do I authenticate with the server?

Set the environment variables DATAFORSEO_LOGIN and DATAFORSEO_PASSWORD for DataForSEO. For Local Falcon, set LOCALFALCON_API_KEY (and optionally LOCALFALCON_API_URL).

What transport protocol does the server use?

The server uses stdio (standard input/output) as its transport layer.

Can I add support for other SEO APIs?

Yes, the server is designed to be extensible. You can create a new integration directory in src/api/, implement client handling and tool registration, then add it to src/index.ts and handle authentication via environment variables.

Does the server require any external runtime?

It requires Node.js and npm for installation and building. The server is built from TypeScript source.

评论

其他 分类下的更多 MCP 服务器