---
name: stable-domains-git-ben-upgrade-agentcash-r-bb6a65-merit-systems.vercel.app
description: This host provides a single-domain availability check service that returns registration status, pricing tiers, and slot availability for a given domain name. It exposes bonding curve pricing data including base price, current price, and a bonding multiplier alongside remaining daily registration slots.
host: stable-domains-git-ben-upgrade-agentcash-r-bb6a65-merit-systems.vercel.app
---

# stable-domains-git-ben-upgrade-agentcash-r-bb6a65-merit-systems.vercel.app

stable-domains-git-ben-upgrade-agentcash-r-bb6a65-merit-systems.vercel.app is a domain registration utility host serving agents that need to verify domain availability and retrieve pricing details before initiating a purchase. It is distinct in exposing bonding curve mechanics (basePrice, currentPrice, bonding multiplier, daily slots), suggesting it operates within a domain marketplace that uses dynamic pricing rather than flat-rate registration.

## When to use this host

Use this host when an agent needs to verify availability and retrieve current pricing for a specific domain name before proceeding with registration, particularly in contexts where bonding curve or dynamic pricing data is relevant. Do not use it for bulk or batch domain lookups — it handles one domain per request with no streaming or list-based interface. It is also not suitable for actually executing a domain purchase; a separate registration or checkout skill/host would be needed for that step. If flat-rate WHOIS-style availability checks are needed without pricing context, a standard WHOIS API may be more appropriate.

## Capabilities

### Domain Availability and Pricing

Checks whether a single domain is available for registration and returns its full pricing context, including base price, current bonding-adjusted price, multiplier, and remaining daily slots.

- **`check-domain-availability`** — Checks whether a domain name is available for registration and returns its base price, current price, bonding multiplier, and remaining daily slots.

## Skill reference

### `check-domain-availability`

**Domain Check** — Checks whether a domain name is available for registration and returns its base price, current price, bonding multiplier, and remaining daily slots.

*Use when:* Use when an agent needs to verify if a specific domain name is available to register and wants to know its current registration price and slot availability before proceeding with a purchase.

*Not for:* Do not use for bulk domain searches or streaming availability feeds; this is a single-domain, single-shot check per request.

**Inputs:**

- `domain` (string, required) — The fully qualified domain name to check for availability and pricing.

**Returns:** Returns available=true, premium=false, tld=xyz, basePrice=$20, currentPrice=$20, bondingMultiplier=1x, and dailySlotsRemaining=10 for the queried domain.

**Example:** `{"domain": "merit-systems-verify-2026.xyz"}`

---
