eCommerce
impressm.com.au
Search and retrieve branded merchandise products, pricing, and create quotes from Impressm's Australian catalogue.
ENDPOINT 1
https://www.impressm.com.au/api/mcp
MCP server metadata
- Name
- impressm-mcp-server
- Version
- 1.1.0
Known tools 10
impressm_search_productsSearch Impressm's branded-merchandise catalogue (Australia) by keyword.
Inferred read-onlyimpressm_get_productFetch one product's details: description, available colours, decoration methods, quantity tiers and links.
Inferred read-onlyimpressm_get_pricingFull 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).
Inferred read-onlyimpressm_create_quoteCreate a formal, shareable quote for branded merchandise.
Potential side effectsimpressm_account_ordersThe signed-in customer's order history: order number, status (open/completed), lifecycle stage, totals, shipment tracking and line items (with pack grouping where items were bought as a pack).
Inferred read-onlyimpressm_account_inventoryItems Impressm stores in the warehouse for this customer: live counts, low-stock flags, pack definitions (named kits of items, with how many complete packs current stock can build) and the pre-paid shipping budget balance.
Inferred read-onlyimpressm_account_shipmentsShipments of stored inventory this customer has requested: status (awaiting payment / packing / shipping / delivered), per-destination courier tracking, items sent and cost.
Potential side effectsimpressm_quote_shipmentLive courier pricing for sending stored items and/or whole packs to one or many Australian addresses.
Inferred read-onlyimpressm_request_shipmentCreate a real dispatch request: stored items and/or whole packs to one or many Australian addresses.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for impressm.com.au was fetched 2026-07-31T03:54:44.027Z and is being refreshed.
impressm.com.au is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.