Back to Browse

Muumuu Domain MCP Server

by Pepabo
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Official remote MCP server bridge for Muumuu Domain.

About

Official remote MCP server bridge for Muumuu Domain.

Remote endpoints: streamable-http: https://mcp.muumuu-domain.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-pepabo-muumuu-domain-mcp": {
      "url": "https://mcp.muumuu-domain.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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 Code MCP docs

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

ToolDescription
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.

Domain management

ToolDescription
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.
update-me-domainTurn credit-card auto-renewal on or off for an owned domain. write

DNS management

ToolDescription
list-me-dns-recordsList the DNS records of an owned domain, addressed by domain ID.
list-me-dns-records-by-fqdnThe same listing, addressed by FQDN when the domain ID is unknown.
create-me-dns-recordAdd a record — A, AAAA, CNAME, MX, TXT, NS, ALIAS, SRV, or CAA. write
update-me-dns-recordChange the value or priority of an existing record. write
delete-me-dns-recordRemove a record from the zone. write / destructive

Personal access tokens

ToolDescription
list-me-personal-access-tokensList the personal access tokens issued for the account.
delete-me-personal-access-tokenRevoke 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

License

MIT

Reviews

No reviews yet

Be the first to review this server!