Content Tools
premierletters.com
An MCP server for Premier Letters that enables users to preview, price, and order handwritten letters using saved templates and handwriting styles.
ENDPOINT 1
https://www.premierletters.com/api/mcp
MCP server metadata
- Name
- premier-letters
- Version
- 1.0.0
Premier Letters writes real letters, cards and postcards with an actual pen and mails them via USPS on behalf of the caller — from a single thank-you note to a large campaign. Pricing, handwriting styles and address verification are open to anyone; creating an order requires a Premier Letters API key (the user generates one at https://premierletters.com/settings/api-keys and passes it as "Authorization: Bearer pl_live_...")." Recommended flow: call get_pricing to quote a cost, preview_letter to see and confirm the rendered letter, create_order to pay and send it, then get_order_status to check on delivery.
Known tools 8
list_handwriting_stylesList available handwriting styles (fonts) for a letter order.
Inferred read-onlypreview_letterRender a preview of a handwritten letter (as an SVG image) and get its price, before creating an order.
Inferred read-onlycreate_orderCreate and pay for a Premier Letters order — a real, handwritten letter mailed via USPS.
Potential side effectsget_order_statusGet an order's status, delivery/tracking summary, and per-recipient mail status.
Inferred read-onlyCONNECT 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.premier-letters]
url = "https://www.premierletters.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"premier-letters": {
"type": "http",
"url": "https://www.premierletters.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: premier-letters
Remote MCP URL: https://www.premierletters.com/api/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": {
"premier-letters": {
"url": "https://www.premierletters.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"premier-letters": {
"type": "http",
"url": "https://www.premierletters.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "premier-letters",
"transport": "streamable-http",
"url": "https://www.premierletters.com/api/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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.