← abbyseo.com

INDIVIDUAL MCP TOOL

get_scan_results

Fetch the full structured scan findings.

abbyseo.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.abbyseo.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_scan_results and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

abbyseo.com

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.abbyseo]
url = "https://www.abbyseo.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "abbyseo": {
      "type": "http",
      "url": "https://www.abbyseo.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: abbyseo
Remote MCP URL: https://www.abbyseo.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": {
    "abbyseo": {
      "url": "https://www.abbyseo.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "abbyseo": {
      "type": "http",
      "url": "https://www.abbyseo.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "abbyseo",
  "transport": "streamable-http",
  "url": "https://www.abbyseo.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • submit_scan — Queue an SEO scan of a website URL.
  • get_scan_status — Check whether a queued scan has completed.
  • purchase_report — Start a purchase of the full paid SEO Remediation Guide for a COMPLETE scan ($8.
  • get_remediation_plan — Retrieve the full paid remediation plan for a purchased scan, as a Markdown runbook built for an AI coding agent to execute.
  • get_purchase_status — Lightweight poll for whether a scan's paid remediation report is ready, WITHOUT downloading the full plan.
  • find_my_reports — Look up a user's recent SEO scans by the email they used — for RETURNING users who don't have a scan_id handy (scanned/purchased earlier or on the website).
  • how_to_use — Returns a plain-English usage guide for this server — example requests, what it asks the user for, and the available tools.