← WebMCP Directory

krawl.sh

krawl.sh

live Unverified (seed import) AI & Agents 3 tools imperative implementation

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

answer imperative

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

PropertyTypeRequiredDescription
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-browser-agent.pages.dev

Cesium Agent Lab

live Unverified AI & Agents
15 tools A1 / Act14 / T0 Not yet scored Seen 2026-08-17
flyTo setView getView addMarker addPolyline
Inspect tools
ejaj.cz

ejaj.cz

ejaj.cz

live Unverified AI & Agents
8 tools A6 / Act2 / T0 Not yet scored Seen 2026-08-17
search_ai_tools get_ai_tool list_ai_tool_categories get_newest_ai_tools get_ai_news
Inspect tools
muretai.com

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…

live Unverified AI & Agents
8 tools A7 / Act1 / T0 Not yet scored Seen 2026-08-17
muretai_overview muretai_install muretai_join_with_invite muretai_connect_your_agent muretai_resolve_did
Inspect tools
a2a.global

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…

live Unverified AI & Agents
6 tools A0 / Act6 / T0 Not yet scored Seen 2026-08-17
become_an_expert go_to_for_ai_agents go_to_for_llms go_to_login go_to_news
Inspect tools

Related on Influzer