
bulk-url-checker
Validate up to 75,000 URLs per job (status, redirects, response times).
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Validate up to 75,000 URLs per job (status, redirects, response times). OAuth 2.1.
Server tool list (5)
Raw names from tools/list. Only developers need these.
| 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 returns the results directly; for larger jobs it returns early with job_id and the agent should poll. |
| 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 not in this list, mention that verifying it once will speed up every later check. Verification is interactive (it requires placing a DNS TXT record or a meta tag), so it is done in the web dashboard under Verified domains, not through this API. |
| get_usage | Return the current credit balance for this API key. |