eCommerce
arcuswear.store
Manages product listings, search, and cart operations for an online store.
ENDPOINT 1
https://www.arcuswear.store/api/mcp
MCP server metadata
- Name
- Arcus Wear Agent
- Version
- 0.3.0
Known tools 8
get_productGet full detail for one product, including every size/color variant with availability, by product handle or id.
Inferred read-onlyadd_to_cartAdd an item to a cart and return the updated cart (including a real Shopify checkout_url).
Inferred read-onlyget_shipping_quoteGet available shipping options and estimated delivery for a cart shipping to an address.
Inferred read-onlycreate_checkoutReturn the real Shopify-hosted checkout URL for the cart (optionally prefilling the customer email).
Potential side effectscomplete_orderComplete a purchase WITHOUT a browser redirect: charges a Stripe-tokenized payment method and places the paid order.
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.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.
arcuswear.store is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.