crawlio-mcp
Installation
SKILL.md
Crawlio MCP Server
Crawlio MCP exposes 37 tools (full mode) or 6 tools (code mode) over stdio transport. The server connects to Crawlio.app's ControlServer for live operations and reads local state files for offline access.
Modes
Code Mode (default)
6 tools: search_api, execute_api, trigger_capture, extract_text_from_image, analyze_page, compare_pages. Use search_api to discover endpoints, then execute_api to call them. extract_text_from_image runs Vision OCR locally (no app required). Lower tool count, better for context-constrained clients.
Full Mode (--full)
35 individual tools with typed parameters and annotations. Better for clients that can handle many tools.