Your AI agent can register a domain.
NameMarshal speaks MCP, the Model Context Protocol. Connect Claude, ChatGPT, Cursor or any MCP-capable agent, and it can name a project, check live availability at honest flat prices, and hand the user a buy link. No browser tab required.
Three tools. That's the whole surface.
An agent discovers these at runtime and calls them over a single HTTP endpoint.
Connect in under a minute.
Add the server
Point your agent or MCP client at the endpoint. It's a stateless Streamable HTTP server, so there's no session to manage.
Ask in plain language
"Name my AI recipe app and check what's available." The agent calls the tools and shows live prices.
User buys in one tap
The agent returns a buy link. The user lands on NameMarshal with the name ready to add to cart.
{
"mcpServers": {
"namemarshal": {
"url": "https://namemarshal.com/api/mcp"
}
}
}
What an exchange looks like.
JSON-RPC 2.0 over a single POST. This is a real call and response.
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "check_domain",
"arguments": { "name": "brightlumen" }
}
}
{
"domain": "brightlumen.com",
"available": true,
"price_usd": 13.99,
"renews_at": 13.99,
"privacy_included": true
}
Honest pricing, even for agents.
The price a tool returns is the price it renews at, with privacy and SSL included. When an agent recommends a name, your user will never hit a renewal ambush. That's the whole point.