eCommerce
giftstoprint.com
MCP server for GiftsToPrint that lets users create personalized newspaper-style posters by collecting details, uploading photos, and generating Shopify checkout links.
ENDPOINT 1
https://mcp.giftstoprint.com/mcp
MCP server metadata
- Name
- giftstoprint
- Version
- 1.0.0
GiftsToPrint makes personalised newspaper-style posters showing real headlines from a chosen year, for birthdays, wedding anniversaries, dating anniversaries and retirements, in US, UK, Canadian and Australian editions. Posters are delivered as a print-ready digital file by email (nothing is posted), usually the next working day. Flow: find_posters -> get_poster_form -> collect the details and a photo from the user -> upload_photo -> create_poster_checkout -> open the returned checkout_url so the user can review and pay. Never guess names, dates or the his/her wording: ask the user.
Known tools 4
get_poster_formList exactly what to collect from the user for one poster: names, dates, optional message, and the photo, plus the turnaround options and prices.
Potential side effectscreate_poster_checkoutValidate every detail and create a Shopify checkout for one personalised poster with all the details attached.
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.giftstoprint]
url = "https://mcp.giftstoprint.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"giftstoprint": {
"type": "http",
"url": "https://mcp.giftstoprint.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: giftstoprint
Remote MCP URL: https://mcp.giftstoprint.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": {
"giftstoprint": {
"url": "https://mcp.giftstoprint.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"giftstoprint": {
"type": "http",
"url": "https://mcp.giftstoprint.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "giftstoprint",
"transport": "streamable-http",
"url": "https://mcp.giftstoprint.com/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.