← seoz.io

INDIVIDUAL MCP TOOL

get_redirect_chains

List redirect chains (2+ hops or loops) found in a crawl — the URL, the full chain, hop count and whether it loops.

seoz.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://crawl.seoz.io/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_redirect_chains 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

seoz.io

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.seoz-crawler]
url = "https://crawl.seoz.io/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "seoz-crawler": {
      "type": "http",
      "url": "https://crawl.seoz.io/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: seoz-crawler
Remote MCP URL: https://crawl.seoz.io/api/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": {
    "seoz-crawler": {
      "url": "https://crawl.seoz.io/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "seoz-crawler": {
      "type": "http",
      "url": "https://crawl.seoz.io/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "seoz-crawler",
  "transport": "streamable-http",
  "url": "https://crawl.seoz.io/api/mcp"
}
MCP Inspector

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

Related tools

  • crawl_url — Crawl any website URL for technical SEO and return a summary: broken links, missing/short/long titles and meta descriptions, HTTP status codes, redirects, indexability, response times and a health score.
  • crawl_project — Run a crawl on one of the authenticated user's saved crawler projects (persistent, higher page quota than crawl_url).
  • get_crawl — Get the status and full SEO summary for a crawl job by its jobId.
  • list_pages — List crawled pages for a job with URL, HTTP status, title, meta description, H1, response time, indexability, inlinks and crawl depth.
  • list_issues — List technical SEO issues found in a crawl (severity, category, issue type, URL, message) — broken links, missing metadata, redirect problems, noindex, slow pages, etc.
  • list_projects — List the authenticated user's saved crawler projects (id, name, root URL, last crawl time).
  • create_project — Create a new saved crawler project for a website so it can be crawled repeatedly and tracked over time.