← tokenofesteem.com

INDIVIDUAL MCP TOOL

list_gifts

Paginated list of gifts on the account, with optional status and date filters.

tokenofesteem.comnone authenticationAvailability not checked

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 endpoint

tokenofesteem.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.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.
  • create_gift — Place the order: write, print, and mail the booklet.
  • 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).
  • cancel_gift — Cancel an in-flight gift and receive the refund amount.