habitify.me
Habitify is a habit tracking application for managing routines, logging progress, and viewing streaks and statistics. It offers consumer apps and related features such as notes, areas, challenges, and sync/integration options.
Habitify exposes a REST API v2 at `https://api.habitify.me/v2` authenticated by an app-generated API key, plus an OAuth-protected MCP server at `https://mcp.habitify.me/mcp` over streamable HTTP.
- Habitify MCP serverdetected
- Habitify API v2discovered
Open the Habitify app, then go to Settings > API and generate an API key. The API docs state only one key can be active at a time, and generating a new one revokes the previous key. API access requires a paid subscription; see Habitify API docs.
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing