← 4over4.com

INDIVIDUAL MCP TOOL

get_order_details

Fetch the full record for one order by job ID — line items, shipping address, billing, tracking, files, invoice URL, and whether it can still be cancelled or reprinted.

4over4.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.4over4.com/appsapi/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_order_details and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.
  • A tool name or description suggests a financial action.

Parent server

4over4.com

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.4over4-ai-mode]
url = "https://www.4over4.com/appsapi/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "4over4-ai-mode": {
      "type": "http",
      "url": "https://www.4over4.com/appsapi/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: 4over4-ai-mode
Remote MCP URL: https://www.4over4.com/appsapi/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": {
    "4over4-ai-mode": {
      "url": "https://www.4over4.com/appsapi/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "4over4-ai-mode": {
      "type": "http",
      "url": "https://www.4over4.com/appsapi/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "4over4-ai-mode",
  "transport": "streamable-http",
  "url": "https://www.4over4.com/appsapi/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_categories — List the top-level product categories at 4OVER4.COM (Business Cards, Postcards, Flyers, Stickers, Banners, Labels, etc.).
  • browse_hubs — Return the top-level shop-by HUBS — the broadest discovery layer above categories and collections.
  • browse_collection — PRIMARY DISCOVERY TOOL.
  • browse_category — List products inside a top-level category (business-cards, postcards, flyers, stickers, banners, labels, invitations, marketing).
  • search_products — Unified product discovery.
  • configure_product — THE SINGLE PRODUCT TOOL — opens the live IPC (Instant Product Configurator) for one product.
  • search_design_templates — DESIGN TEMPLATES — pre-designed, ready-to-customize layouts (the online-designer gallery: real artwork with placeholder text/logos the user edits).
  • search_blank_templates — BLANK TEMPLATES — empty press-ready layout guides for a product (correct size, bleed, and safe area, NO artwork) that the user downloads to design in their own software.