INDIVIDUAL MCP TOOL
impressm_get_pricing
Full quantity-break pricing for one product (AUD, ex GST): retail blank-garment price per quantity tier, each decoration method's price breaks and setup fee, and ready-to-quote totals per quantity (assuming one print position, one colour).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.impressm-mcp-server]
url = "https://www.impressm.com.au/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"impressm-mcp-server": {
"type": "http",
"url": "https://www.impressm.com.au/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: impressm-mcp-server
Remote MCP URL: https://www.impressm.com.au/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": {
"impressm-mcp-server": {
"url": "https://www.impressm.com.au/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"impressm-mcp-server": {
"type": "http",
"url": "https://www.impressm.com.au/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "impressm-mcp-server",
"transport": "streamable-http",
"url": "https://www.impressm.com.au/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
impressm_search_products— Search Impressm's branded-merchandise catalogue (Australia) by keyword.impressm_get_product— Fetch one product's details: description, available colours, decoration methods, quantity tiers and links.impressm_create_quote— Create a formal, shareable quote for branded merchandise.