A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
muumuu-domain-mcp
日本語版 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.
https://mcp.muumuu-domain.com/mcp
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.
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.
Settings → Connectors → Add custom connector → enter:
https://mcp.muumuu-domain.com/mcp
OAuth is handled automatically by Claude.
Add to .cursor/mcp.json:
{
"mcpServers": {
"muumuu": {
"url": "https://mcp.muumuu-domain.com/mcp"
}
}
}
codex mcp add muumuu --url https://mcp.muumuu-domain.com/mcp
See the Gemini CLI MCP server documentation for adding remote MCP servers.
For clients that only support stdio transport, use mcp-remote:
{
"mcpServers": {
"muumuu": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.muumuu-domain.com/mcp"]
}
}
}
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.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
English-first Korean equity intelligence MCP — DART filings, foreign-holder 5%-rule flows, activist filings, KRX news. F
Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control sc
0
via CLI