Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.accruedev-com]
url = "https://seo.accruedev.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"accruedev-com": {
"type": "http",
"url": "https://seo.accruedev.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: accruedev-com
Remote MCP URL: https://seo.accruedev.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"accruedev-com": {
"url": "https://seo.accruedev.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"accruedev-com": {
"type": "http",
"url": "https://seo.accruedev.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "accruedev-com",
"transport": "streamable-http",
"url": "https://seo.accruedev.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
seo_quick_audit— Quick SEO audit of a single page.seo_check_schema— Detect and validate JSON-LD structured data on a page.seo_check_meta— Check title, meta description, OG tags, canonical, and robots directives.seo_usage— Check remaining audit credits and current plan status.seo_audit_status— Check the progress and results of an async deep audit job.seo_check_performance— Core Web Vitals analysis via Google PageSpeed Insights.seo_check_content— E-E-A-T and content quality analysis powered by AI.seo_check_local— Local SEO signals: NAP consistency, LocalBusiness schema, GBP indicators.