← Registry

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.

1 endpoint8 known toolsFirst detected September 21, 2026Last detected September 21, 2026

ENDPOINT 1

https://www.premierletters.com/api/mcp

No auth detected

MCP server metadata

Name
premier-letters
Version
1.0.0
Capabilities
tools
Server instructions

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

get_pricing

Get a live price quote for a Premier Letters order.

Inferred read-only
list_handwriting_styles

List available handwriting styles (fonts) for a letter order.

Inferred read-only
list_templates

List the authenticated user's saved letter templates.

Inferred read-only
verify_address

Verify and standardize a US mailing address via USPS.

Inferred read-only
preview_letter

Render a preview of a handwritten letter (as an SVG image) and get its price, before creating an order.

Inferred read-only
create_order

Create and pay for a Premier Letters order — a real, handwritten letter mailed via USPS.

Potential side effects
get_order_status

Get an order's status, delivery/tracking summary, and per-recipient mail status.

Inferred read-only
list_orders

List the authenticated user's recent orders.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.