streamable-httpupdated 4mo ago
The official remote Model Context Protocol (MCP) server for Muumuu Domain โ a domain registration service operated by GMO Pepabo, Inc.
What can you do with Muumuu Domain MCP Server?
Muumuu Domain MCP Server
ๆฅๆฌ่ช็ 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.
Endpoint
https://mcp.muumuu-domain.com/mcp
Transport: Streamable HTTP. Authentication: OAuth 2.1 (handled automatically by supported clients).
Features
- Domain search & registration โ check availability, view pricing, register domains
- Domain management โ list and inspect owned domains
- DNS management โ list, create, update, and delete DNS records
- Contract management โ review contract list (renewal dates, auto-renewal status) and details
Pricing: MCP server access is free. Standard Muumuu Domain registration fees apply when purchasing domains.
Quick Start
Choose your client below.
Claude Code
claude mcp add --transport http muumuu https://mcp.muumuu-domain.com/mcp
Then run /mcp inside Claude Code and select Authenticate to complete the OAuth flow.
Claude Desktop / claude.ai
Settings โ Connectors โ Add custom connector โ enter:
https://mcp.muumuu-domain.com/mcp
OAuth is handled automatically by Claude.
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"muumuu": {
"url": "https://mcp.muumuu-domain.com/mcp"
}
}
}
OpenAI Codex CLI
codex mcp add muumuu --url https://mcp.muumuu-domain.com/mcp
Gemini CLI
See the Gemini CLI MCP server documentation for adding remote MCP servers.
Local stdio bridge (advanced)
For clients that only support stdio transport, use mcp-remote:
{
"mcpServers": {
"muumuu": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.muumuu-domain.com/mcp"]
}
}
}
Introspection-only mode (registry tooling)
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:
node bin/muumuu-mcp.js --introspect-only
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.
Tools
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.
Domain search & purchase
| 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. |
Domain management
| 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 |
DNS management
| 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 |
Personal access tokens
| 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 |
Documentation
Requirements
- A Muumuu Domain account
- An MCP-compatible client (Claude Desktop, Claude Code, Cursor, OpenAI Codex CLI, Gemini CLI, etc.)
Support
- For service-related inquiries: Muumuu Domain Help Center
- For issues with this repository: please open a GitHub Issue
License
Install
Add Muumuu Domain MCP Server to your client. Pick the one you use.
claude mcp add --transport http muumuu-domain-mcp-server https://mcp.muumuu-domain.com/mcpcodex mcp add muumuu-domain-mcp-server --url https://mcp.muumuu-domain.com/mcp{
"mcpServers": {
"muumuu-domain-mcp-server": {
"url": "https://mcp.muumuu-domain.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"muumuu-domain-mcp-server": {
"type": "http",
"url": "https://mcp.muumuu-domain.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"muumuu-domain-mcp-server": {
"url": "https://mcp.muumuu-domain.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"muumuu-domain-mcp-server": {
"serverUrl": "https://mcp.muumuu-domain.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation25/25
- Maintenance13/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 133 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Apr 21, 2026 |