streamable-httpMITupdated 1mo ago
An MCP server that lets AI agents search, appraise, trademark-screen, and buy premium brandable domain names from Atom.com — a curated premium domain marketplace and accredited domain registrar.
What can you do with Atom com — Premium Domains?
Atom.com — Premium Domains MCP Server
An MCP server that lets AI agents search, appraise, trademark-screen, and buy premium brandable domain names from Atom.com — a curated premium domain marketplace and accredited domain registrar.
Remote endpoint: https://mcp.atom.com/mcp (Streamable HTTP)
Domain search works anonymously — no account or API key needed to try it. Account-linked tools use OAuth: your agent opens an Atom.com login page, you approve, done. No client IDs or secrets to configure.
What it's for
- Naming a startup, product, or company — get real, buyable names (with actual buy-now prices), not just ideas.
- Checking a specific domain — available, taken, or premium-listed, with curated alternatives when it's taken.
- Valuing a domain — appraisal with reasoning and comparable sales.
- Screening trademarks — a preliminary conflict screen against public USPTO records before you fall in love with a name.
- Buying — hand off a pre-filled Atom.com checkout link to complete the purchase on Atom.com.
Tools
| Tool | Auth | Description |
|---|---|---|
search_brandable_domains |
none | Search Atom.com's curated marketplace of premium, brandable domains by concept, industry, or style. Every result is a real listing with a buy-now price. |
check_domain_availability |
Atom.com login | Check whether a specific domain is available, taken, or a premium listing; suggests curated alternatives when taken. |
generate_domain_names |
Atom.com login | Invent new brandable name candidates for a concept, grounded against live availability and Atom.com inventory — every result is actually obtainable. |
appraise_domain |
Atom.com login | Estimate the market value of a domain with reasoning and comparable sales. Always an estimate, not an offer. |
get_domain_details |
Atom.com login | Full detail record for a single Atom.com listing — the deep-dive after picking a name. |
screen_trademark_conflicts |
Atom.com login | Preliminary trademark-conflict screen against public USPTO records. Not legal advice. |
get_checkout_link |
Atom.com login | Pre-filled, authenticated Atom.com checkout URL so the user can complete payment on Atom.com. Charges nothing by itself. |
All tools are read-only (readOnlyHint: true) — nothing on this surface
spends money or mutates account state. Purchases always complete on
Atom.com's own checkout.
Connect
Claude (claude.ai / Claude Desktop)
Add a custom connector with the URL https://mcp.atom.com/mcp.
Claude Code
claude mcp add --transport http atom https://mcp.atom.com/mcp
Cursor / VS Code / other MCP clients
{
"mcpServers": {
"atom": {
"type": "http",
"url": "https://mcp.atom.com/mcp"
}
}
}
When a tool needs authentication the client will open Atom.com's OAuth consent page — log in with (or create) your Atom.com account and approve. Dynamic client registration is supported, so no manual app setup is required.
Protocol details
- Transport: Streamable HTTP (MCP spec 2025-03-26), JSON responses. SSE is not supported.
- Auth: OAuth 2.1 with PKCE; Atom.com is the authorization server.
Protected-resource metadata at
https://mcp.atom.com/.well-known/oauth-protected-resource(RFC 9728). - Rate limits: anonymous search is IP-rate-limited; authenticated tools are
per-token. Limit responses are
429withRetry-After.
Try it without a client
curl -s -X POST https://mcp.atom.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_brandable_domains","arguments":{"concept":"AI fitness coach"}}}'
About this repository
This repository is the public home of the Atom.com MCP server for registry
listings. The server itself is a hosted remote service operated by Atom.com — it
runs at mcp.atom.com and its source lives in Atom.com's main (private)
application repository.
Links
- Server info: https://www.atom.com/atom-mcp-server
- Atom.com marketplace: https://www.atom.com
- MCP Registry entry:
com.atom/premium-domains - Support: https://helpdesk.atom.com
License
Documentation in this repository is MIT licensed. The hosted Atom.com service is subject to Atom.com's Terms of Service.
Install
Add Atom com — Premium Domains to your client. Pick the one you use.
claude mcp add --transport http atom-com-premium-domains https://mcp.atom.com/mcpcodex mcp add atom-com-premium-domains --url https://mcp.atom.com/mcp{
"mcpServers": {
"atom-com-premium-domains": {
"url": "https://mcp.atom.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"atom-com-premium-domains": {
"type": "http",
"url": "https://mcp.atom.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"atom-com-premium-domains": {
"url": "https://mcp.atom.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"atom-com-premium-domains": {
"serverUrl": "https://mcp.atom.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
7 tools
Atom com — Premium Domains exposes 7 tools to a connected agent.
- search_brandable_domains
- none
- check_domain_availability
- Atom.com login
- generate_domain_names
- Atom.com login
- appraise_domain
- Atom.com login
- get_domain_details
- Atom.com login
- screen_trademark_conflicts
- Atom.com login
- get_checkout_link
- Atom.com login
Score
81 / 100
Excellent
- Documentation25/25
- Maintenance22/25
- Trust16/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 50 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 7 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 2.0.7Latest | Jul 12, 2026 |
| 2.0.6 | Jul 12, 2026 |
| 2.0.5 | Jul 12, 2026 |
| 2.0.4 | Jul 12, 2026 |
| 2.0.3 | Jul 12, 2026 |
| 2.0.2 | Jun 8, 2026 |
| 2.0.1 | Jun 8, 2026 |
| 2.0.0 | Jun 8, 2026 |