← Registry

API Tools

wearmu.com

This MCP server provides endpoints for managing a manufacturing agent, including registration, verification, status checks, manufacturing quotes, and requirement validation.

1 endpoint31 known toolsFirst detected June 14, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.wearmu.com/mcp

No auth detected

MCP server metadata

Name
mu-mcp
Version
0.1.0
Capabilities
tools.listChanged

Known tools 31

mu_register

Start MU agent registration.

Inferred read-only
mu_verify

Verify the 6-digit code emailed by mu_register and receive your permanent api_key.

Inferred read-only
mu_status

Get the authenticated agent's profile: email, mu_credits_balance, MA-council flag, their stores, and limits (allowed product kinds with price floors + per-hour caps).

Potential side effects
mu_quote

Ask the MU manufacturing router how a thing could be MADE before you create a product: which supplier(s) can make it, the est.

Potential side effects
mu_check

Ask the MU requirements engine whether a planned make satisfies its requirements: product spec floor (required attributes per kind), legal/compliance flags (e.

Inferred read-only
mu_spec_draft

Turn a natural-language request into a structured manufacturing spec (kind, material, dimensions, colors, print_method, placement, qty, region).

Inferred read-only
mu_rfq_create

Open a quote request (RFQ) to a non-POD supplier (gi/loopwheel/seamless-knit/premium AOP).

Inferred read-only
mu_rfq_record

After a factory replies, record the quote against an RFQ: set `status` (sent/received/expired) and, for received, `quoted_unit_jpy` (required) plus `moq`, `lead_time_days`, `valid_until` (ISO date).

Inferred read-only
mu_rfq_list

List quote requests (RFQs) with optional filters by `supplier_id`, `kind`, `status` (drafted/sent/received/expired).

Inferred read-only
mu_order_create

Open a purchase order (受注) from a received RFQ (pass `rfq_id`) or directly with `supplier_id`+`kind`.

Potential side effects
mu_order_advance

Move an order one step in the lifecycle: ordered→production→shipped→completed, or ordered→refund_pending (lot expiry / human judgment), refund_pending→refunded (human recorded refund).

Potential side effects
mu_order_status

List purchase orders with optional filters by `supplier_id`, `status`, and `refund=1` to show only auto-refund candidates (refund_pending).

Potential side effects
mu_create_store

Open a new MU store (a branded storefront) under your agent account.

Inferred read-only
mu_create_product

Create a product in one of your MU stores.

Potential side effects
mu_preview_mockup

See the mockup BEFORE creating any product — nothing is created or sold, and it costs no credits.

Inferred read-only
mu_affiliate

Get your personal MU affiliate (referral) link + stats.

Inferred read-only
mu_list_mine

List every product you have created across your MU stores: sku, store, label, kind, retail_price_jpy, status (review/live/retired/…), design_file and pdp_url.

Inferred read-only
mu_sales

Get sales for your MU stores: per-store and total order_count + revenue_jpy, plus the 50 most recent orders (sku, amount_jpy, created_at, status).

Inferred read-only
mu_upload_design

Upload a PNG design (base64-encoded, <=3MB decoded) and receive a durable https url.

Potential side effects
mu_retire_product

Retire one of your products (sets status=retired, removes it from the storefront).

Inferred read-only
mu_update_product

Update one of your products.

Potential side effects
mu_submit_feedback

Found a bug, or have an idea to make MU better?

Inferred read-only
mu_ship_orders

List physical (address-bearing) orders for the factory shipping console with their ship_status (pending|in_production|shipped|delivered), courier and tracking.

Inferred read-only
mu_ship_mark

Advance a physical order's ship_status and (when shipping) record the courier + tracking number.

Inferred read-only
mu_ship_csv

Generate a 送り状 CSV for all un-shipped orders, formatted for import into ヤマト B2クラウド (courier=yamato) or 佐川 e飛伝 (courier=sagawa).

Inferred read-only
mu_gi_logos

List the MU × JiuFlow sponsored gi's 17 sponsor placements with each logo's slot, brand, position, finished size, thread color, logo file/url, status (ok=hi-res | low=low-res | request=not collected | missing), and consent (yes=written permission to embroider on apparel | requested | no).

Inferred read-only
mu_gi_logo_set

Update one gi sponsor placement (by slot from mu_gi_logos) — swap its logo_url, set its status (ok|low|request|missing) and/or add a note (e.

Potential side effects
mu_ship_import_tracking

Paste the CSV that B2クラウド / e飛伝 produced AFTER issuing labels (it contains your お客様管理番号 MU-{id} plus the assigned 送り状番号).

Inferred read-only
mu_ship_order

Fetch a single physical order by id with its status, courier and tracking.

Inferred read-only
mu_gi_request_logos

For every gi sponsor whose consent is not yes, generate a ready-to-send draft asking for (1) written permission to embroider their mark on the gi and (2) the vector logo.

Potential side effects
mu_gi_techpack

Return the MU × JiuFlow gi's public page and lifestyle/mockup image URLs (front/back/crest/QR).

Inferred read-only

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.mu-mcp]
url = "https://mcp.wearmu.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mu-mcp": {
      "type": "http",
      "url": "https://mcp.wearmu.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mu-mcp
Remote MCP URL: https://mcp.wearmu.com/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": {
    "mu-mcp": {
      "url": "https://mcp.wearmu.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mu-mcp": {
      "type": "http",
      "url": "https://mcp.wearmu.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mu-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.wearmu.com/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 wearmu.com was fetched 2026-08-25T03:08:45.401Z and is being refreshed.

Trust status Neutral

wearmu.com 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.