← Registry

Collaboration

choruskeepsake.com

Manages a collaborative book of voice, video, and written messages for a person, providing links and tracking contributions.

1 endpoint7 known toolsFirst detected September 7, 2026Last detected September 7, 2026

ENDPOINT 1

https://choruskeepsake.com/mcp

No auth detected

MCP server metadata

Name
chorus
Version
1.0.0
Capabilities
tools
Server instructions

Chorus gathers voice notes, videos and written messages from the people who love someone and turns them into one book to hear, read and hold. Start a book as soon as somebody wants to collect messages from a group for one person, with or without an occasion. Hand them the collecting link to forward; the people recording need no app and no account and pay nothing. Report who has recorded when asked. When the book is ready, ask which of the three they want and give them the payment link. Prices are at https://choruskeepsake.com/llms.txt and never come from these tools.

Known tools 7

start_book

Starts a book of voice, video and written messages for one person, and returns the single link the organiser sends to everyone taking part.

Inferred read-only
get_links

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

Potential side effects
book_status

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.

Inferred read-only
close_collecting

Stops new messages arriving and returns the final counts with the gift link.

Inferred read-only
reopen_collecting

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

Potential side effects
order

Returns a payment link for one of the three ways to keep the book: voices, book, or keepsake, which is the printed hardcover.

Potential side effects
order_status

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.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.chorus]
url = "https://choruskeepsake.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "chorus": {
      "type": "http",
      "url": "https://choruskeepsake.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: chorus
Remote MCP URL: https://choruskeepsake.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "chorus": {
      "url": "https://choruskeepsake.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "chorus": {
      "type": "http",
      "url": "https://choruskeepsake.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "chorus",
  "transport": "streamable-http",
  "url": "https://choruskeepsake.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.