A
AbbySEO
SEO scanning MCP exposing tools for URL audits and structured findings across technical and on-page signals.
Share:
About
SEO scanning MCP exposing tools for URL audits and structured findings across technical and on-page signals.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about AbbySEO.
- What is AbbySEO and what does it do?
- AbbySEO is a Model Context Protocol (MCP) server that provides tools for SEO audits. It scans URLs and returns structured findings related to technical and on-page SEO signals, helping developers identify and resolve SEO issues.
- How can I install AbbySEO in a client like Cline?
- To use AbbySEO with a client like Cline, you would typically add it as a new server definition. The transport type is standard I/O (stdio), so the client would interact with a local process or script that implements the AbbySEO MCP.
- Are API keys or other credentials required to use AbbySEO?
- No, AbbySEO does not require API keys, OAuth, or any other credentials. Its authentication type is listed as 'none', indicating that you can use its functionality without special authorization.
- What specific SEO capabilities does AbbySEO offer?
- AbbySEO specializes in URL audits, providing detailed insights into various SEO signals. It helps in identifying technical SEO problems and analyzing on-page content for optimization opportunities, presenting findings in a structured format.
- What are the cost and licensing implications of using AbbySEO?
- The input does not specify cost or licensing. It depends on the AbbySEO deployment. If it's open-source, it might be free to use; otherwise, commercial licensing may apply per the provider's terms.
- What is a potential limitation when using AbbySEO?
- A potential limitation is that AbbySEO uses standard I/O for transport, which generally means it runs locally. This might not be suitable for large-scale, distributed crawl and audit operations without additional infrastructure to manage processes.
Install AbbySEO
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"abbyseo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-abbyseo"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"abbyseo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-abbyseo"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"abbyseo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-abbyseo"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.