hasna/domains (hasna/domains) is an MCP server listed on the M8ven Trust Index. M8ven has not graded it: we have no way to read this server ourselves. No publisher has claimed this listing.

C
Emerging
74/100
2 months ago

hasna/domains

MCP server for domain portfolio management, registrar operations, marketplace, and DNS management via CLI or AI agents.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

hasna

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 8 credentials: AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN, BRANDSIGHT_API_KEY, GODADDY_API_KEY, GODADDY_API_SECRET, NAMECHEAP_API_KEY, ROUTE53_SECRET_ACCESS_KEY, ROUTE53_SESSION_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configAWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN AWS credential fallback
configAWS_PROFILEroute53 registrar + DNS yes yes no nameservers + Route 53 hosted zones Primary self-serve registration path. Use or AWS keys.
configAWS_REGION
🔐 secretAWS_SECRET_ACCESS_KEYAWS_ACCESS_KEY_ID, , AWS_SESSION_TOKEN AWS credential fallback
🔐 secretAWS_SESSION_TOKENAWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS credential fallback
configBRANDSIGHT_ALLOW_STUBSBRANDSIGHT_DEMO_STUBS, Set either to 1 to allow demo stub responses when the Brandsight API is unreachable
🔐 secretBRANDSIGHT_API_KEY, BRANDSIGHT_API_SECRET, BRANDSIGHT_CUSTOMER_ID Brandsight / GoDaddy Corporate Domains credentials
configBRANDSIGHT_DEMO_STUBS, BRANDSIGHT_ALLOW_STUBS Set either to 1 to allow demo stub responses when the Brandsight API is unreachable
configDOMAINS_CONFIG_DIROverride config directory
configDOMAINS_CONFIG_PATHOverride config file path
configDOMAINS_DATABASE_URLexport ="postgres://..."
configDOMAINS_DB_PATHOverride database file path
configDOMAINS_DIROverride database directory fallback
configDOMAINS_MCP_SAFE_MODEMCP safe mode — expose read-only tools only with =1
configDOMAINS_PURCHASE_AWS_PROFILEPurchase profile fallback when config has no purchase_aws_profile
configDOMAINS_STORAGE_MODEStorage mode: local, remote, or hybrid
🔐 secretGODADDY_API_KEY, GODADDY_API_SECRET GoDaddy API credentials
🔐 secretGODADDY_API_SECRETGODADDY_API_KEY, GoDaddy API credentials
configHASNA_DOMAINS_DATABASE_URLLegacy remote storage PostgreSQL database URL fallback
configHASNA_DOMAINS_DB_PATHOverride database file path
configHASNA_DOMAINS_DIROverride database directory
configMCP_HTTP1 MCP_HTTP_PORT=8814 domains-mcp
configMCP_HTTP_PORTMCP_HTTP=1 =8814 domains-mcp
configMCP_STDIO
🔐 secretNAMECHEAP_API_KEYNamecheap API key
configNAMECHEAP_CLIENT_IPNamecheap whitelisted IP
configNAMECHEAP_SANDBOXUse Namecheap sandbox API
configNAMECHEAP_USERNAMENamecheap account username
configROUTE53_ACCESS_KEY_ID
configROUTE53_AWS_PROFILE
configROUTE53_AWS_REGION
configROUTE53_REGION
🔐 secretROUTE53_SECRET_ACCESS_KEY
🔐 secretROUTE53_SESSION_TOKEN
configXDG_CONFIG_HOME
configXDG_DATA_HOME
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

72/72 tools missing one or more hints — create_domain (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_domain (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); list_domains (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +69 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool inputs are validated

61/72 tool handlers declare input schemas (85%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tool handlers catch errors

Only 31/72 tool handlers wrap calls in try/catch (43%)

Wrap each tool handler body in try/catch and return a structured error response.

Tool test coverage

Only 0/72 tools referenced in tests (0%)

Write tests that reference each tool by name so every tool has at least one test.

Shell command execution

14 child_process calls — runs shell commands

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

No arbitrary install scripts

Has postinstall/preinstall script — runs arbitrary code on npm install

Remove postinstall/preinstall hooks unless they’re essential.

Dependency freshness

1/11 production deps stale: ink-text-input@2024-05-21 (2.1y)

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 7 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/hasna-domains-ku957k)](https://m8ven.ai/mcp/hasna-domains-ku957k)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 637d5bddb54068367d3a6c14740491b5b2b28dc8
code hash: 8a75f08c8c0a8bcfa9b83211757cd0880fe3b97e4aeb923d0068f3f8ddac4a28
verified: 6/22/2026, 12:14:55 PM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client