Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.midnight-rgb/mcp

NPM · @DOMAINFORAGENTS/MCP · SCANNED AUG 3

Domain registrar for AI agents. Search, register, and manage domains via API.

+20 this week 60 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 111 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 888 tokens (~49/item across 18 items; 18 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @domainforagents/mcp

# add to Claude Code
claude mcp add midnight-rgb-mcp -- npx -y @domainforagents/mcp
# add to Codex CLI
codex mcp add midnight-rgb-mcp -- npx -y @domainforagents/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "midnight-rgb-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@domainforagents/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add midnight-rgb-mcp --command npx --arg -y --arg @domainforagents/mcp
# ~/.hermes/config.yaml
mcp_servers:
  midnight-rgb-mcp:
    command: "npx"
    args: ["-y", "@domainforagents/mcp"]
// mcp.json
{
  "mcpServers": {
    "midnight-rgb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@domainforagents/mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +60
    • Provenance: unverified → fail security
    • Malware scan: unverified → pass security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Schema quality: unverified → excellent functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 2 Aug 26 −15
    • Malware scan: pass → unverified security
  • 1 Aug 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 30 Jul 26 +22
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −22
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 40

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@domainforagents/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 18 exposed · ~888 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
create_account ~66

Create a DomainForAgents account. Returns an API key for immediate use and a claim code for human account access. No email required.

NameTypeReqDescription
emailstringOptional email for the account
namestringLabel for the API key (e.g. "my-agent")

No output schema declared.

No examples provided.

create_dns_record ~106

Create a DNS record for a domain.

NameTypeReqDescription
contentstringyesRecord value (e.g. IP address, hostname)
domain_idstringyesDomain ID
namestringyesRecord name (e.g. "@" for root, "www" for subdomain)
priorityintegerPriority (for MX records)
ttlintegerTTL in seconds (default: 3600)
typestringyesDNS record type

No output schema declared.

No examples provided.

create_webhook ~51

Register a webhook URL to receive event notifications (domain.registered, domain.failed, etc.).

NameTypeReqDescription
eventsarrayyesEvents to subscribe to
urlstringyesHTTPS URL to receive webhook events

No output schema declared.

No examples provided.

delete_dns_record ~37

Delete a DNS record.

NameTypeReqDescription
domain_idstringyesDomain ID
record_idstringyesDNS record ID to delete

No output schema declared.

No examples provided.

get_balance ~17

Get current account balance and recent transaction history.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_dns_records ~27

List all DNS records for a domain.

NameTypeReqDescription
domain_idstringyesDomain ID

No output schema declared.

No examples provided.

get_domain ~33

Get details for a specific domain including state, expiry, and DNS records.

NameTypeReqDescription
domain_idstringyesDomain ID

No output schema declared.

No examples provided.

get_usdc_deposit_info ~36

Get USDC deposit instructions. Returns the platform Solana wallet address and the account ID to include in the transaction memo.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_api_keys ~18

List all API keys for the authenticated account.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_domains ~82

List all domains owned by the authenticated account.

NameTypeReqDescription
limitintegerResults per page (default: 20, max: 100)
pageintegerPage number (default: 1)
searchstringSearch by domain name
statestringFilter by state (e.g. "registered", "soft_reserved")

No output schema declared.

No examples provided.

list_webhooks ~18

List all webhook subscriptions for the authenticated account.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

register_domain ~106

Register a domain. Deducts from prepaid balance by default. Supports balance, card, or crypto payment.

NameTypeReqDescription
dns_recordsarrayDNS records to set on registration
namestringyesDomain to register (e.g. "myagent.io")
payment_typestringPayment method: "balance" (default) or "crypto" (requires pre-funded USDC balance)
yearsintegerRegistration period in years (default: 1)

No output schema declared.

No examples provided.

renew_domain ~47

Renew a registered domain. Deducts from prepaid balance.

NameTypeReqDescription
domain_idstringyesDomain ID to renew
yearsintegerYears to renew (default: 1)

No output schema declared.

No examples provided.

reserve_domain ~78

Soft-reserve a domain with a TTL. Returns a payment URL for human checkout. No upstream registration until paid.

NameTypeReqDescription
namestringyesDomain to reserve (e.g. "myagent.io")
ttl_secondsintegerHold duration in seconds (default: 1h for popular TLDs, 6h for niche)

No output schema declared.

No examples provided.

rotate_api_key ~21

Invalidate the current API key and get a new one.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

search_domains ~46

Search for available domains. Returns availability status and pricing for each result.

NameTypeReqDescription
querystringyesDomain name to search (e.g. "myagent" or "myagent.com")

No output schema declared.

No examples provided.

set_nameservers ~46

Set custom nameservers for a domain. Disables managed DNS.

NameTypeReqDescription
domain_idstringyesDomain ID
nameserversarrayyesList of nameserver hostnames

No output schema declared.

No examples provided.

suggest_domains ~53

Generate creative domain name suggestions from a project description using AI. Returns suggested names with availability where checked.

NameTypeReqDescription
descriptionstringyesDescribe your project, product, or idea (e.g. "AI tutoring platform for kids")

No output schema declared.

No examples provided.