io.github.carlosofscience/bulk-url-checker
io.github.carlosofscience/bulk-url-checkerValidate up to 75,000 URLs per job (status, redirects, response times). OAuth 2.1.
Tools · 5
Submit a list of URLs to be checked. Returns a job_id that can be polled via get_job_status or fetched via get_job_results. For up to ~200 URLs this tool waits for completion (up to 60 seconds) and re…
Get the current status and progress of a job.
Fetch paginated results for a job. Each result has the URL, HTTP status code (null if unreachable), response time in ms, and an error message if the check failed.
List domains this API key's owner has proven ownership of. Verified domains are checked substantially faster than unverified ones. If you are repeatedly checking a single site the user owns and it is …
Return the current credit balance for this API key.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.carlosofscience/bulk-url-checker": {
"url": "https://mcp.bulkurlchecker.com/mcp",
"transport": "streamable-http"
}
}
}