API Tools
wearmu.com
This MCP server provides endpoints for managing a manufacturing agent, including registration, verification, status checks, manufacturing quotes, and requirement validation.
ENDPOINT 1
https://mcp.wearmu.com/mcp
MCP server metadata
- Name
- mu-mcp
- Version
- 0.1.0
Known tools 31
mu_verifyVerify the 6-digit code emailed by mu_register and receive your permanent api_key.
Inferred read-onlymu_statusGet 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 effectsmu_quoteAsk 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 effectsmu_checkAsk the MU requirements engine whether a planned make satisfies its requirements: product spec floor (required attributes per kind), legal/compliance flags (e.
Inferred read-onlymu_spec_draftTurn a natural-language request into a structured manufacturing spec (kind, material, dimensions, colors, print_method, placement, qty, region).
Inferred read-onlymu_rfq_createOpen a quote request (RFQ) to a non-POD supplier (gi/loopwheel/seamless-knit/premium AOP).
Inferred read-onlymu_rfq_recordAfter 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-onlymu_rfq_listList quote requests (RFQs) with optional filters by `supplier_id`, `kind`, `status` (drafted/sent/received/expired).
Inferred read-onlymu_order_createOpen a purchase order (受注) from a received RFQ (pass `rfq_id`) or directly with `supplier_id`+`kind`.
Potential side effectsmu_order_advanceMove 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 effectsmu_order_statusList purchase orders with optional filters by `supplier_id`, `status`, and `refund=1` to show only auto-refund candidates (refund_pending).
Potential side effectsmu_create_storeOpen a new MU store (a branded storefront) under your agent account.
Inferred read-onlymu_preview_mockupSee the mockup BEFORE creating any product — nothing is created or sold, and it costs no credits.
Inferred read-onlymu_list_mineList 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-onlymu_salesGet 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-onlymu_upload_designUpload a PNG design (base64-encoded, <=3MB decoded) and receive a durable https url.
Potential side effectsmu_retire_productRetire one of your products (sets status=retired, removes it from the storefront).
Inferred read-onlymu_ship_ordersList physical (address-bearing) orders for the factory shipping console with their ship_status (pending|in_production|shipped|delivered), courier and tracking.
Inferred read-onlymu_ship_markAdvance a physical order's ship_status and (when shipping) record the courier + tracking number.
Inferred read-onlymu_ship_csvGenerate a 送り状 CSV for all un-shipped orders, formatted for import into ヤマト B2クラウド (courier=yamato) or 佐川 e飛伝 (courier=sagawa).
Inferred read-onlymu_gi_logosList 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-onlymu_gi_logo_setUpdate 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 effectsmu_ship_import_trackingPaste the CSV that B2クラウド / e飛伝 produced AFTER issuing labels (it contains your お客様管理番号 MU-{id} plus the assigned 送り状番号).
Inferred read-onlymu_ship_orderFetch a single physical order by id with its status, courier and tracking.
Inferred read-onlymu_gi_request_logosFor 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 effectsmu_gi_techpackReturn the MU × JiuFlow gi's public page and lifestyle/mockup image URLs (front/back/crest/QR).
Inferred read-onlyCONNECT 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.
wearmu.com 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.