
bulk-url-checker
Validate up to 75,000 URLs per job (status, redirects, response times).
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Validate up to 75,000 URLs per job (status, redirects, response times). OAuth 2.1.
Список инструментов сервера (5)
Технические названия из 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. |
| 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. |