← Registry

eCommerce

arcuswear.store

Manages product listings, search, and cart operations for an online store.

1 endpoint8 known toolsFirst detected June 19, 2026Last detected September 2, 2026

ENDPOINT 1

https://www.arcuswear.store/api/mcp

No auth detected

MCP server metadata

Name
Arcus Wear Agent
Version
0.3.0
Capabilities
tools

Known tools 8

list_products

List products in the Arcus Wear catalog.

Inferred read-only
get_product

Get full detail for one product, including every size/color variant with availability, by product handle or id.

Inferred read-only
search_products

Keyword search over the Arcus Wear catalog (name + description).

Inferred read-only
get_cart

Get the contents of a cart.

Inferred read-only
add_to_cart

Add an item to a cart and return the updated cart (including a real Shopify checkout_url).

Inferred read-only
get_shipping_quote

Get available shipping options and estimated delivery for a cart shipping to an address.

Inferred read-only
create_checkout

Return the real Shopify-hosted checkout URL for the cart (optionally prefilling the customer email).

Potential side effects
complete_order

Complete a purchase WITHOUT a browser redirect: charges a Stripe-tokenized payment method and places the paid order.

Potential side effects

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.arcus-wear-agent]
url = "https://www.arcuswear.store/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "arcus-wear-agent": {
      "type": "http",
      "url": "https://www.arcuswear.store/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: arcus-wear-agent
Remote MCP URL: https://www.arcuswear.store/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": {
    "arcus-wear-agent": {
      "url": "https://www.arcuswear.store/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "arcus-wear-agent": {
      "type": "http",
      "url": "https://www.arcuswear.store/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "arcus-wear-agent",
  "transport": "streamable-http",
  "url": "https://www.arcuswear.store/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 arcuswear.store was fetched 2026-08-05T07:14:06.298Z and is being refreshed.

Trust status Neutral

arcuswear.store is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.