1. Conduid
  2. Browser
  3. Muumuu Domain MCP Server
MCP server · Browser

Muumuu Domain MCP Server

Official remote MCP server bridge for Muumuu Domain.

Unclaimed browser
34Low

Scored 4 months ago · breakdown

About Muumuu Domain MCP Server

Muumuu Domain MCP Server is an MCP server in the Browser category: official remote MCP server bridge for Muumuu Domain. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/pepabo/muumuu-domain-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Muumuu Domain MCP Server

Powered by Claude · Grounded in docs

I know everything about Muumuu Domain MCP Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

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.

Documentation

Requirements

  • A Muumuu Domain account
  • An MCP-compatible client (Claude Desktop, Claude Code, Cursor, OpenAI Codex CLI, Gemini CLI, etc.)

Support

License

MIT

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Muumuu Domain MCP Server

How do I install Muumuu Domain MCP Server?

Run git clone https://github.com/pepabo/muumuu-domain-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Muumuu Domain MCP Server safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Muumuu Domain MCP Server still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.