← citedy.com
INDIVIDUAL MCP TOOL
check_hreflang_tags
Validate hreflang entries and x-default coverage on a page.
LIVE ENDPOINT
https://www.citedy.com
Connect to this endpoint to inspect the live schema for check_hreflang_tags and invoke it with your own arguments.
Indexed 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 server
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.webmcp]
url = "https://www.citedy.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://www.citedy.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://www.citedy.com
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": {
"webmcp": {
"url": "https://www.citedy.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://www.citedy.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://www.citedy.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
check_robots_txt— Fetch robots.txt for a website and report whether major AI crawlers are allowed or blocked.check_canonical_tag— Check whether a page has a valid canonical link and if it matches the final URL after redirects.validate_json_ld_schema— Fetch a page and validate its JSON-LD structured data (schema.org) scripts.check_xml_sitemap— Validate XML sitemaps and check URL coverage basics for a website.check_redirect_chain— Check redirect chains, loop risks, and final status codes for any URL.check_http_headers— Inspect SEO and cache-critical HTTP response headers for a page URL.analyze_page_links— Count internal and external links, detect nofollow, and review link attributes.preview_open_graph_tags— Preview how a page looks when shared on social media (Open Graph and Twitter Cards).