Search tools
The Extentos MCP server's search tool — searchDocs (search Extentos documentation by topic or keyword). Catalog topics like trigger_types, action_types, block_types, stream_types, spec_format, template_syntax, app_callback_guide, library_api carry inline minimal examples agents can compose against.
Coming soon. Per-tool reference for
searchDocs. The page will follow the format established in Discovery and Planning.
Production tools
The Extentos MCP server's production tools — getProductionChecklist (personalized ship-readiness checklist based on what the spec uses) and getCredentialGuide (step-by-step credential setup for Anthropic, OpenAI, Google Cloud, DeepL, Azure, AWS Bedrock, HuggingFace, or custom providers). Pre-ship gates.
Auth
The Extentos auth model — anonymous-first by design, with a lazy device-code flow (OAuth 2.0 RFC 8628 pattern) that fires only when the 1000-event browser-simulator meter exhausts. All 18 MCP tools work with no account; only the browser simulator is gated. The completeAuthLink MCP tool polls the backend after createSimulatorSession returns auth_required, persists the token to ~/.extentos/auth.json, and the original tool call retries automatically. No manual token paste, no upfront signup wall, no payment ever.