{
  "markdown": "# Atom.com — Premium Domains MCP Server\n\nAn [MCP](https://modelcontextprotocol.io) server that lets AI agents search,\nappraise, trademark-screen, and buy premium brandable domain names from\n[Atom.com](https://www.atom.com) — a curated premium domain marketplace and\naccredited domain registrar.\n\n**Remote endpoint:** `https://mcp.atom.com/mcp` (Streamable HTTP)\n\nDomain search works anonymously — no account or API key needed to try it.\nAccount-linked tools use OAuth: your agent opens an Atom.com login page, you\napprove, done. No client IDs or secrets to configure.\n\n## What it's for\n\n- **Naming a startup, product, or company** — get real, buyable names (with\n  actual buy-now prices), not just ideas.\n- **Checking a specific domain** — available, taken, or premium-listed, with\n  curated alternatives when it's taken.\n- **Valuing a domain** — appraisal with reasoning and comparable sales.\n- **Screening trademarks** — a preliminary conflict screen against public\n  USPTO records before you fall in love with a name.\n- **Buying** — hand off a pre-filled Atom.com checkout link to complete the\n  purchase on Atom.com.\n\n## Tools\n\n| Tool | Auth | Description |\n|------|------|-------------|\n| `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. |\n| `check_domain_availability` | Atom.com login | Check whether a specific domain is available, taken, or a premium listing; suggests curated alternatives when taken. |\n| `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. |\n| `appraise_domain` | Atom.com login | Estimate the market value of a domain with reasoning and comparable sales. Always an estimate, not an offer. |\n| `get_domain_details` | Atom.com login | Full detail record for a single Atom.com listing — the deep-dive after picking a name. |\n| `screen_trademark_conflicts` | Atom.com login | Preliminary trademark-conflict screen against public USPTO records. Not legal advice. |\n| `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. |\n\nAll tools are read-only (`readOnlyHint: true`) — nothing on this surface\nspends money or mutates account state. Purchases always complete on\nAtom.com's own checkout.\n\n## Connect\n\n### Claude (claude.ai / Claude Desktop)\n\nAdd a custom connector with the URL `https://mcp.atom.com/mcp`.\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http atom https://mcp.atom.com/mcp\n```\n\n### Cursor / VS Code / other MCP clients\n\n```json\n{\n  \"mcpServers\": {\n    \"atom\": {\n      \"type\": \"http\",\n      \"url\": \"https://mcp.atom.com/mcp\"\n    }\n  }\n}\n```\n\nWhen a tool needs authentication the client will open Atom.com's OAuth consent\npage — log in with (or create) your Atom.com account and approve. Dynamic client\nregistration is supported, so no manual app setup is required.\n\n## Protocol details\n\n- **Transport:** Streamable HTTP (MCP spec 2025-03-26), JSON responses. SSE is\n  not supported.\n- **Auth:** OAuth 2.1 with PKCE; Atom.com is the authorization server.\n  Protected-resource metadata at\n  `https://mcp.atom.com/.well-known/oauth-protected-resource` (RFC 9728).\n- **Rate limits:** anonymous search is IP-rate-limited; authenticated tools are\n  per-token. Limit responses are `429` with `Retry-After`.\n\n## Try it without a client\n\n```bash\ncurl -s -X POST https://mcp.atom.com/mcp \\\n  -H 'Content-Type: application/json' \\\n  -H 'Accept: application/json, text/event-stream' \\\n  -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/call\",\"params\":{\"name\":\"search_brandable_domains\",\"arguments\":{\"concept\":\"AI fitness coach\"}}}'\n```\n\n## About this repository\n\nThis repository is the public home of the Atom.com MCP server for registry\nlistings. The server itself is a hosted remote service operated by Atom.com — it\nruns at `mcp.atom.com` and its source lives in Atom.com's main (private)\napplication repository.\n\n## Links\n\n- Server info: <https://www.atom.com/atom-mcp-server>\n- Atom.com marketplace: <https://www.atom.com>\n- MCP Registry entry: [`com.atom/premium-domains`](https://registry.modelcontextprotocol.io/v0/servers?search=com.atom)\n- Support: <https://helpdesk.atom.com>\n\n## License\n\nDocumentation in this repository is MIT licensed. The hosted Atom.com service is\nsubject to [Atom.com's Terms of Service](https://www.atom.com/terms-of-service).\n",
  "bytes": 4576,
  "sha": "13383bc9346e26b0890d3a0bfd83c1b5af0585a5b50008af4fdf3212c7f574b9",
  "repo_slug": "atomdomains/atom-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_atom_premium_domains_e4b7a911/readme"
}