# Domain Check

> Check domain availability and pricing across TLDs. Use when the user asks if a domain is available, wants to find a domain name, or wants to compare TLD options. Requires domain-suite-mcp.

- **Type:** Skill
- **Install:** `agentstack add skill-oso95-domain-suite-mcp-domain-check`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [oso95](https://agentstack.voostack.com/s/oso95)
- **Installs:** 0
- **Category:** [Cloud & Infrastructure](https://agentstack.voostack.com/c/cloud-infrastructure)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [oso95](https://github.com/oso95)
- **Source:** https://github.com/oso95/domain-suite-mcp/tree/main/skills/domain-check
- **Website:** https://www.npmjs.com/package/domain-suite-mcp

## Install

```sh
agentstack add skill-oso95-domain-suite-mcp-domain-check
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

Check domain availability for $ARGUMENTS using the domain-suite-mcp server.

## Steps

1. Call `list_providers` to see which providers are configured and what pricing sources are available.

2. Parse the input:
   - If a full domain is given (e.g. `myapp.com`), split into name + TLD
   - If a name only (e.g. `myapp`), check `.com`, `.io`, `.dev`, `.co` by default
   - If TLDs are specified (e.g. `myapp com,io,net`), use those

3. Call `check_availability` with the domain name, tlds array, and provider (use the first configured provider that supports pricing, if any).

4. Present results in a clear table:
   - Domain | Available | Price (reg) | Price (renewal) | Source
   - Highlight available domains
   - If no provider is configured, note that pricing requires API credentials

5. If any domains are available and the user seems interested in registering, ask if they'd like to proceed and suggest using `/domain-register`.

## Notes
- `check_availability` works with zero configuration via RDAP/WHOIS — no API key needed for availability
- Pricing is only returned when a provider (Porkbun, Namecheap, GoDaddy) is configured
- For premium domains the `premium` field will be true — warn the user, prices may be much higher

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [oso95](https://github.com/oso95)
- **Source:** [oso95/domain-suite-mcp](https://github.com/oso95/domain-suite-mcp)
- **License:** MIT
- **Homepage:** https://www.npmjs.com/package/domain-suite-mcp

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-oso95-domain-suite-mcp-domain-check
- Seller: https://agentstack.voostack.com/s/oso95
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
