{
  "name": "takledo",
  "displayName": "Takledo",
  "description": "Takledo is an MCP-first personal AI organizer: manage todos, notes, recipes, shopping lists, calendar, and watchlist by chat.",
  "version": "0.0.7",
  "websiteUrl": "https://takledo.app/",
  "documentationUrl": "https://takledo.app/connect.html",
  "privacyUrl": "https://takledo.app/privacy.html",
  "termsUrl": "https://takledo.app/terms.html",
  "llmsTxtUrl": "https://takledo.app/llms.txt",
  "transport": "streamable-http",
  "url": "https://takledo.app/mcp",
  "authentication": {
    "type": "oauth2",
    "flow": "authorization_code",
    "pkce": true,
    "dynamicClientRegistration": true,
    "protectedResourceMetadata": "https://takledo.app/.well-known/oauth-protected-resource",
    "authorizationServerMetadata": "https://takledo.app/.well-known/oauth-authorization-server"
  },
  "capabilities": {
    "tools": true,
    "prompts": true
  },
  "toolGroups": [
    { "prefix": "todo_", "description": "Todos: list, add, update, complete, delete" },
    { "prefix": "note_", "description": "Markdown notes: list, add, update, delete" },
    { "prefix": "category_", "description": "Categories shared by todos, notes, and recipes" },
    { "prefix": "event_", "description": "Calendar events: list, add, update, delete" },
    { "prefix": "shopping_list_", "description": "Shopping lists by store or type" },
    { "prefix": "shopping_item_", "description": "Shopping items within a list" },
    { "prefix": "watchlist_", "description": "Personal film and series watchlist" },
    { "prefix": "recipe_", "description": "Recipes and recipe-to-shopping export" },
    { "prefix": "timezone_", "description": "Get or set the user's timezone" },
    { "name": "agenda", "description": "Combined day view: events plus due and overdue todos" }
  ]
}
