# focus-streak-habit-tracker

I built a free MCP server for habit tracking — connects to Claude/Cursor

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add codemadebiz/focus-streak-habit-tracker

# Browse available tools
npx -y @smithery/cli@latest tool list codemadebiz/focus-streak-habit-tracker

# Get full schema for a tool
npx -y @smithery/cli@latest tool get codemadebiz/focus-streak-habit-tracker build_habit_blueprint

# Call a tool
npx -y @smithery/cli@latest tool call codemadebiz/focus-streak-habit-tracker build_habit_blueprint '{}'
```

## Direct MCP Connection

Endpoint: `https://focus-streak-habit-tracker--codemadebiz.run.tools`

## Tools (5)

- `build_habit_blueprint` — Creates a COMPLETE, importable habit JSON file for the Focus Streak app. Includes icon, color, schedule, reminders (sou…
- `create_habit_pack` — Generates a ready-to-import bundle of 3–5 related habits for a full routine. Presets: morning, evening, fitness, study,…
- `suggest_streak_plan` — Converts a vague goal into a structured streak plan with daily targets, difficulty settings (21/30/66 days), science-ba…
- `analyze_habit_success` — Returns science-backed success factors, common failure points, and a personalised first-week strategy. Includes a ready…
- `motivate_consistency` — Returns streak-mindset motivation, practical consistency tips, and the "never miss twice" strategy. Activates comeback …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get codemadebiz/focus-streak-habit-tracker <tool-name>
```
