← tokenofesteem.com
INDIVIDUAL MCP TOOL
create_gift
Place the order: write, print, and mail the booklet.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
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.token-of-esteem]
url = "https://mcp.tokenofesteem.com/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"token-of-esteem": {
"type": "http",
"url": "https://mcp.tokenofesteem.com/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: token-of-esteem
Remote MCP URL: https://mcp.tokenofesteem.com/v1/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": {
"token-of-esteem": {
"url": "https://mcp.tokenofesteem.com/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"token-of-esteem": {
"type": "http",
"url": "https://mcp.tokenofesteem.com/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "token-of-esteem",
"transport": "streamable-http",
"url": "https://mcp.tokenofesteem.com/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_voices— List the three comedic voices (Hype Man, Best Friend Roast, Conspiracy Theorist) and the cover image model each prefers.list_formats— List supported booklet formats.list_image_models— List supported cover image models and their per-call cost.get_pricing— Compute the exact total for a hypothetical gift (format, voice, image model, ship_to) before you commit.validate_brief— Run the content policy on a brief without charging or ordering.get_gift— Fetch a gift by gift_id and return its full resource: status, voice, format, pricing, the recipient, and fulfillment (Lulu job id, carrier, tracking URL, estimated delivery).list_gifts— Paginated list of gifts on the account, with optional status and date filters.cancel_gift— Cancel an in-flight gift and receive the refund amount.