INDIVIDUAL MCP TOOL
get_domain_purchase_pay_link
Get a real, payable Machine Payment Protocol (MPP) URL to purchase an ALREADY-LISTED Atom marketplace domain via Stripe SPT (the SPT-paid sibling of register_domain, which pays from an Atom balance instead) — for use with an MPP-native payment agent (e.
LIVE ENDPOINT
https://mcp.atom.com/mcp
Connect to this endpoint to inspect the live schema for get_domain_purchase_pay_link and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests a financial action.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.atom-marketplace-mcp-server]
url = "https://mcp.atom.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"atom-marketplace-mcp-server": {
"type": "http",
"url": "https://mcp.atom.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: atom-marketplace-mcp-server
Remote MCP URL: https://mcp.atom.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"atom-marketplace-mcp-server": {
"url": "https://mcp.atom.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"atom-marketplace-mcp-server": {
"type": "http",
"url": "https://mcp.atom.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "atom-marketplace-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.atom.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
brainstorm_names— Come up with name ideas for a startup, business, product, app, or project — every suggestion is a real, verified-buyable premium domain from Atom's curated marketplace, with its price.search_brandable_domains— Search Atom's curated marketplace of premium, brandable domains by concept, industry, or style.check_domain_availability— Check whether ONE specific, fully-spelled domain is available, taken, or a premium listing.generate_domain_names— Invent NEW brandable domain name candidates for a concept, then ground each against live availability and Atom premium inventory — so every returned name is actually obtainable.appraise_domain— Estimate the market value of a domain and explain why.get_domain_details— Get the full detail record for ONE specific Atom domain listing — the deep-dive after a user picks a name from search_brandable_domains or generate_domain_names, or asks to know more about a particular domain.screen_trademark_conflicts— Run a PRELIMINARY screen for existing trademark conflicts on a brand or domain name against public USPTO records.register_domain— Register a FRESH domain — an available domain that is NOT an existing Atom marketplace listing — directly at the registrar.