AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Docs

mcp-custom-domain-app-docs · by CUSTOM-DOMAIN-APP

Docs for customdomain.ai — custom domains for SaaS. Let users connect their own domain in one click: automatic DNS configuration, CNAME/TXT domain verification, auto-issued SSL/TLS certificates. Guides + reference for the embeddable widget, REST API, and hosted MCP server for AI agents. Entri alternative.

No reviews yet
0 installs
4 views
0.0% view→install

Install

$ agentstack add mcp-custom-domain-app-docs

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-custom-domain-app-docs)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
27d ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Docs? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Custom Domain documentation

This repository is the source of truth for the Custom Domain documentation: the guides, concepts, and API reference for connecting customer-owned domains to a SaaS platform with automatic DNS configuration, domain ownership verification, and automatic TLS issuance and renewal. Everything the docs site renders lives here as MDX, and edits merged into this repo sync to the product site automatically. If you are looking for how to add a "connect your domain" flow to your product, start with the [quickstart](content/quickstart/) or read the rendered docs at app.customdomain.ai/docs.

What this repo is

Custom Domain lets a platform's users connect their own domain in one click. Under the hood that means provider detection across 63 DNS and registrar providers, one-click provider authorization (or an API token, or a guided manual flow with automatic verification), ownership verification, TLS certificates that issue and renew on their own, and a managed reverse-proxy edge that terminates TLS with strict multi-tenant isolation. A domain is typically live in about 30 seconds via authorization.

Documenting that accurately takes some room. This repo holds 106 MDX files covering the full surface: the hosted connect flow, the embeddable widget and SDK, the REST API, and the hosted MCP server that AI agents use to manage domains.

Repo map

All documentation lives under content/:

| Path | What it covers | | --- | --- | | content/quickstart/ | Connect a first custom domain end to end, in about five minutes | | content/connect-flow/ | The connect flow itself: provider detection, one-click provider authorization, API token setup, and the guided manual path with automatic verification | | content/dns/ | DNS providers and coverage, record management, email DNS and SPF merge, propagation and verification behavior | | content/api-reference/ | 60+ endpoint pages: tokens, domains, connections, applications, members, tenancy, providers, templates, registrar search and purchase, monitoring, webhooks, and billing | | content/mcp/ | The hosted MCP server for AI agents: streamable HTTP at mcp.customdomain.ai/mcp, OAuth client credentials, and the domain tool reference | | content/widget/ | The embeddable connect widget and SDK: installation, configuration, JWT gating, theming, and events | | content/reference/ | Security overview, plans and quotas, troubleshooting, FAQ, and the changelog |

How the sync works

This repo is canonical. The product site does not edit docs independently; it consumes them from here.

  1. A change merges into main in this repo.
  2. Automation opens a sync branch against the product repository with the updated content.
  3. Once that branch merges, the docs site at app.customdomain.ai/docs redeploys with the new content.

In practice a merged docs fix usually appears on the live site within the same day. If you spot a discrepancy between this repo and the rendered site, the repo version is newer and the sync simply has not landed yet.

Where to read the docs

GitHub will render most of these files, but the live site renders them best: MDX components, navigation, search, and runnable API examples all work there.

Contributing

Typo and clarity fixes are welcome as direct pull requests, no issue needed. For anything larger (new pages, restructuring, changed API behavior), open an issue first so we can confirm the change against the current product behavior.

Content rules, applied to every file:

  • No em dashes or en dashes anywhere. Use commas, colons, periods, or "and".
  • Plain language. Short sentences. Write for a developer who has never configured DNS before and an operator who has configured too much of it.
  • Second person ("you"), active voice.
  • Every DNS record, API request, and response in a code block must be real and current. No placeholder output pretending to be real output.
  • One H1 per page, sentence-case headings, tables only where they genuinely clarify.

About Custom Domain

Custom Domain is the managed custom-domain layer for platforms: your users connect their own domain in one click, and DNS configuration, ownership verification, and TLS issuance and renewal happen automatically. Coverage spans 63 DNS and registrar providers, 25+ of them fully auto-configured through one-click provider authorization, which builds on open standards such as the Domain Connect protocol (an open standard from the Domain Connect Association) and covers more providers than the protocol alone. Pricing starts at $0. This repository is maintained by the Custom Domain team.

Useful starting points:

Source & license

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

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.