Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-11-25 streamable-http

io.github.carlosofscience/bulk-url-checker

io.github.carlosofscience/bulk-url-checker

Validate up to 75,000 URLs per job (status, redirects, response times). OAuth 2.1.

Uptime
100.0%
1 direct probes · 30d
Response
510ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

submit_urls

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_job_status

Get the current status and progress of a job.

get_job_results

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.

get_verified_domains

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 …

get_usage

Return the current credit balance for this API key.

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"
    }
  }
}