← printingbanana.com
INDIVIDUAL MCP TOOL
store_info
About Printing Banana: what it is, regions served, currency, contact, how to order, and links to delivery / payment / FAQ pages and the REST API.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
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.printingbanana-catalog]
url = "https://api.printingbanana.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"printingbanana-catalog": {
"type": "http",
"url": "https://api.printingbanana.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: printingbanana-catalog
Remote MCP URL: https://api.printingbanana.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": {
"printingbanana-catalog": {
"url": "https://api.printingbanana.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"printingbanana-catalog": {
"type": "http",
"url": "https://api.printingbanana.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "printingbanana-catalog",
"transport": "streamable-http",
"url": "https://api.printingbanana.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_products— Search the Printing Banana print catalog by keyword and/or category id.get_product— Get full detail for one product by id: description, configurable options (with the option and value ids needed for get_quote), base price, availability and images.get_quote— Get the exact configured price for a product given a quantity and option selections, from the same pricing engine as the storefront.create_checkout_link— Turn a chosen product + quantity + option selections into a ready-to-buy link to hand to the customer.check_delivery— Delivery destinations (Hong Kong / Macau), handling and transit times, and methods.