MESSORA
Scrape, crawl and search the web for AI agents via MCP.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
An API key from the service settings is required
Scrape, crawl and search the web for AI agents via MCP.
Server tool list (5)
Raw names from tools/list. Only developers need these.
| 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. |