API Tools
printyourduck.com
This MCP server enables interaction with the PrintYourDuck 3D printing service for submitting quote requests and checking their status.
ENDPOINT 1
https://printyourduck.com/api/mcp
MCP server metadata
- Name
- printyourduck
- Version
- 0.1.0
PrintYourDuck MCP supports manual custom 3D print quote intake only. It does not calculate instant prices, collect payment at upload, or provide private operational or business details. Recommended workflow: 1. Call get_printyourduck_quote_requirements before preparing a submission. 2. Upload files privately through the website upload flow before calling submit_quote_request. The remote MCP submit tool accepts private uploaded file metadata, not raw local files. 3. For local coding-agent workflows that need disk access, use the dedicated printyourduck-mcp helper when it is available. This hosted endpoint does not scan local files. 4. Before any submit action, confirm the customer owns or may use the design, the item is not restricted, the customer understands this is a manual quote, and the user explicitly approved the submission. 5. Reuse the same submissionId when retrying the same user-approved submission. Do not promise instant pricing, checkout, payment collection, local production, Canadian-made production, delivery dates, or production start before manual review and post-quote approval. Keep responses public-safe and concise.
Known tools 3
get_printyourduck_quote_requirementsRead public requirements for a PrintYourDuck manual custom 3D printing quote request.
Inferred read-onlysubmit_quote_requestSubmit customer contact details and private uploaded file metadata for manual PrintYourDuck quote review.
Inferred read-onlyget_quote_statusLook up public-safe quote status using the quote request ID and matching customer email.
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.printyourduck]
url = "https://printyourduck.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"printyourduck": {
"type": "http",
"url": "https://printyourduck.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: printyourduck
Remote MCP URL: https://printyourduck.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": {
"printyourduck": {
"url": "https://printyourduck.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"printyourduck": {
"type": "http",
"url": "https://printyourduck.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "printyourduck",
"transport": "streamable-http",
"url": "https://printyourduck.com/api/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 printyourduck.com was fetched 2026-07-26T08:07:02.986Z and is being refreshed.
printyourduck.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.