Don Dominio
About
Unofficial MCP server exposing the DonDominio / MrDomain reseller API as LLM-callable tools
Details
- Author
- ec-dev0
- Categories
- Developer Tools, AI
Jump to
Setup
Install Don Dominio in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/ec-dev0/don-dominio-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Not affiliated with DonDominio / MrDomain.Use at your own risk and respect theusage policy.
git clone https://github.com/ec-dev0/don-dominio-mcp cd don-dominio-mcp npm install && npm run build cp .env.example .env # set DONDOMINIO_API_USER / DONDOMINIO_API_PASS node dist/index.js # stdio mode
Point any MCP client at the repo;npxclones, builds, and runs it for you:
{ "mcpServers": { "don-dominio": { "command": "npx", "args": ["-y", "github:ec-dev0/don-dominio-mcp"], "env": { "DONDOMINIO_API_USER": "your_api_user", "DONDOMINIO_API_PASS": "your_api_password" } } } }
When launched by a client vianpx,.envfiles arenotread — pass credentials only through the config'senvblock.
- Node.js ≥ 20.
- A DonDominio / MrDomain account withAPI access enabled(request it here).
- The caller'spublic IPmust be whitelisted in the DonDominio panel. Check the IP DonDominio sees withdondominio_tool_helloordondominio_account_info.
# stdio (default) – for local agents DONDOMINIO_API_USER=... DONDOMINIO_API_PASS=... node dist/index.js # HTTP – for remote agents (http://localhost:3000/mcp) TRANSPORT=http PORT=3000 DONDOMINIO_API_USER=... DONDOMINIO_API_PASS=... node dist/index.js
npm run inspect # npx @modelcontextprotocol/inspector dist/index.js
Opens a web UI to explore all 106 tools, their schemas, and test them risk-free.
- "Isexample.esavailable?"→dondominio_domain_check
- "Convertaño.esto Punycode."→dondominio_tool_idn_converter
- "List my .com domains."→dondominio_domain_list
- "Create mailboxinfo@mydomain.comon servicesrv-mydomain."→dondominio_service_mail_create
Do not loop ondondominio_domain_checkordondominio_tool_domain_suggests; DonDominio bans accounts for mass availability checks.
- All calls go over HTTPS tohttps://simple-api.dondominio.net/.
- Hardened HTTP transport: Host/Origin validation, optional Bearer auth, and a per-IP concurrency cap.
- Tools declare honest annotations for the LLM (readOnlyHint,destructiveHint,idempotentHint,openWorldHint).
npm install npm run dev # tsx watch (hot reload) npm run build # tsc → dist/ npm run inspect # MCP Inspector npm run clean # rm -rf dist
Code structure and conventions live inAGENTS.md.
- DonDominio API docs:https://dondominio.dev/en/api/docs/api/
- Usage policy:https://dondominio.dev/en/api/docs/usage-policy/
- MCP specification:https://modelcontextprotocol.io
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
next-devtools-mcp is a MCP server that provides Next.js development tools and utilities for AI coding assistants like Claude and Cursor.
Word search, crossword, and sudoku generator MCP server with printable PDF worksheets, themed word banks, and verifiable LLM evals. Local-first, from the makers of puzzletide.com.
A demonstration server for ActionKit, providing access to Slack actions via Claude Desktop.
MCP server that lets Claude Code agents delegate tasks to agents in other project directories, with parallel dispatch, sessions, and async jobs.
Statistical regression testing for LLM agents: p-value, effect size, and CI on behavior change.
A Python MCP package that gives your LLM agents complete file system and shell capabilities — production-ready, sandboxed, and wired to any LLM in minutes.
Integrates with Google AI Studio/Gemini API for PDF to Markdown conversion and content generation.
Anchor Browser (https://anchorbrowser.io) is secure infrastructure for computer-use agents — stealth cloud browsers, authentication, captcha bypass, and a hosted MCP server for Cursor, Claude, and Windsurf.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




