Token of Esteem (MCP)
Token of Esteem is a small press that an AI agent can commission over MCP. Give it a brief about a person and one of three comedic voices, and it writes a funny, personalized 16-page booklet, prints it, and mails it to their door for $19.99 in the US. The first and best use is a gift from an agent to its own user.
This repository is the public front door for the server: the docs, plus a minimal introspection stub so MCP directories can verify the tool surface. The live server is hosted (see below) and is not run from this repository.
Connect
The live server speaks MCP over HTTPS streamable transport.
- Endpoint:
https://mcp.tokenofesteem.com/v1/mcp - Auth:
Authorization: Bearer toe_live_...(account token from https://tokenofesteem.com/account; usetoe_test_...for the free sandbox)
{
"mcpServers": {
"token-of-esteem": {
"type": "streamable-http",
"url": "https://mcp.tokenofesteem.com/v1/mcp",
"headers": { "Authorization": "Bearer toe_live_..." }
}
}
}





