# Agentda > Agentda is agent-native task management: the user's AI agent (via MCP) IS the interface — there is no task UI for registered users. Create, prioritize, snooze and delegate tasks in conversation. Delegation works to registered users AND to any email address: external people ("guests") get an email link to a minimal task page, no account needed. Every task carries a complete, immutable event history. Delegation always requires a stated reason; recipients accept, decline, or hand tasks back. Due dates and follow-ups (snooze) are separate concepts. The human web pages are bilingual (English at /en, German at /de); the MCP layer is English-only. ## Connect (MCP) - MCP endpoint (Streamable HTTP + OAuth): https://myagentda.com/api/mcp - Claude Code: `claude mcp add --transport http agentda https://myagentda.com/api/mcp` - Official MCP registry: com.myagentda/agentda · Smithery: https://smithery.ai/servers/maurer/agentda (`smithery mcp add maurer/agentda`; connections run through Smithery's gateway — the direct endpoint above is the recommended path) - OAuth authorization server metadata: https://myagentda.com/.well-known/oauth-authorization-server - Protected resource metadata: https://myagentda.com/.well-known/oauth-protected-resource - Sign-up: enter your work email at https://myagentda.com — a magic link creates your workspace (domain = workspace, 30-day free trial, no credit card). ## Docs - Human & machine readable docs: https://myagentda.com/docs - Pricing: 5 EUR per user per month (billed yearly). Guests are always free. Reads are always free — expired trials become read-only, never data hostage. ## Tools (MCP) my_agenda, create_task, update_task, complete_task, delegate_task (works with any email — unknown addresses become guests), respond_to_delegation, snooze_task, manage_access, task_details, task_history, search_tasks, link_task, attach_file, remove_attachment, list_people, admin_tenant