# Dailybot — MCP server on mcp.ai > Connect your Dailybot account and use 6 tools for team collaboration straight from your AI agent. Connect with your own API key. DailyBot simplifies team collaboration and tasks with chat-based standups, reminders, polls, and integrations, streamlining workflow automation in popular messaging platforms. By: mcp.ai · official Page: https://mcp.ai/dailybot ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_dailybot?ms=1787293620000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/dailybot/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/dailybot/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/dailybot/skill.md Postman collection (v2.1): https://mcp.ai/dailybot/postman.json ## Tools - dailybot_create_checkin(name: string, active?: boolean, end_on?: string, start_on?: string, template: string, frequency?: integer, is_anonymous?: boolean, can_be_edited?: boolean, is_trigger_based?: boolean, frequency_on_days?: integer[], reporting_metadata?: object[], custom_trigger_time?: string, reminders_max_count?: integer, custom_template_intro?: string, custom_template_outro?: string, allow_edit_permissions?: string, send_reports_one_by_one?: boolean, reminders_frequency_time?: integer, use_user_defined_work_days?: boolean, reminders_trigger_condition?: string) — Tool to create a check-in based on a template in DailyBot. Use when you need to set up a new recurring check-in (like daily standups, weekly syncs) for a team. The check-in can be scheduled with custo - dailybot_find_user(user_uuid: string) — This tool allows you to find and retrieve information about a specific user in DailyBot. It uses the provided user_uuid to lookup the user and returns detailed information including the user's uuid, f - dailybot_find_workflow(limit?: integer, cursor?: string, offset?: integer, workflow_name?: string) — Fetches one page of workflows from DailyBot, optionally filtered by name. DailyBot exposes HATEOAS pagination on `/v1/workflows/`: each response carries a `next` field that is the full URL of the next - dailybot_get_users(limit?: integer, offset?: integer) — Retrieves a paginated list of all users within the authenticated organization from DailyBot. This action requires no input parameters and returns comprehensive user information including: - User ident - dailybot_give_kudos(content: string, receivers: string[], by_dailybot?: boolean, is_anonymous?: boolean, company_value?: string) — This tool allows giving kudos to one or multiple users in DailyBot. Kudos can be given either on behalf of DailyBot or the API key owner. - dailybot_send_message(buttons?: object[], message: string, image_url?: string, target_teams?: string[], target_users?: string[], exchange_token?: string, target_channels?: object[]) — This tool allows sending a message through DailyBot to either specific users or channels/rooms. The message can include markdown formatting. ## Example prompts - "What can I do in Dailybot?" - "Show me a summary of my Dailybot account" ## Links Docs: https://mcp.ai/docs/mcps/dailybot Website: https://mcp.ai/mcps/dailybot