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
research
Run an autonomous deep-research agent over a topic and return a comprehensive markdown report with 50+ verified sources and inline citations. Searches the web, X/Twitter, GitHub, academic papers, and crypto/DeFi data in parallel, then synthesizes a cited answer.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
query |
string | yes | The research question or topic to investigate. |
mode |
string | no | deep = exhaustive multi-source search; quick = fast shallow answer; crypto = on-chain/DeFi-specialized research. |
Raw JSON schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "The research question or topic to investigate.",
"minLength": 3
},
"mode": {
"type": "string",
"enum": [
"deep",
"quick",
"crypto"
],
"default": "deep",
"description": "deep = exhaustive multi-source search; quick = fast shallow answer; crypto = on-chain/DeFi-specialized research."
}
},
"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…