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.

BriefMe

REMOTE · BRIEFME.US · SCANNED SEP 24

Meeting agenda timer for AI assistants: build agendas in chat, share a live synced countdown.

Available components

+3 this week 78 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 Security63
Transport & Reachability100
Schema Quality & AI Usability70
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1795 tokens (~224/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 9 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 BriefMe MCP server?

BriefMe is a hosted endpoint at https://briefme.us/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 · briefme.us

# add to Claude Code
claude mcp add --transport http us-briefme-agenda-timer 'https://briefme.us/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "us-briefme-agenda-timer": {
      "url": "https://briefme.us/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "us-briefme-agenda-timer": {
      "type": "http",
      "url": "https://briefme.us/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.us-briefme-agenda-timer]
url = "https://briefme.us/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "us-briefme-agenda-timer": {
      "type": "remote",
      "url": "https://briefme.us/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add us-briefme-agenda-timer --url 'https://briefme.us/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  us-briefme-agenda-timer:
    url: "https://briefme.us/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "us-briefme-agenda-timer": {
      "Transport": "http",
      "Url": "https://briefme.us/mcp"
    }
  }
}
# add to Vellum
assistant mcp add us-briefme-agenda-timer -t streamable-http -u 'https://briefme.us/mcp'
// mcp.json
{
  "mcpServers": {
    "us-briefme-agenda-timer": {
      "type": "http",
      "url": "https://briefme.us/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.

  • 24 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 67 to 70. That category is still filling its 30-day observation window: 20 days of observed history at the previous scan, 21 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 60 to 63. That category is still filling its 30-day observation window: 18 days of observed history at the previous scan, 19 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 0
    • Tool “add_block” rewrote its description, which is the text the model reads security
    • “add_block” reworded the description of “after_block_id” cosmetic
  • 11 Sept 26 +4
    • Injection markers: fail → pass security
    • The server rewrote its instructions, which are the text every model session reads security
    • New tool “rotate_edit_token”, which the server declares destructive security
    • Tool “add_block” rewrote its description, which is the text the model reads security
    • Tool “create_agenda” rewrote its description, which is the text the model reads security
    • Tool “get_agenda” rewrote its description, which is the text the model reads security
    • Tool “reorder_blocks” rewrote its description, which is the text the model reads security
    • Tool “update_agenda” rewrote its description, which is the text the model reads security
    • Tool “update_block” rewrote its description, which is the text the model reads security
    • Tool “update_agenda” is now declared destructive security
    • Tool “update_block” is now declared destructive security
    • Schema quality: 316 → 224 functional
    • Tool “add_block” now declares an output schema functional
    • Tool “create_agenda” now declares an output schema functional
    • Tool “get_agenda” now declares an output schema functional
    • Tool “remove_block” now declares an output schema functional
    • Tool “reorder_blocks” now declares an output schema functional
    • Tool “update_agenda” now declares an output schema functional
    • Tool “update_block” now declares an output schema functional
    • First check of Tool coverage: 100 functional
    • “update_block” reworded the description of “block_type” cosmetic
    • “add_block” reworded the description of “block_type” cosmetic
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 24 Sept 2026 · Probed https://briefme.us/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=briefme.us CN=WE1,O=Google Trust Services,C=US 10 Aug 2026 8 Nov 2026 ECDSA 256 ECDSA-SHA256 a81baae35e0c6bb80e06436bd52130a8
SANs: briefme.us, *.briefme.us
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of briefme.us. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
us. present 59017 8 Verified
briefme.us. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy strict-origin-when-cross-origin
permissions-policy camera=(), microphone=(), geolocation=()

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

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://briefme.us/mcp Verified 200
http (plaintext) http://briefme.us/mcp HTTPS enforced 308 https://briefme.us/mcp
MCP tools · 8 exposed · ~1,254 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
add_block ~180

Adds one block to an existing agenda: at the end, above a final wrap-up, or directly after after_block_id. Adds only — it does not reorder or change any existing block. Returns the full updated agenda, so no get_agenda call is needed afterwards.

NameTypeReqDescription
after_block_idstringInsert directly after this block id. Omit to add at the end.
block_typestringyesInternal classification for aggregate analysis, inferred from the content; shown on no BriefMe page.
descriptionstringOptional one-line note, only when the title is ambiguous.
duration_secondsintegeryesHow long this block runs, in seconds.
edit_tokenstringyesThe edit_token returned by create_agenda.
titlestringyesShort, active, scannable on a countdown screen.
NameTypeReqDescription
blocksarrayyesThe blocks in the order they run.
expires_atstring|nullyesISO 8601. null when the agenda is saved to an account and does not expire.
share_urlstringyesThe read-only agenda with the live timer; safe to give to attendees.
titlestringyes
total_secondsintegeryesSum of every block's duration_seconds.

No examples provided.

create_agenda ~367

Creates a timed meeting agenda — a shareable countdown timer that walks attendees through timeboxed topics in sync. Use when the user wants a meeting timer, timeboxes, a run of show, a workshop or standup schedule, or to keep a meeting on time. Not for calendar scheduling or note-taking, and a two-item chat needs no timer. Returns edit_url (the private control page: start, pause, advance and finish the meeting, and edit blocks by hand), share_url (the read-only live timer for attendees, safe to post anywhere) and edit_token (needed by every other BriefMe tool, and the only way back into this agenda). The user needs both links. When the blocks depart from BriefMe's standard shape — an opening, a wrap-up, planned breaks — the result also carries structure_suggestions, each naming the block to add and its length; add_block and reorder_blocks apply them. Block durations add up to the meeting length; when none is given, a standup is about 15 minutes, a 1:1 about 30, sprint planning 60 to 90. Most agendas are three to eight blocks. Titles are read off a wall-sized countdown, so six words or fewer read best; a description is useful only when the title alone is ambiguous. Agendas expire after 7 days and cannot be recovered afterwards.

NameTypeReqDescription
blocksarrayyesThe agenda blocks, in the order they will run.
languagestringThe user's conversation language as a two-letter ISO 639-1 code (e.g. 'de'). Localizes the standard block titles quoted in structure_suggestions. Unsupported values fall back to English.
titlestringyesShort name for the meeting, e.g. "Weekly engineering sync".
NameTypeReqDescription
blocksarrayyesThe blocks in the order they run.
edit_tokenstringyesWhat every other tool takes. Keep it for the rest of the conversation.
edit_urlstringyesThe user's private control page. Give it to the user; never post it anywhere shared.
expires_atstring|nullyesISO 8601. null when the agenda is saved to an account and does not expire.
instructionsstringyesRead this first: how to reply to the user.
share_urlstringyesThe read-only agenda with the live timer; safe to give to attendees.
structure_suggestionsarrayPresent only when the agenda lacks an opening, a closing or a required break. Apply with add_block and reorder_blocks before replying.
titlestringyes
total_secondsintegeryesSum of every block's duration_seconds.
upgrade_hintstringPresent only on a free-tier agenda.

No examples provided.

get_agenda ~121

Reads back the current state of an agenda, including the id of every block. Needed when block ids are unknown — typically at the start of a new conversation where the user has pasted an edit token; after any BriefMe mutation the current state is already in hand. Takes edit_token only. A share link or share URL does not open an agenda here: one known only by its share link cannot be read or edited through this connector, only re-created.

NameTypeReqDescription
edit_tokenstringyesThe edit_token returned by create_agenda.
NameTypeReqDescription
blocksarrayyesThe blocks in the order they run.
expires_atstring|nullyesISO 8601. null when the agenda is saved to an account and does not expire.
share_urlstringyesThe read-only agenda with the live timer; safe to give to attendees.
titlestringyes
total_secondsintegeryesSum of every block's duration_seconds.

No examples provided.

remove_block ~99

Removes one block from an agenda. The remaining blocks keep their ids and their order. An agenda must keep at least one block, so this fails on the last one. Removing a block shortens the meeting — it does not redistribute that time to the other blocks. Returns the full updated agenda.

NameTypeReqDescription
block_idstringyesThe id of the block to remove.
edit_tokenstringyesThe edit_token returned by create_agenda.
NameTypeReqDescription
blocksarrayyesThe blocks in the order they run.
expires_atstring|nullyesISO 8601. null when the agenda is saved to an account and does not expire.
share_urlstringyesThe read-only agenda with the live timer; safe to give to attendees.
titlestringyes
total_secondsintegeryesSum of every block's duration_seconds.

No examples provided.

reorder_blocks ~109

Puts the agenda's blocks into the order given. block_ids must contain every current block id exactly once — none missing, none extra, none repeated. This only reorders: it cannot add, remove or edit a block. get_agenda returns the current ids. Returns the full updated agenda.

NameTypeReqDescription
block_idsarrayyesEvery current block id, exactly once, in the order you want them to run.
edit_tokenstringyesThe edit_token returned by create_agenda.
NameTypeReqDescription
blocksarrayyesThe blocks in the order they run.
expires_atstring|nullyesISO 8601. null when the agenda is saved to an account and does not expire.
share_urlstringyesThe read-only agenda with the live timer; safe to give to attendees.
titlestringyes
total_secondsintegeryesSum of every block's duration_seconds.

No examples provided.

rotate_edit_token ~113

Replaces an agenda's edit token and edit link with new ones. The previous edit_token and edit_url stop working the moment this returns, for every assistant, browser and bookmark that held them — the remedy when an edit link was shared by mistake. Returns the full agenda with the new edit_url and edit_token. The previous ones cannot be restored. Agendas expire after 7 days and cannot be recovered afterwards.

NameTypeReqDescription
edit_tokenstringyesThe current edit_token — the one being replaced.
NameTypeReqDescription
blocksarrayyesThe blocks in the order they run.
edit_tokenstringyesWhat every later tool call takes from now on; the previous token is dead.
edit_urlstringyesThe user's new private control page; the previous link is dead.
expires_atstring|nullyesISO 8601. null when the agenda is saved to an account and does not expire.
instructionsstringyesRead this first: how to reply to the user.
share_urlstringyesThe read-only agenda with the live timer; safe to give to attendees.
titlestringyes
total_secondsintegeryesSum of every block's duration_seconds.

No examples provided.

update_agenda ~57

Renames the agenda. Blocks are untouched — the block tools change those. Returns the full updated agenda.

NameTypeReqDescription
edit_tokenstringyesThe edit_token returned by create_agenda.
titlestringyesThe new meeting title.
NameTypeReqDescription
blocksarrayyesThe blocks in the order they run.
expires_atstring|nullyesISO 8601. null when the agenda is saved to an account and does not expire.
share_urlstringyesThe read-only agenda with the live timer; safe to give to attendees.
titlestringyes
total_secondsintegeryesSum of every block's duration_seconds.

No examples provided.

update_block ~208

Changes one block, identified by block_id. Only the supplied fields change; anything omitted keeps its current value exactly, so a one-field edit is a one-field call. Changes one block only: it does not reorder, add or remove anything, and there is no whole-agenda replace. get_agenda returns the current block ids. Returns the full updated agenda.

NameTypeReqDescription
block_idstringyesThe id of the block to change, from create_agenda or get_agenda.
block_typestringNew internal classification (aggregate analysis only; shown on no BriefMe page). Omit to leave unchanged.
descriptionstring|nullNew note. Send null to clear it. Omit to leave unchanged.
duration_secondsintegerNew duration in seconds. Omit to leave unchanged.
edit_tokenstringyesThe edit_token returned by create_agenda.
titlestringNew title. Omit to leave unchanged.
NameTypeReqDescription
blocksarrayyesThe blocks in the order they run.
expires_atstring|nullyesISO 8601. null when the agenda is saved to an account and does not expire.
share_urlstringyesThe read-only agenda with the live timer; safe to give to attendees.
titlestringyes
total_secondsintegeryesSum of every block's duration_seconds.

No examples provided.

Common questions

What is the BriefMe MCP server?

BriefMe is an MCP server listed in the public MCP registry as us.briefme/agenda-timer. Meeting agenda timer for AI assistants: build agendas in chat, share a live synced countdown. This page covers its hosted endpoint (https://briefme.us/mcp).

Is the BriefMe MCP server safe to use?

BriefMe scores 78 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 BriefMe MCP server expose?

BriefMe exposes 8 tools: create_agenda, get_agenda, update_agenda, add_block, update_block, and 3 more. Their descriptions and schemas cost roughly 1,254 tokens of context every time the server is loaded.

Does the BriefMe MCP server require authentication?

No. We connected to BriefMe without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the BriefMe MCP server still maintained?

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