← haveitprinted.com
INDIVIDUAL MCP TOOL
hip_quote
Exact price for the job, computed by the same pricing the website checkout uses.
LIVE ENDPOINT
https://agents.haveitprinted.com/mcp
Connect to this endpoint to inspect the live schema for hip_quote and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.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.
Related tools
hip_get_service_info— What Have It Printed does, what it costs, what file types and sizes are accepted, and how mailing works.hip_create_job— Start a print-and-mail job.hip_get_upload_target— Get a short-lived upload URL for the customer's document.hip_update_job— Set the documents, print options and US mailing recipient on a job.hip_create_checkout— Create a Stripe Checkout session for the job and return its URL.hip_get_checkout_status— Whether the customer has paid yet.hip_prepare_payment— Resolve the EXACT amount HIP will charge, before any payment authorization is obtained or spent.hip_complete_payment— Pay for the job with a delegated payment authorization, with no browser and no human step.