SEO Toolkit MCP
SEO Toolkit MCP
用于Ahrefs免费工具数据的MCP服务器:外链、关键词研究、关键词难度和流量估算。
前提条件
Bun 1.3或更高版本
一个CapSolver API密钥
Related MCP server: SEO Research MCP
设置
bun install
CAPSOLVER_API_KEY="your-capsolver-api-key" bun run build运行服务器:
CAPSOLVER_API_KEY="your-capsolver-api-key" bun run src/index.ts与MCP客户端配合使用
从npm安装
{
"mcpServers": {
"SEO Toolkit MCP": {
"command": "bunx",
"args": ["@qexle/seo-mcp"],
"env": {
"CAPSOLVER_API_KEY": "your-capsolver-api-key"
}
}
}
}本地构建
{
"mcpServers": {
"SEO Toolkit MCP": {
"command": "bun",
"args": ["/absolute/path/to/seo-mcp/dist/index.js"],
"env": {
"CAPSOLVER_API_KEY": "your-capsolver-api-key"
}
}
}
}工具
get_backlinks_list(domain)keyword_generator(keyword, country = "us", search_engine = "Google")get_traffic(domain_or_url, country = "None", mode = "subdomains")keyword_difficulty(keyword, country = "us")
工具将签名缓存到工作目录中的 signature_cache.json 文件中。
开发
bun test # fails if coverage drops below 100%
bun run typecheck
bunx oxlint .
bun run build许可证
MIT。参见 LICENSE。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCquality-maintenanceEnables AI assistants to interact with DataForSEO APIs and obtain SEO data including SERP results, keyword research, on-page metrics, backlink analysis, and domain analytics through a standardized interface.767,409
- AlicenseBqualityCmaintenanceEnables AI coding assistants to perform SEO research tasks including backlink analysis, keyword research, traffic estimation, and keyword difficulty analysis using Ahrefs data directly within IDEs.4188MIT
- AlicenseBqualityDmaintenanceEnables AI-powered IDEs to perform SEO research including backlink analysis, keyword generation, traffic estimation, and keyword difficulty using Ahrefs data and CapSolver for CAPTCHA solving.4MIT
- Alicense-qualityFmaintenanceConnects AI assistants to SEO APIs for backlinks analysis, keyword research, and traffic analysis.1228MIT
Related MCP Connectors
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Open-source SEO manager for coding agents: keyword research, content PRs, rank + Search Console.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/QexleOSS/seo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server