Browser Tools
handsofflinks.com
Fetches a live web page and determines whether a given link on it is followable by a web crawler.
ENDPOINT 1
https://handsofflinks-mcp.lipmichal.workers.dev
MCP server metadata
- Name
- com.handsofflinks/link-followability
- Version
- 1.0.0
Fetches a page and reports whether a specific link on it is followable, combining X-Robots-Tag, robots meta tags and anchor rel tokens with most-restrictive-wins.
Known tools 1
check_link_followabilityFetch a live web page and decide whether a link on it is followable by a crawler.
Inferred read-onlyCONNECT 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.com-handsofflinks-link-followability]
url = "https://handsofflinks-mcp.lipmichal.workers.dev"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-handsofflinks-link-followability": {
"type": "http",
"url": "https://handsofflinks-mcp.lipmichal.workers.dev"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-handsofflinks-link-followability
Remote MCP URL: https://handsofflinks-mcp.lipmichal.workers.dev
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": {
"com-handsofflinks-link-followability": {
"url": "https://handsofflinks-mcp.lipmichal.workers.dev"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-handsofflinks-link-followability": {
"type": "http",
"url": "https://handsofflinks-mcp.lipmichal.workers.dev"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-handsofflinks-link-followability",
"transport": "streamable-http",
"url": "https://handsofflinks-mcp.lipmichal.workers.dev"
}
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 workers.dev was fetched 2026-08-25T16:44:24.083Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.