Productivity
haveitprinted.com
Prints and mails physical letters to US addresses with tracking.
ENDPOINT 1
https://agents.haveitprinted.com/mcp
MCP server metadata
- Name
- haveitprinted
- Version
- 1.0.0
Print & mail real letters to any US address. Get a Bearer API key at POST /v1/onboard, add prepaid credits, then call hip_print_and_mail. Set `brand` to one of: dealershipthankyou, haveitprinted, hospitalitythankyou, labelsbyhand, professionalthanks, realtythankyou, sentinstantly, signiforme, staythankyou, voterthanks.
Known tools 10
hip_get_service_infoWhat Have It Printed does, what it costs, what file types and sizes are accepted, and how mailing works.
Inferred read-onlyhip_get_upload_targetGet a short-lived upload URL for the customer's document.
Potential side effectship_quoteExact price for the job, computed by the same pricing the website checkout uses.
Inferred read-onlyhip_create_checkoutCreate a Stripe Checkout session for the job and return its URL.
Potential side effectship_prepare_paymentResolve the EXACT amount HIP will charge, before any payment authorization is obtained or spent.
Potential side effectship_complete_paymentPay for the job with a delegated payment authorization, with no browser and no human step.
Potential side effectsCONNECT 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.haveitprinted]
url = "https://agents.haveitprinted.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"haveitprinted": {
"type": "http",
"url": "https://agents.haveitprinted.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: haveitprinted
Remote MCP URL: https://agents.haveitprinted.com/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": {
"haveitprinted": {
"url": "https://agents.haveitprinted.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"haveitprinted": {
"type": "http",
"url": "https://agents.haveitprinted.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "haveitprinted",
"transport": "streamable-http",
"url": "https://agents.haveitprinted.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for haveitprinted.com was fetched 2026-08-23T21:18:51.044Z and is being refreshed.
haveitprinted.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.