The remote MCP server at https://mcp.kadoa.com/mcp now works with every major MCP client — not just ChatGPT, Claude.ai, and Cursor. Claude Code, Claude Desktop, Codex, and Gemini CLI can all connect via HTTP with no local install or API key needed.
For Claude Code:
claude mcp add kadoa --transport http https://mcp.kadoa.com/mcp
The create_workflow tool now supports an interval parameter so you can set up recurring extractions directly from your AI assistant:
Available intervals: ONLY_ONCE (default), EVERY_10_MINUTES, HALF_HOURLY, HOURLY, THREE_HOURLY, SIX_HOURLY, TWELVE_HOURLY, EIGHTEEN_HOURLY, DAILY, TWO_DAY, THREE_DAY, WEEKLY, BIWEEKLY, TRIWEEKLY, FOUR_WEEKS, MONTHLY, and REAL_TIME.
Real-time workflows run continuously and cannot be triggered manually via run_workflow.
The update_workflow tool also gained new parameters: description, tags, userPrompt, schedules (cron expressions), and limit.
A new whoami tool shows your current user details, authentication method, and team memberships — useful for confirming which account and team context you're operating under.