← Registry

Developer Tools

seoz.io

Provides website crawling and technical SEO analysis, including checking for broken links, metadata, redirects, indexability, and performance metrics.

1 endpoint8 known toolsFirst detected August 2, 2026Last detected August 2, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
seoz-crawler
Version
1.0.0
Capabilities
tools
Server instructions

SEOZ Crawler — technical SEO site crawling. Call crawl_url for a quick audit of any URL (no key needed), or use an API key from crawl.seoz.io for saved projects, page/issue listings and redirect chains.

Known tools 8

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.

Inferred read-only
crawl_project

Run a crawl on one of the authenticated user's saved crawler projects (persistent, higher page quota than crawl_url).

Inferred read-only
get_crawl

Get the status and full SEO summary for a crawl job by its jobId.

Inferred read-only
list_pages

List crawled pages for a job with URL, HTTP status, title, meta description, H1, response time, indexability, inlinks and crawl depth.

Inferred read-only
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.

Potential side effects
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.

Inferred read-only
list_projects

List the authenticated user's saved crawler projects (id, name, root URL, last crawl time).

Inferred read-only
create_project

Create a new saved crawler project for a website so it can be crawled repeatedly and tracked over time.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for seoz.io was fetched 2026-08-08T13:41:26.205Z.

Trust status Trusted

seoz.io is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.