Manage Muumuu Domain registrations, owned domains, contracts, DNS records, and access tokens through an MCP client.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Muumuu Domain MCP.
search-domainsCheck availability and pricing of domain candidates across TLDs. Does not reserve anything.
quote-domain-purchaseGet a signed quote โ final price, availability, and a short-lived purchase token โ before buying.
purchase-domainExecute a purchase with a quote token. **write / destructive** โ charges the registered credit card.
get-domain-purchase-statusPoll the progress of a purchase started by `purchase-domain`.
list-me-domainsList domains owned by the authenticated account, filtered by state or FQDN, paginated.
get-me-domainFetch one owned domain in full: contract period, auto-renewal status, nameservers.
ๆฅๆฌ่ช็ README ใฏใใกใ / Japanese README
The official remote Model Context Protocol (MCP) server for Muumuu Domain โ a domain registration service operated by GMO Pepabo, Inc.
Search and register domains, manage owned domains and contracts, and configure DNS records โ all through natural language conversations with AI assistants.
First remote MCP server in the Japanese domain registrar industry.
Transport: Streamable HTTP. Authentication: OAuth 2.1 (handled automatically by supported clients).
Pricing: MCP server access is free. Standard Muumuu Domain registration fees apply when purchasing domains.
Choose your client below.
Then run /mcp inside Claude Code and select Authenticate to complete the OAuth flow.
Settings โ Connectors โ Add custom connector โ enter:
OAuth is handled automatically by Claude.
Add to .cursor/mcp.json:
See the Gemini CLI MCP server documentation for adding remote MCP servers.
For clients that only support stdio transport, use mcp-remote:
For MCP registries (e.g. Glama) that index the tool surface in a headless build environment where an interactive OAuth flow cannot complete, the CLI also supports a stdio-only introspection mode:
In this mode the CLI serves the static tool manifest over stdio. It does not make any network calls, does not read the Authorization header, and tools/call always returns isError: true. Do not use this mode for real traffic.
The server exposes 14 tools. Tools marked write change account state; those marked destructive cannot be undone โ clients should confirm with the user before calling them.
| Tool | Description |
|---|---|
search-domains | Check availability and pricing of domain candidates across TLDs. Does not reserve anything. |
quote-domain-purchase | Get a signed quote โ final price, availability, and a short-lived purchase token โ before buying. |
purchase-domain | Execute a purchase with a quote token. write / destructive โ charges the registered credit card. |
get-domain-purchase-status | Poll the progress of a purchase started by purchase-domain. |
| Tool | Description |
|---|---|
list-me-domains | List domains owned by the authenticated account, filtered by state or FQDN, paginated. |
get-me-domain | Fetch one owned domain in full: contract period, auto-renewal status, nameservers. |
update-me-domain | Turn credit-card auto-renewal on or off for an owned domain. write |
| Tool | Description |
|---|---|
list-me-dns-records | List the DNS records of an owned domain, addressed by domain ID. |
list-me-dns-records-by-fqdn | The same listing, addressed by FQDN when the domain ID is unknown. |
create-me-dns-record | Add a record โ A, AAAA, CNAME, MX, TXT, NS, ALIAS, SRV, or CAA. write |
update-me-dns-record | Change the value or priority of an existing record. write |
delete-me-dns-record | Remove a record from the zone. write / destructive |
| Tool | Description |
|---|---|
list-me-personal-access-tokens | List the personal access tokens issued for the account. |
delete-me-personal-access-token | Revoke a personal access token. write / destructive |
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/pepabo-muumuu-domain-mcp)<a href="https://allmcps.com/mcp/pepabo-muumuu-domain-mcp"><img src="https://allmcps.com/api/badge/pepabo-muumuu-domain-mcp?style=directory" alt="Muumuu Domain MCP on AllMCPs" /></a>