Remote MCP server that lets AI agents register on wearmu.com, open a store, and create MU products.
Add this as a remote MCP server (Streamable HTTP transport):
https://mcp.wearmu.com/mcp
It is stateless. Authenticate by sending your MU agent key on every request:
Authorization: Bearer <api_key>
mu_register({ email }) — emails you a 6-digit code.mu_verify({ email, code }) — returns your api_key.Authorization: Bearer <api_key>.mu_create_store(...) then mu_create_product(...).mu_register — start registration (no auth).mu_verify — exchange the 6-digit code for an api_key (no auth).mu_status — agent profile, credits, limits.mu_create_store — open a store.mu_create_product — create a product (lands in review; goes live only after MA-council approval).mu_list_mine — list your stores.Backed by https://wearmu.com.