Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Focuh

REMOTE · WWW.FOCUH.COM · SCANNED SEP 20

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

Available components

+3 this week 89 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Endpoint Security94
Transport & Reachability100
Schema Quality & AI Usability80
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1052 tokens (~58/item across 18 items; 16 tools + 2 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
  • Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 14% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 18 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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.

remote · www.focuh.com

# add to Claude Code
claude mcp add --transport http maxxthedeveloper-focuh 'https://www.focuh.com/api/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "maxxthedeveloper-focuh": {
      "url": "https://www.focuh.com/api/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "maxxthedeveloper-focuh": {
      "type": "http",
      "url": "https://www.focuh.com/api/mcp"
    }
  }
}
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add maxxthedeveloper-focuh --url 'https://www.focuh.com/api/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  maxxthedeveloper-focuh:
    url: "https://www.focuh.com/api/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "maxxthedeveloper-focuh": {
      "Transport": "http",
      "Url": "https://www.focuh.com/api/mcp"
    }
  }
}
# add to Vellum
assistant mcp add maxxthedeveloper-focuh -t streamable-http -u 'https://www.focuh.com/api/mcp'
// mcp.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 we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1
    • The server rewrote its instructions, which are the text every model session reads security
  • 19 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
  • 18 Sept 26 +1
    • The server rewrote its instructions, which are the text every model session reads security
  • 17 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
  • 16 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
  • 15 Sept 26 +1
    • The server rewrote its instructions, which are the text every model session reads security
  • 14 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
  • 13 Sept 26 +1
    • The server rewrote its instructions, which are the text every model session reads security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://www.focuh.com/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=www.focuh.com CN=YR1,O=Let's Encrypt,C=US 23 Aug 2026 21 Nov 2026 RSA 2048 SHA256-RSA 5736fb11a75c37be77f1524de0fda134121
SANs: www.focuh.com
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of www.focuh.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
focuh.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Enforced and verified

The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.

Result Enforced and verified
Enforced On tool calls
HTTP status 200

WWW-Authenticate challenge Bearer error="invalid_token", error_description="Authentication required", resource_metadata="https://www.focuh.com/.well-known/oauth-protected-resource/api/mcp", scope="read write"

Bearer error="invalid_token", error_description="Authentication required", resource_metadata="https://www.focuh.com/.well-known/oauth-protected-resource/api/mcp", scope="read write"
Header Value
strict-transport-security max-age=63072000; includeSubDomains
content-security-policy default-src 'self'; script-src 'self' 'unsafe-inline' https://clerk.focuh.com https://*.clerk.accounts.dev https://*.clerk.com https://challenges.cloudflare.com https://www.googletagmanager.com https://va.vercel-scripts.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: blob: https:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://clerk.focuh.com https://*.clerk.accounts.dev https://*.clerk.com https://clerk-telemetry.com https://*.convex.cloud wss://*.convex.cloud https://*.convex.site https://different-iguana-286.convex.cloud wss://different-iguana-286.convex.cloud https://different-iguana-286.convex.site https://www.googletagmanager.com https://www.google-analytics.com https://*.google-analytics.com https://*.analytics.google.com https://*.googleadservices.com https://googleads.g.doubleclick.net https://www.google.com https://va.vercel-scripts.com https://vitals.vercel-insights.com; frame-src 'self' https://clerk.focuh.com https://*.clerk.ac
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy strict-origin-when-cross-origin
permissions-policy camera=(), microphone=(), geolocation=(), payment=(), usb=()

Protected resource metadata

Document https://www.focuh.com/.well-known/oauth-protected-resource/api/mcp
Retrieved Yes
Resource https://www.focuh.com/api/mcp
Authorisation server https://www.focuh.com

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://www.focuh.com/api/mcp Verified 200
http (plaintext) http://www.focuh.com/api/mcp HTTPS enforced 308 https://www.focuh.com/api/mcp
MCP tools · 16 exposed · ~652 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
create_goal ~53

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

NameTypeReqDescription
bottleneckNotestring
horizonstringyes
leverstring
titlestringyes

No output schema declared.

No examples provided.

create_tasks ~36

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

NameTypeReqDescription
tasksarrayyesTasks to create

No output schema declared.

No examples provided.

delete_goal ~32

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

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

delete_tasks ~49

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

NameTypeReqDescription
datestring
filterstring
tasksarray

No output schema declared.

No examples provided.

get_calendar ~30

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

NameTypeReqDescription
datestring

No output schema declared.

No examples provided.

get_focus_stats ~20

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_goals ~44

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

NameTypeReqDescription
horizonstring
statusstring

No output schema declared.

No examples provided.

get_journal ~32

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

NameTypeReqDescription
datestring

No output schema declared.

No examples provided.

get_loops ~39

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_subtasks ~37

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

NameTypeReqDescription
refstringyesTask id, #N, or title

No output schema declared.

No examples provided.

get_tasks ~26

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

pull_loops ~47

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

NameTypeReqDescription
datestring
loopsarrayyes

No output schema declared.

No examples provided.

reorder_subtasks ~48

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

NameTypeReqDescription
orderarrayyes
refstringyesTask id, #N, or title

No output schema declared.

No examples provided.

update_goal ~71

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

NameTypeReqDescription
bottleneckNotestring
horizonstring
idstringyes
leverstring
statusstring
titlestring

No output schema declared.

No examples provided.

update_tasks ~43

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

NameTypeReqDescription
tasksarrayyesChanges to apply, one entry per task

No output schema declared.

No examples provided.

write_journal ~45

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

NameTypeReqDescription
contentstringyes
datestring
modestring

No output schema declared.

No examples provided.

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.