Developer Tools
seoz.io
Provides website crawling and technical SEO analysis, including checking for broken links, metadata, redirects, indexability, and performance metrics.
ENDPOINT 1
https://crawl.seoz.io/api/mcp
MCP server metadata
- Name
- seoz-crawler
- Version
- 1.0.0
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_urlCrawl 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-onlycrawl_projectRun a crawl on one of the authenticated user's saved crawler projects (persistent, higher page quota than crawl_url).
Inferred read-onlylist_pagesList crawled pages for a job with URL, HTTP status, title, meta description, H1, response time, indexability, inlinks and crawl depth.
Inferred read-onlylist_issuesList 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 effectsget_redirect_chainsList redirect chains (2+ hops or loops) found in a crawl — the URL, the full chain, hop count and whether it loops.
Inferred read-onlylist_projectsList the authenticated user's saved crawler projects (id, name, root URL, last crawl time).
Inferred read-onlycreate_projectCreate a new saved crawler project for a website so it can be crawled repeatedly and tracked over time.
Potential side effectsCONNECT 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.
seoz.io is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.