MCP Server — HTTP Transport, Scheduled Workflows & whoami

3 March 2026
Back to changelog

HTTP transport for all clients

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

Scheduled & real-time workflows

The create_workflow tool now supports an interval parameter so you can set up recurring extractions directly from your AI assistant:

  • "Create a workflow to check prices on example.com every hour"
  • "Set up a daily extraction of job listings from careers.example.com"

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.

whoami

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.

  • "Who am I on Kadoa?"
  • "Which team am I using?"

MCP server documentation ->