Back to mcpdomain
Card snapshot
mcpdomain.ai
·
2026-05-18 12:49:25 UTC
·
2ca2682cbc44517ec0e178776ffd775486b3e3b25f708c98753e2380abae7d16
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"protocolVersion": "0.2.1",
"name": "mcpdomain",
"description": "The first domain registrar built for AI agents. Check availability, register domains, configure email forwarding and DNS \u2014 all from inside any AI conversation.",
"url": "https://mcpdomain.ai/mcp",
"version": "1.0.0",
"provider": {
"organization": "MCPDomain",
"url": "https://mcpdomain.ai"
},
"documentationUrl": "https://github.com/danboabes/mcpdomain",
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text",
"application/json"
],
"defaultOutputModes": [
"text",
"application/json"
],
"skills": [
{
"id": "check_domain_availability",
"name": "Check domain availability",
"description": "Check whether a specific domain name is available for registration and get the current price.",
"tags": [
"domain",
"registrar",
"availability",
"pricing"
],
"examples": [
"Is example.com available?",
"How much is mybrand.io?"
]
},
{
"id": "suggest_available_domains",
"name": "Suggest available domains",
"description": "Generate brandable domain name ideas from a description and verify each is available to register right now.",
"tags": [
"domain",
"naming",
"branding",
"suggestion"
],
"examples": [
"Find me a .com for a sourdough bakery in Brooklyn.",
"I need a name for an AI note-taking app."
]
},
{
"id": "register_new_domain",
"name": "Register new domain",
"description": "Start a new domain registration. Returns a secure Stripe checkout URL the user completes to pay.",
"tags": [
"domain",
"registrar",
"purchase",
"checkout"
],
"examples": [
"Register sweetcrumbs.com for me."
]
},
{
"id": "configure_domain_email",
"name": "Configure email forwarding",
"description": "Set up catch-all or per-alias email forwarding on a registered domain. No mail server, no MX setup.",
"tags": [
"email",
"forwarding",
"dns"
],
"examples": [
"Forward hello@sweetcrumbs.com to my Gmail."
]
},
{
"id": "configure_domain_dns",
"name": "Configure DNS records",
"description": "Add or update DNS records with built-in presets for Vercel, Netlify, GitHub Pages, and Cloudflare Pages.",
"tags": [
"dns",
"hosting"
],
"examples": [
"Point sweetcrumbs.com to my Vercel project."
]
},
{
"id": "get_my_domain_details",
"name": "Get domain details",
"description": "Fetch status, expiry, DNS, email forwards, and AI-bot crawl statistics for a domain registered with MCPDomain.",
"tags": [
"domain",
"monitoring",
"ai-bots"
],
"examples": [
"Which AI bots have crawled sweetcrumbs.com this month?"
]
},
{
"id": "transfer_existing_domain",
"name": "Transfer existing domain",
"description": "Transfer a domain from another registrar to MCPDomain using its EPP/auth code.",
"tags": [
"domain",
"transfer",
"migration"
],
"examples": [
"Move my domain from GoDaddy."
]
}
]
}