LinkPulse
Official4 toolsby walkojas-boop
URL reality check for agents: status, content hash, classification, wayback fallback.
Verify URLs by checking status, content hash, classification, with Wayback Machine fallback.
Captured live from the server via tools/list.
linkpulse_check
Fetch a URL and return its current state: HTTP status, final URL after redirects, SHA-256 content hash, classification, readability score, title/meta-description, and wayback archive fallback if dead. Cached 10 minutes.
Parameters (5)
- urlstringrequired
- force_freshboolean
- timeout_msinteger
- max_bytesinteger
- include_body_sampleboolean
If true, return first 1KB of body text.
linkpulse_diff
Re-check a URL and tell you whether its content hash has changed since a previous hash you supply. Returns boolean + new hash.
Parameters (2)
- urlstringrequired
- previous_hashstringrequired
linkpulse_resolve
Resolve redirect chain for a URL without downloading the full body. Returns final URL + redirect count.
Parameters (1)
- urlstringrequired
linkpulse_classify
Classify content you already have (status code + content-type + body sample) without an outbound fetch. Useful if your agent already fetched the URL via another tool.
Parameters (3)
- statusintegerrequired
- content_typestringrequired
- body_samplestringrequired
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://linkpulse-neon.vercel.app/mcpclaude_desktop_config.json
{
"mcpServers": {
"linkpulse": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://linkpulse-neon.vercel.app/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.