# Chorus (remote · choruskeepsake.com)

Gathers voice, video and written messages from a group into one book for one person.

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

## Components

- remote · `choruskeepsake.com`: 78/100 (this document), [markdown](https://verifymcp.io/servers/com-choruskeepsake-chorus/choruskeepsake.md), [page](https://verifymcp.io/servers/com-choruskeepsake-chorus/choruskeepsake)

## Channel facts

- Endpoint: `https://choruskeepsake.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.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**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - 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.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1569 tokens (~112/item across 14 items; 14 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 40/100
  - Stability observed for 12 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% 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 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 15 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

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

Chorus is a hosted endpoint at https://choruskeepsake.com/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 com-choruskeepsake-chorus 'https://choruskeepsake.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-choruskeepsake-chorus": {
      "url": "https://choruskeepsake.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-choruskeepsake-chorus": {
      "type": "http",
      "url": "https://choruskeepsake.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-choruskeepsake-chorus]
url = "https://choruskeepsake.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-choruskeepsake-chorus": {
      "type": "remote",
      "url": "https://choruskeepsake.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-choruskeepsake-chorus --url 'https://choruskeepsake.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-choruskeepsake-chorus:
    url: "https://choruskeepsake.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-choruskeepsake-chorus": {
      "Transport": "http",
      "Url": "https://choruskeepsake.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-choruskeepsake-chorus -t streamable-http -u 'https://choruskeepsake.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-choruskeepsake-chorus": {
      "type": "http",
      "url": "https://choruskeepsake.com/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-19 (score 78, +1)

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

### 2026-09-17 (score 77, +1)

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

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

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

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

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

### 2026-09-11 (score 74, 0)

- [functional regression] Schema quality: 830 → 1569
- [functional] Destructive annotations: pass → 100
- [functional] New tool “add_people”
- [functional] New tool “change_the_book”
- [functional] New tool “chase_the_missing”
- [functional] New tool “find_my_book”
- [functional] New tool “read_the_messages”
- [functional] New tool “send_it_out”
- [functional] New tool “their_own_link”

### 2026-09-10 (score 74, +1)

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

### 2026-09-09 (score 73, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-08 (score 73, +38)

- [security improvement] Authorization: unverified → partial
- [security improvement] Injection markers: unverified → pass
- [security] First check of Judged manipulation: pass
- [functional regression] MCP protocol: unverified → fail
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: excellent
- [functional] First check of Destructive annotations: pass
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 100

## MCP tools (14)

### `start_book` (~299 tokens)

Start a Chorus book for a person, and get the one link to forward.

Starts a book of voice, video and written messages for one person, and returns the single link the organiser sends to everyone taking part. Gathering is free and the people recording need no app and no account. Use this as soon as somebody wants to collect messages from a group for one person, whether or not there is an occasion.

Input parameters:

- `answer_with` (array): Any of voice, video and written. Voice and written when not said.
- `closes_on` (string): The day collecting stops, as 2026-11-14. Allow three weeks before the day if a printed copy is wanted.
- `expecting` (array): Who is expected to record, by name or role, so book_status can say who is still out. Never email addresses.
- `lead_with` (string): Which of those is the big button on a contributor’s phone.
- `occasion` (string): A big birthday, A wedding, A new baby, As they grow, In memory, or Something else. Plain words are matched to one of those.
- `organiser_email` (string, required): The organiser’s email. The book belongs to this address and they get in with a six digit code.
- `questions` (array): Questions to ask, if the organiser wants their own. The set for the occasion is used when this is left out.
- `subject_name` (string, required): Who the book is for, as the organiser says it, for example Mum.

### `get_links` (~48 tokens)

The collecting link, the gift link, and a message to send with them.

Returns the link to forward to contributors, the link that plays every message straight through, and a short message the organiser can paste alongside.

Input parameters:

- `book` (string, required): The handle start_book gave you.

### `add_people` (~114 tokens)

Name the people the book is waiting on, with an address where there is one.

Records who is expected to record. Somebody with an email address can be written to by send_it_out and reminded by chase_the_missing; somebody with only a name is reached in a group chat and their name is what the chase reads out. Adding a person sends nothing on its own.

Input parameters:

- `book` (string, required): The handle start_book gave you.
- `people` (array, required): The people, each as a name, or as a name and an email address. A name on its own is somebody reached in a group chat.

### `send_it_out` (~106 tokens)

Send the link to everyone, and get the tap that puts it in a group chat.

Emails the invitation once to every person added with an address, and hands back a tap that opens WhatsApp, a text or a mail draft with the message and the link already written, for the family group and for anyone with no address. Nobody is written to twice by this tool.

Input parameters:

- `also_email` (boolean): Leave it out to send the invitation. Set it false to get the taps only and send nothing.
- `book` (string, required): The handle start_book gave you.

### `chase_the_missing` (~109 tokens)

Remind the people who have not recorded yet.

Works out who is still out, emails a reminder to the ones with an address, and hands back a message naming them, ready for the group chat and ready for one person. A person gets at most one reminder a day and three in all, and never one after they have asked to stop.

Input parameters:

- `also_email` (boolean): Leave it out to send the reminder. Set it false to get the message and the taps only.
- `book` (string, required): The handle start_book gave you.

### `book_status` (~64 tokens)

Who has recorded, who is still out, and how long is left.

Returns who is in with their name and relationship, how many voices, videos and written messages have landed, how many carried a photo, who the organiser is still waiting on, and the days left before collecting stops.

Input parameters:

- `book` (string, required): The handle start_book gave you.

### `find_my_book` (~115 tokens)

Get back into a book when the handle is gone.

Call it with the email address the book belongs to and Chorus sends that address a six digit code, returning nothing about the books. Call it again with the address and the code and it hands back every book on that account with its handle. Holding the mailbox is the proof, so a book cannot be found by guessing an address.

Input parameters:

- `code` (string): The six digit code that was emailed. Leave it out on the first call to have one sent.
- `email` (string, required): The email address the book belongs to.

### `change_the_book` (~139 tokens)

Change the closing date, the questions, or what people may send.

Changes the settings the organiser can change on the site: the day collecting stops, the questions people are asked, whether they may send voice, video or writing, and which one the button offers first. Nobody is told about a change.

Input parameters:

- `answer_with` (array): Any of voice, video and written.
- `book` (string, required): The handle start_book gave you.
- `closes_on` (string): The day collecting stops, as a date. It means stop collecting rather than finished.
- `lead_with` (string): Which one the big button offers first.
- `questions` (array): The questions people are asked, up to twelve.

### `their_own_link` (~81 tokens)

The separate link for the person the book is about.

Returns the second link, which asks the person the book is for about their own life rather than about somebody else. It refuses on a memorial, a new baby and an as they grow book, where the person cannot answer, and it is never the link to put in a group chat.

Input parameters:

- `book` (string, required): The handle start_book gave you.

### `read_the_messages` (~75 tokens)

What people said, written out.

Returns every message with who left it and what they said. A written message reads back whatever was paid; a voice or a video is written out on the tier that includes the words, and where it is not, the tool says so rather than half-answering.

Input parameters:

- `book` (string, required): The handle start_book gave you.

### `close_collecting` (~49 tokens)

Stop collecting, and get the link that plays every message.

Stops new messages arriving and returns the final counts with the gift link. Nothing is deleted and nothing is finished; it can be reopened.

Input parameters:

- `book` (string, required): The handle start_book gave you.

### `reopen_collecting` (~68 tokens)

Let messages in again, with a new closing date if there is one.

Reopens a book that was closed or whose date ran out, and returns the collecting link to send round again.

Input parameters:

- `book` (string, required): The handle start_book gave you.
- `closes_on` (string): A new day to stop collecting, as 2026-11-14.

### `order` (~127 tokens)

Hand the organiser a payment page for the option they chose.

Returns a payment link for one of the three ways to keep the book: voices, book, or keepsake, which is the printed hardcover. Stripe shows the price and takes the card and, on the keepsake, the postal address. This tool never takes a card and never names a price. Read the prices from https://choruskeepsake.com/llms.txt when the person asks what it costs.

Input parameters:

- `book` (string, required): The handle start_book gave you.
- `option` (string, required): voices, book, or keepsake. Only the keepsake is printed and posted.

### `order_status` (~50 tokens)

Whether it is paid, and where the printer is with it.

Returns whether the book has been paid for and which option was bought, and on a printed one the stage the printer is at with the tracking.

Input parameters:

- `book` (string, required): The handle start_book gave you.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-choruskeepsake-chorus/choruskeepsake#diagnostics

## Score history

- 2026-09-20: 78
- 2026-09-19: 78
- 2026-09-18: 77
- 2026-09-17: 77
- 2026-09-16: 76
- 2026-09-15: 76
- 2026-09-14: 75
- 2026-09-13: 75
- 2026-09-12: 74
- 2026-09-11: 74
- 2026-09-10: 74
- 2026-09-09: 73
- 2026-09-08: 73
- 2026-09-07: 35

## Common questions

### What is the Chorus MCP server?

Chorus is an MCP server listed in the public MCP registry as com.choruskeepsake/chorus. Gathers voice, video and written messages from a group into one book for one person. This page covers its hosted endpoint (https://choruskeepsake.com/mcp).

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

Chorus 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 Chorus MCP server expose?

Chorus exposes 14 tools: start_book, get_links, add_people, send_it_out, chase_the_missing, and 9 more. Their descriptions and schemas cost roughly 1,444 tokens of context every time the server is loaded.

### Does the Chorus MCP server require authentication?

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

### Is the Chorus MCP server still maintained?

Chorus 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://choruskeepsake.com/mcp
- Website: https://choruskeepsake.com/connect
- Changelog RSS feed: https://verifymcp.io/servers/com-choruskeepsake-chorus/choruskeepsake.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-choruskeepsake-chorus/choruskeepsake.json
- HTML version of this page: https://verifymcp.io/servers/com-choruskeepsake-chorus/choruskeepsake
