muumuu-domain-mcp
The Muumuu Domain MCP Server enables natural language management of domains and DNS via AI assistants like Claude and Cursor.
Domain Search & Purchase: Search availability and pricing, get a purchase quote with a short-lived token, purchase domains (irreversible, charges credit card), and check purchase status.
Domain Management: List and view details of owned domains (including contract period, auto-renewal status, nameservers), with filtering and pagination; toggle credit-card auto-renewal.
DNS Management: List, create, update, and delete DNS records (A, AAAA, CNAME, MX, TXT, NS, ALIAS, SRV, CAA) for owned domains.
Personal Access Tokens: List and revoke personal access tokens.
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/mcpTransport: Streamable HTTP. Authentication: OAuth 2.1 (handled automatically by supported clients).
Related MCP server: Whodis MCP Server
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/mcpThen 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/mcpOAuth 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/mcpGemini 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-onlyIn 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 |
| Check availability and pricing of domain candidates across TLDs. Does not reserve anything. |
| Get a signed quote — final price, availability, and a short-lived purchase token — before buying. |
| Execute a purchase with a quote token. write / destructive — charges the registered credit card. |
| Poll the progress of a purchase started by |
Domain management
Tool | Description |
| List domains owned by the authenticated account, filtered by state or FQDN, paginated. |
| Fetch one owned domain in full: contract period, auto-renewal status, nameservers. |
| Turn credit-card auto-renewal on or off for an owned domain. write |
DNS management
Tool | Description |
| List the DNS records of an owned domain, addressed by domain ID. |
| The same listing, addressed by FQDN when the domain ID is unknown. |
| Add a record — A, AAAA, CNAME, MX, TXT, NS, ALIAS, SRV, or CAA. write |
| Change the value or priority of an existing record. write |
| Remove a record from the zone. write / destructive |
Personal access tokens
Tool | Description |
| List the personal access tokens issued for the account. |
| 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceA Model Context Protocol server that allows AI agents to perform WHOIS lookups, enabling users to directly ask the AI about domain availability, ownership, registration details, and other domain information.Last updated422159MIT
- Alicense-qualityDmaintenanceA Model Context Protocol server that enables AI assistants to check domain name availability using WHOIS lookups.Last updated204ISC
- AlicenseAqualityCmaintenanceAgentDomain MCP allows AI agents to register, buy, and manage internet domains via the Model Context Protocol. Features include domain search, availability check, purchase, DNS record management, and wallet operations.Last updated133MIT
- Alicense-qualityDmaintenanceMCP server for domainagent.dev, enabling AI agents to search, register, deploy, host, and manage domains with USDC payment on Base via x402. Supports static site deployment via Cloudflare Pages and DNS management.Last updated9MIT
Related MCP Connectors
Domain search, registration, DNS, marketplace, and checkout with your AI agent.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pepabo/muumuu-domain-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server