io.github.seomarlboro/domain-check-skills-mcp
NPM · DOMAIN-CHECK-SKILLS-MCP · SCANNED AUG 15
World's fastest domain check. Or the second — dispute it. 52 TLDs, 7 registrars, no API key.
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 Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 30 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- 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 3 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability82
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 233 tokens (~58/item across 4 items; 4 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
- Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
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 · domain-check-skills-mcp
claude mcp add seomarlboro-domain-check-skills-mcp -- npx -y domain-check-skills-mcp
codex mcp add seomarlboro-domain-check-skills-mcp -- npx -y domain-check-skills-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"seomarlboro-domain-check-skills-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"domain-check-skills-mcp"
],
"enabled": true
}
}
} openclaw mcp add seomarlboro-domain-check-skills-mcp --command npx --arg -y --arg domain-check-skills-mcp
mcp_servers:
seomarlboro-domain-check-skills-mcp:
command: "npx"
args: ["-y", "domain-check-skills-mcp"] {
"mcpServers": {
"seomarlboro-domain-check-skills-mcp": {
"command": "npx",
"args": [
"-y",
"domain-check-skills-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.
- 14 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 13 Aug 26 0
- Security disclosure: unverified → fail ▼ functional
- 11 Aug 26 +1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 7 Aug 26 +3
- Known CVEs: partial → pass ▲ security
- Dependency health: partial → 0.85 functional
- 6 Aug 26 +36
- Source repository: fail → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Security disclosure: unverified → fail ▼ functional
- Tool coverage: unverified → 100 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- First check of Schema quality: pass functional
- First check of Schema quality: fail functional
- First check of Schema quality: excellent functional
- First check of Tool coverage: 100 functional
- 5 Aug 26 30
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 15 Aug 2026 · Analysed npm/domain-check-skills-mcp@1.2.2
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Dependencies 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 30 |
| Tree resolution | Complete |
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.
check_domain ~54
Check whether a specific domain (e.g. acme.io) is available. Returns cheapest registrar, buy link, and registration year when taken.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Fully-qualified domain, e.g. acme.io |
No output schema declared.
No examples provided.
compare_registrars ~48
Compare registrar registration and renewal prices for a TLD (e.g. com, io, ai).
| Name | Type | Req | Description |
|---|---|---|---|
| tld | string | yes | TLD without the dot, e.g. com |
No output schema declared.
No examples provided.
get_domain_age ~44
Return the registration (creation) year and expiration date for a taken domain using RDAP.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Fully-qualified domain, e.g. acme.com |
No output schema declared.
No examples provided.
search_domains ~87
Check one name across many TLDs at once. Returns availability, cheapest price, buy link and registration year (for taken domains) for each.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Name without TLD, e.g. acme |
| tlds | string | – | Comma-separated TLDs, e.g. com,io,ai. Defaults to a curated set of 12. |
No output schema declared.
No examples provided.