io.github.carlosofscience/bulk-url-checker
https://mcp.bulkurlchecker.com/mcpskills: {'id': 'submit_urls', 'name': 'submit_urls', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_job_status', 'name': 'get_job_status', 'description': 'Get the current status and progress of a job.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_job_results', 'name': 'get_job_results', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_usage', 'name': 'get_usage', 'description': 'Return the current credit balance for this API key.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 154.2ms; conformance: pass
How to connect
https://mcp.bulkurlchecker.com/mcp
curl -X POST https://mcp.bulkurlchecker.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'