io.github.carlosofscience/bulk-url-checker
Official4 toolsValidate up to 75,000 URLs per job (status, redirects, response times). OAuth 2.1.
Validate thousands of URLs and check their status, redirects, and response times.
Captured live from the server via tools/list.
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.
Parameters (1)
- urlsarrayrequired
URLs to check. Each must include http:// or https:// scheme.
get_job_status
Get the current status and progress of a job.
Parameters (1)
- job_idstringrequired
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.
Parameters (3)
- job_idstringrequired
- offsetinteger
- limitinteger
get_usage
Return the current credit balance for this API key.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"bulk-url-checker": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.bulkurlchecker.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.