← 4over4.com

INDIVIDUAL MCP TOOL

ways_to_earn_coins

Explain how to EARN 4OVER4 loyalty coins and what they can be redeemed for — an info card sourced from the 4OVER4 help knowledge base (no specific per-action amounts are invented).

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 ways_to_earn_coins 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

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.