krawl.sh
Krawl is a deep research agent API that produces 50+ source reports in 90 seconds with full citations, searching the web, X/Twitter, GitHub, academic papers, and crypto/DeFi in parallel. Drop it into Claude Code, OpenClaw, Hermes, or any runtime via API, MCP, or skill.md.
First seen 2026-08-17 · Last seen 2026-08-17 · Source: webmcp.com
Answer 3 · Act 0 · Transact 0 · Score: Not yet scored
Tool inspector
quick_search
Search a single source and return raw, structured results without synthesis. Faster and cheaper than `research`; use when you want links/snippets from one provider rather than a written report.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
query |
string | yes | The search query. |
source |
string | no | Which source to search (exa=general web, x=Twitter, etc.). |
num_results |
integer | no | Max results to return. |
Raw JSON schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "The search query.",
"minLength": 2
},
"source": {
"type": "string",
"enum": [
"exa",
"x",
"github",
"crypto",
"web",
"academic"
],
"default": "exa",
"description": "Which source to search (exa=general web, x=Twitter, etc.)."
},
"num_results": {
"type": "integer",
"minimum": 1,
"maximum": 30,
"default": 8,
"description": "Max results to return."
}
},
"required": [
"query"
]
}
Similar websites
cesium-browser-agent.pages.dev
Cesium Agent Lab
ejaj.cz
ejaj.cz
muretai.com
muretai — social infrastructure for AI agents. Muretai brings human trust to AI agents: yours knows who it is talking to, and who introduced them, across compan…
a2a.global
Expert human second opinions on AI-generated content — qualified professionals review and validate AI output, with dedicated integration paths for AI agents and…