# io.github.nach-dakwale/instadomain (remote · instadomain.fly.dev)

Domain registration for AI agents via Stripe or x402 crypto with Cloudflare DNS.

- Trust score: 60/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `instadomain.fly.dev`: 60/100 (this document), [markdown](https://verifymcp.io/servers/nach-dakwale-instadomain/instadomain.md), [page](https://verifymcp.io/servers/nach-dakwale-instadomain/instadomain)

## Channel facts

- Endpoint: `https://instadomain.fly.dev/mcp/`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 12 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 55/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 2102 tokens (~175/item across 12 items; 12 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http nach-dakwale-instadomain https://instadomain.fly.dev/mcp/
```

### Codex

```toml
[mcp_servers.nach-dakwale-instadomain]
url = "https://instadomain.fly.dev/mcp/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nach-dakwale-instadomain": {
      "type": "remote",
      "url": "https://instadomain.fly.dev/mcp/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add nach-dakwale-instadomain --url https://instadomain.fly.dev/mcp/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  nach-dakwale-instadomain:
    url: "https://instadomain.fly.dev/mcp/"
```

### Other

```json
{
  "mcpServers": {
    "nach-dakwale-instadomain": {
      "type": "http",
      "url": "https://instadomain.fly.dev/mcp/"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 59, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 58, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 56, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 56, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 55, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 54, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 54)

First indexed and scored.

## MCP tools (12)

### `check_domain` (~221 tokens)

Check if a domain is available for purchase and get its price.

Always call this before buying. After showing the price, ask the user
two things before proceeding:
1\. Confirm they want to purchase at that price.
2\. Which payment method they prefer:
   \- "card" / "Stripe" → call buy_domain (opens Stripe checkout in browser)
   \- "crypto" / "USDC" / "x402" → call buy_domain_crypto (autonomous USDC payment,
     no browser; requires Coinbase Payments MCP or another x402 wallet)
   \- "MPP" / "agent pay" → call buy_domain_mpp (Stripe agent payments via
     Shared Payment Token, no browser)
If the user has Coinbase Payments MCP configured in their session, suggest
crypto as the default. Otherwise default to buy_domain (Stripe).

Args:
    domain: The full domain name to check (e.g. "coolstartup.com").

Returns:
    Dict with availability status, price in cents, and formatted price.

Input parameters:

- `domain` (string, required)

### `check_domains_bulk` (~71 tokens)

Check availability of up to 50 domain names in one call.

Uses fast RDAP lookups (no pricing). Returns a summary with
total/available/taken counts plus per-domain details.

Args:
    domains: List of domain names to check (max 50).

Input parameters:

- `domains` (array, required)

### `suggest_domains` (~46 tokens)

Generate domain name ideas from a keyword and check their availability.

Args:
    keyword: A keyword or short business name (e.g. "taskflow").

Input parameters:

- `keyword` (string, required)

### `get_domain_status` (~78 tokens)

Get the status of a domain purchase order.

Polls the backend every 3 seconds (up to 120 seconds) until the order
reaches a terminal state (complete or failed).

Args:
    order_id: The order ID returned from buy_domain (e.g. "ord_abc123").

Input parameters:

- `order_id` (string, required)

### `request_transfer_code` (~86 tokens)

Start the transfer verification flow by sending a code to the registrant's email.

Always call this before get_transfer_code or unlock_domain.
Then ask the user to check their email and provide the 6-digit code,
then call verify_transfer_code to get a transfer_token.

Args:
    order_id: The order ID of a completed domain purchase.

Input parameters:

- `order_id` (string, required)

### `verify_transfer_code` (~93 tokens)

Verify the email code and get a transfer token valid for 15 minutes.

Call this after request_transfer_code and the user provides their code.
Pass the returned transfer_token to get_transfer_code or unlock_domain.

Args:
    order_id: The order ID of a completed domain purchase.
    code: The 6-digit code from the verification email.

Input parameters:

- `code` (string, required)
- `order_id` (string, required)

### `get_transfer_code` (~74 tokens)

Get the EPP/transfer authorization code for a completed domain purchase.

Requires a transfer_token from verify_transfer_code.

Args:
    order_id: The order ID of a completed domain purchase.
    transfer_token: Token returned by verify_transfer_code.

Input parameters:

- `order_id` (string, required)
- `transfer_token` (string, required)

### `unlock_domain` (~65 tokens)

Remove the registrar transfer lock. Requires a transfer_token from verify_transfer_code.

Args:
    order_id: The order ID of a completed domain purchase.
    transfer_token: Token returned by verify_transfer_code.

Input parameters:

- `order_id` (string, required)
- `transfer_token` (string, required)

### `renew_domain` (~59 tokens)

Renew a domain for 1 additional year.

Creates a Stripe checkout session for the renewal payment.

Args:
    order_id: The order ID of a completed domain purchase (e.g. "ord_abc123").

Input parameters:

- `order_id` (string, required)

### `buy_domain` (~429 tokens)

Start the purchase flow for an available domain via Stripe checkout.

IMPORTANT: Before calling this tool, you MUST first call check_domain
to get the price, then clearly show the user the price and get their
explicit confirmation before proceeding. Never call buy_domain without
the user seeing and approving the price first.

The registrant contact details are required because the domain will be
registered in the buyer's name (they become the legal owner). WHOIS
privacy is enabled by default, so these details are not publicly visible.

Creates a Stripe checkout session. IMPORTANT: After this tool returns,
you MUST open the checkout_url by running the shell command
\`open "<checkout_url>"` (macOS/Linux) so the payment page launches
automatically in the user's default browser. Do NOT paste the URL as
a link. Tell the user the page has been opened and they can complete
payment there.

Args:
    domain: The domain to purchase (e.g. "coolstartup.com").
    first_name: Registrant's first name.
    last_name: Registrant's last name.
    email: Registrant's email address.
    address1: Registrant's street address.
    city: Registrant's city.
    state: Registrant's state or province.
    postal_code: Registrant's postal/zip code.
    country: 2-letter ISO country code (e.g. "US", "GB", "DE").
    phone: Phone number in format +1.5551234567.
    org_name: Organization name (optional, leave empty for individuals).

Returns:
    Dict with order_id, checkout_url, price_cents, and price_display.

Input parameters:

- `address1` (string, required)
- `city` (string, required)
- `country` (string, required)
- `domain` (string, required)
- `email` (string, required)
- `first_name` (string, required)
- `last_name` (string, required)
- `org_name` (string)
- `phone` (string, required)
- `postal_code` (string, required)
- `state` (string, required)

### `buy_domain_crypto` (~473 tokens)

Start the purchase flow for a domain using USDC crypto payment (x402 protocol).

Autonomous two-step payment flow — no browser required:

Step 1: Call this tool to reserve the domain and get a pay_url.
Step 2: Pay the pay_url using your x402 wallet:
  \- If you have Coinbase Payments MCP: call its x402 payment tool with the pay_url.
  \- Otherwise: run `curl -L <pay_url>` — your x402-enabled HTTP client will handle
    the 402 handshake and USDC payment on Base automatically.

After payment succeeds, call get_domain_status(order_id) to poll until
registration is complete (usually under 60 seconds).

The registrant contact details are required because the domain will be
registered in the buyer's name (they become the legal owner). WHOIS
privacy is enabled by default, so these details are not publicly visible.

IMPORTANT: Before calling this tool, you MUST first call check_domain
to get the price and confirm it with the user.

Args:
    domain: The domain to purchase (e.g. "coolstartup.com").
    first_name: Registrant's first name.
    last_name: Registrant's last name.
    email: Registrant's email address.
    address1: Registrant's street address.
    city: Registrant's city.
    state: Registrant's state or province.
    postal_code: Registrant's postal/zip code.
    country: 2-letter ISO country code (e.g. "US", "GB", "DE").
    phone: Phone number in format +1.5551234567.
    org_name: Organization name (optional, leave empty for individuals).

Returns:
    Dict with order_id, pay_url (full URL to pay via x402),
    price_usdc, price_cents, network, and USDC contract address.

Input parameters:

- `address1` (string, required)
- `city` (string, required)
- `country` (string, required)
- `domain` (string, required)
- `email` (string, required)
- `first_name` (string, required)
- `last_name` (string, required)
- `org_name` (string)
- `phone` (string, required)
- `postal_code` (string, required)
- `state` (string, required)

### `buy_domain_mpp` (~407 tokens)

Start the purchase flow for a domain via Stripe's Machine Payments Protocol (MPP).

MPP lets autonomous agents pay with fiat (cards, Link) or stablecoins via
Shared Payment Tokens, with no browser checkout. Two-step flow:

Step 1: Call this tool to get an order_id and pay_url.
Step 2: Make an HTTP GET request to the pay_url with an MPP-enabled HTTP
client. The server responds with HTTP 402 + WWW-Authenticate; the client
creates a Shared Payment Token and retries with an Authorization header.
The server charges the SPT through Stripe and kicks off domain registration.

After payment, call get_domain_status(order_id) to poll until complete.

Requires: An MPP-compatible client configured to mint SPTs against the
server's advertised Stripe Business Network profile.

Args:
    domain: The domain to purchase (e.g. "coolstartup.com").
    first_name: Registrant's first name.
    last_name: Registrant's last name.
    email: Registrant's email address.
    address1: Registrant's street address.
    city: Registrant's city.
    state: Registrant's state or province.
    postal_code: Registrant's postal/zip code.
    country: 2-letter ISO country code.
    phone: Phone number in format +1.5551234567.
    org_name: Organization name (optional).

Returns:
    Dict with order_id, pay_url (full URL), price_cents, price_display,
    network_id, and payment_method_types.

Input parameters:

- `address1` (string, required)
- `city` (string, required)
- `country` (string, required)
- `domain` (string, required)
- `email` (string, required)
- `first_name` (string, required)
- `last_name` (string, required)
- `org_name` (string)
- `phone` (string, required)
- `postal_code` (string, required)
- `state` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/nach-dakwale-instadomain/instadomain#diagnostics

## Score history

- 2026-08-03: 60
- 2026-08-02: 59
- 2026-08-01: 59
- 2026-07-31: 58
- 2026-07-30: 56
- 2026-07-29: 56
- 2026-07-28: 55
- 2026-07-27: 54
- 2026-07-26: 54

## Links

- Remote endpoint: https://instadomain.fly.dev/mcp/
- Changelog RSS feed: https://verifymcp.io/servers/nach-dakwale-instadomain/instadomain/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/nach-dakwale-instadomain/instadomain/changelog.json
- HTML version of this page: https://verifymcp.io/servers/nach-dakwale-instadomain/instadomain
