io.github.midnight-rgb/mcp
NPM · @DOMAINFORAGENTS/MCP · SCANNED AUG 3
Domain registrar for AI agents. Search, register, and manage domains via API.
Available components
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.
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
claude mcp add midnight-rgb-mcp -- npx -y @domainforagents/mcp
codex mcp add midnight-rgb-mcp -- npx -y @domainforagents/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"midnight-rgb-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@domainforagents/mcp"
],
"enabled": true
}
}
} openclaw mcp add midnight-rgb-mcp --command npx --arg -y --arg @domainforagents/mcp
mcp_servers:
midnight-rgb-mcp:
command: "npx"
args: ["-y", "@domainforagents/mcp"] {
"mcpServers": {
"midnight-rgb-mcp": {
"command": "npx",
"args": [
"-y",
"@domainforagents/mcp"
]
}
}
} 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.
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.
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| string | — | Optional email for the account | |
| name | string | — | Label 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.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | Record value (e.g. IP address, hostname) |
| domain_id | string | yes | Domain ID |
| name | string | yes | Record name (e.g. "@" for root, "www" for subdomain) |
| priority | integer | — | Priority (for MX records) |
| ttl | integer | — | TTL in seconds (default: 3600) |
| type | string | yes | DNS 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.).
| Name | Type | Req | Description |
|---|---|---|---|
| events | array | yes | Events to subscribe to |
| url | string | yes | HTTPS URL to receive webhook events |
No output schema declared.
No examples provided.
delete_dns_record ~37
Delete a DNS record.
| Name | Type | Req | Description |
|---|---|---|---|
| domain_id | string | yes | Domain ID |
| record_id | string | yes | DNS 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.
| Name | Type | Req | Description |
|---|---|---|---|
| domain_id | string | yes | Domain ID |
No output schema declared.
No examples provided.
get_domain ~33
Get details for a specific domain including state, expiry, and DNS records.
| Name | Type | Req | Description |
|---|---|---|---|
| domain_id | string | yes | Domain 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Results per page (default: 20, max: 100) |
| page | integer | — | Page number (default: 1) |
| search | string | — | Search by domain name |
| state | string | — | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| dns_records | array | — | DNS records to set on registration |
| name | string | yes | Domain to register (e.g. "myagent.io") |
| payment_type | string | — | Payment method: "balance" (default) or "crypto" (requires pre-funded USDC balance) |
| years | integer | — | Registration period in years (default: 1) |
No output schema declared.
No examples provided.
renew_domain ~47
Renew a registered domain. Deducts from prepaid balance.
| Name | Type | Req | Description |
|---|---|---|---|
| domain_id | string | yes | Domain ID to renew |
| years | integer | — | Years 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.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Domain to reserve (e.g. "myagent.io") |
| ttl_seconds | integer | — | Hold 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.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Domain 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.
| Name | Type | Req | Description |
|---|---|---|---|
| domain_id | string | yes | Domain ID |
| nameservers | array | yes | List 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.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | yes | Describe your project, product, or idea (e.g. "AI tutoring platform for kids") |
No output schema declared.
No examples provided.