MESSORA
dev.messora/messoraScrape, crawl and search the web for AI agents via MCP.
Tools · 5
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 an asynchronous crawl and return a job_id. Poll get_job until PENDING/STARTED becomes SUCCESS, FAILURE or REVOKED.
Start an asynchronous premium web search and return a job_id. Poll get_job until a terminal state.
Get the status and result of a crawl or search job. Terminal states: SUCCESS, FAILURE and REVOKED; PENDING/STARTED must be polled again.
Get the plan, credits used and remaining balance of the MESSORA account.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"messora": {
"url": "https://mcp.messora.dev/mcp",
"transport": "streamable-http"
}
}
}