Atom.com — Premium Domains MCP server: search, appraise, trademark-screen, and buy premium brandable domains from AI agents. Remote endpoint: https://mcp.atom.com/mcp
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"atom-mcp-server": {
"command": "npx",
"args": [
"-y",
"atomdomains/atom-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add atom-mcp-server npx -y atomdomains/atom-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"atom-mcp-server": {
"command": "npx",
"args": [
"-y",
"atomdomains/atom-mcp-server"
]
}
}
}