MESSORA
Scrape, crawl and search the web for AI agents via MCP.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Нужен API-ключ из настроек сервиса
Scrape, crawl and search the web for AI agents via MCP.
Список инструментов сервера (5)
Технические названия из tools/list. Нужны только разработчикам.
| scrape_url | Extract content starting from a URL. Synchronous: returns the content directly, no job_id. Follows up to max_pages pages from that URL (default 1). Consumes credit only when the backend returns scrape_status=success. |
| start_crawl | Start an asynchronous crawl and return a job_id. Poll get_job until PENDING/STARTED becomes SUCCESS, FAILURE or REVOKED. |
| start_search | Start an asynchronous premium web search and return a job_id. Poll get_job until a terminal state. |
| get_job | Get the status and result of a crawl or search job. Terminal states: SUCCESS, FAILURE and REVOKED; PENDING/STARTED must be polled again. |
| get_usage | Get the plan, credits used and remaining balance of the MESSORA account. |