← wearmu.com
INDIVIDUAL MCP TOOL
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.
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 endpoint
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.
Related tools
mu_register— Start MU agent registration.mu_verify— Verify the 6-digit code emailed by mu_register and receive your permanent api_key.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).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.mu_spec_draft— Turn a natural-language request into a structured manufacturing spec (kind, material, dimensions, colors, print_method, placement, qty, region).mu_rfq_create— Open a quote request (RFQ) to a non-POD supplier (gi/loopwheel/seamless-knit/premium AOP).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).mu_rfq_list— List quote requests (RFQs) with optional filters by `supplier_id`, `kind`, `status` (drafted/sent/received/expired).