Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

MESSORA

dev.messora/messora

Scrape, crawl and search the web for AI agents via MCP.

Uptime
100.0%
3 direct probes · 30d
Response
1217ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

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…

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.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "messora": {
      "url": "https://mcp.messora.dev/mcp",
      "transport": "streamable-http"
    }
  }
}