← choruskeepsake.com

INDIVIDUAL MCP TOOL

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.

choruskeepsake.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://choruskeepsake.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for order_status and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

choruskeepsake.com

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.

Related tools

  • 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.
  • 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.
  • 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.
  • close_collecting — Stops new messages arriving and returns the final counts with the gift link.
  • reopen_collecting — Reopens a book that was closed or whose date ran out, and returns the collecting link to send round again.
  • order — Returns a payment link for one of the three ways to keep the book: voices, book, or keepsake, which is the printed hardcover.