INDIVIDUAL MCP TOOL
impressm_account_inventory
Items 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.
LIVE ENDPOINT
https://www.impressm.com.au/api/mcp
Connect to this endpoint to inspect the live schema for impressm_account_inventory and invoke it with your own arguments.
Indexed 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 server
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_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).impressm_create_quote— Create a formal, shareable quote for branded merchandise.impressm_account_orders— The 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).impressm_account_shipments— Shipments of stored inventory this customer has requested: status (awaiting payment / packing / shipping / delivered), per-destination courier tracking, items sent and cost.impressm_create_pack— Save a named kit of this customer's stored items (e.g.impressm_quote_shipment— Live courier pricing for sending stored items and/or whole packs to one or many Australian addresses.