{"schema_version":"1.0","name":"Habits","description":"Habit tracker with a hosted API and MCP server for AI agents.","url":"https://habits.kevnk.com","capabilities":["Read every habit with streaks, running averages, and weekly progress.","Mark and unmark habits for today or past days.","Create, rename, reorder, and delete habits and workspaces.","Export all data as JSON."],"auth":{"type":"bearer_api_key","header":"Authorization: Bearer <API_KEY>","apiKeyFlow":{"requestCode":"POST /api/auth/request-code","verifyCode":"POST /api/auth/verify-code"},"apiKeyManagement":{"list":"GET /api/me/keys","create":"POST /api/me/keys","revoke":"DELETE /api/me/keys/:id"},"oauth":{"supported":true,"note":"OAuth 2.1 with PKCE on the MCP endpoint; see /.well-known/oauth-protected-resource."}},"protocols":{"mcp":{"supported":true,"url":"https://habits.kevnk.com/mcp","transport":"streamable-http"},"rest":{"supported":true,"catalogue":"https://habits.kevnk.com/api/tools"},"a2a":{"supported":false}},"agent_resources":{"llms_txt":"https://habits.kevnk.com/llms.txt","guide":"https://habits.kevnk.com/guide.md","agent_mode":"https://habits.kevnk.com"},"skill":{"repository_url":"https://github.com/kevnk/habits-app","install":"npx skills add kevnk/habits-app --skill habits"}}