# Focuh (remote · www.focuh.com)

ADHD system of record for agents: tasks, goals, loops, calendar, focus stats.

- Trust score: 89/100 (high trust)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `www.focuh.com`: 89/100 (this document), [markdown](https://verifymcp.io/servers/maxxthedeveloper-focuh/api-mcp.md), [page](https://verifymcp.io/servers/maxxthedeveloper-focuh/api-mcp)

## Channel facts

- Endpoint: `https://www.focuh.com/api/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `3.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Endpoint Security**: 94/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
  - The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 80/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1052 tokens (~58/item across 18 items; 16 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 80/100
  - Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 14% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 18 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Focuh MCP server?

Focuh is a hosted endpoint at https://www.focuh.com/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http maxxthedeveloper-focuh 'https://www.focuh.com/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "maxxthedeveloper-focuh": {
      "url": "https://www.focuh.com/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "maxxthedeveloper-focuh": {
      "type": "http",
      "url": "https://www.focuh.com/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.maxxthedeveloper-focuh]
url = "https://www.focuh.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "maxxthedeveloper-focuh": {
      "type": "remote",
      "url": "https://www.focuh.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add maxxthedeveloper-focuh --url 'https://www.focuh.com/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  maxxthedeveloper-focuh:
    url: "https://www.focuh.com/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "maxxthedeveloper-focuh": {
      "Transport": "http",
      "Url": "https://www.focuh.com/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add maxxthedeveloper-focuh -t streamable-http -u 'https://www.focuh.com/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "maxxthedeveloper-focuh": {
      "type": "http",
      "url": "https://www.focuh.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 89, +1)

- [security] The server rewrote its instructions, which are the text every model session reads

### 2026-09-19 (score 88, 0)

- [security] The server rewrote its instructions, which are the text every model session reads

### 2026-09-18 (score 88, +1)

- [security] The server rewrote its instructions, which are the text every model session reads

### 2026-09-17 (score 87, 0)

- [security] The server rewrote its instructions, which are the text every model session reads

### 2026-09-16 (score 87, 0)

- [security] The server rewrote its instructions, which are the text every model session reads

### 2026-09-15 (score 87, +1)

- [security] The server rewrote its instructions, which are the text every model session reads

### 2026-09-14 (score 86, 0)

- [security] The server rewrote its instructions, which are the text every model session reads

### 2026-09-13 (score 86, +1)

- [security] The server rewrote its instructions, which are the text every model session reads

## MCP tools (16)

### `get_tasks` (~26 tokens)

View Tasks

Today/tomorrow tasks with id, date and priority. Call first to get refs.

### `create_tasks` (~36 tokens)

Create Tasks

Create tasks, each with optional nested subtasks. Defaults: today, 30 min.

Input parameters:

- `tasks` (array, required): Tasks to create

### `update_tasks` (~43 tokens)

Update Tasks

Change tasks: date (moves the day), priority, title, estimate, done, time slot.

Input parameters:

- `tasks` (array, required): Changes to apply, one entry per task

### `delete_tasks` (~49 tokens)

Delete Tasks

Delete tasks by ref, every task on a date, or all completed. Subtasks go too.

Input parameters:

- `date` (string)
- `filter` (string)
- `tasks` (array)

### `get_subtasks` (~37 tokens)

View Subtasks

List subtasks of a parent. Returns ids usable as refs.

Input parameters:

- `ref` (string, required): Task id, #N, or title

### `reorder_subtasks` (~48 tokens)

Reorder Subtasks

Reorder a parent's subtasks. Pass the complete new order, every one once.

Input parameters:

- `order` (array, required)
- `ref` (string, required): Task id, #N, or title

### `get_loops` (~39 tokens)

View Loops

Loops — undated intentions in 4 buckets (pressing/important/backlog/waiting=parked). Call before pull_loops.

### `pull_loops` (~47 tokens)

Pull Loops

Copy loops onto a date as linked tasks — each loop stays in Loops. Idempotent per loop+date.

Input parameters:

- `date` (string)
- `loops` (array, required)

### `get_calendar` (~30 tokens)

View Calendar

Events + scheduled/unscheduled tasks for a date. Check before scheduling.

Input parameters:

- `date` (string)

### `get_goals` (~44 tokens)

View Goals

Goals by horizon (week/month/year/decade) — exactly what the app's Goals view shows.

Input parameters:

- `horizon` (string)
- `status` (string)

### `create_goal` (~53 tokens)

Create Goal

Create a goal in a horizon, with optional bottleneck note and lever.

Input parameters:

- `bottleneckNote` (string)
- `horizon` (string, required)
- `lever` (string)
- `title` (string, required)

### `update_goal` (~71 tokens)

Update Goal

Update goal fields: title, horizon (moves section), status, bottleneckNote, lever.

Input parameters:

- `bottleneckNote` (string)
- `horizon` (string)
- `id` (string, required)
- `lever` (string)
- `status` (string)
- `title` (string)

### `delete_goal` (~32 tokens)

Delete Goal

Delete a goal by id. Linked tasks are kept and unlinked, never deleted.

Input parameters:

- `id` (string, required)

### `get_focus_stats` (~20 tokens)

Focus Statistics

Today/week focus minutes, streak, task completion rates.

### `get_journal` (~32 tokens)

Read Journal

Read a daily journal and recent dates. Preserve ^task markers when writing back.

Input parameters:

- `date` (string)

### `write_journal` (~45 tokens)

Write Journal

Append or replace a journal. Read before replacing and preserve ^task markers.

Input parameters:

- `content` (string, required)
- `date` (string)
- `mode` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/maxxthedeveloper-focuh/api-mcp#diagnostics

## Score history

- 2026-09-20: 89
- 2026-09-19: 88
- 2026-09-18: 88
- 2026-09-17: 87
- 2026-09-16: 87
- 2026-09-15: 87
- 2026-09-14: 86
- 2026-09-13: 86
- 2026-09-12: 85
- 2026-09-11: 85
- 2026-09-10: 84
- 2026-09-09: 84
- 2026-09-08: 83
- 2026-09-07: 83
- 2026-09-06: 82
- 2026-09-05: 76
- 2026-09-04: 81
- 2026-09-03: 81
- 2026-09-02: 84
- 2026-09-01: 83
- 2026-08-31: 83
- 2026-08-30: 82
- 2026-08-29: 75
- 2026-08-28: 81
- 2026-08-27: 81

## Common questions

### What is the Focuh MCP server?

Focuh is an MCP server listed in the public MCP registry as io.github.maxxthedeveloper/focuh. ADHD system of record for agents: tasks, goals, loops, calendar, focus stats. This page covers its hosted endpoint (https://www.focuh.com/api/mcp).

### Is the Focuh MCP server safe to use?

Focuh scores 89 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Focuh MCP server expose?

Focuh exposes 16 tools: get_tasks, create_tasks, update_tasks, delete_tasks, get_subtasks, and 11 more. Their descriptions and schemas cost roughly 652 tokens of context every time the server is loaded.

### Does the Focuh MCP server require authentication?

Yes. Focuh asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the Focuh MCP server still maintained?

Focuh is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://www.focuh.com/api/mcp
- Authorisation metadata: https://www.focuh.com/.well-known/oauth-protected-resource/api/mcp
- Repository: https://github.com/maxxthedeveloper/focuh
- Website: https://www.focuh.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/maxxthedeveloper-focuh/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/maxxthedeveloper-focuh/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/maxxthedeveloper-focuh/api-mcp
