MCPDomain✓
io.github.danboabes/mcpdomain · v1.0.7
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.danboabes/mcpdomain",
"description": "Buy & manage domains from any AI chat: availability, register, DNS, email forwarding, AI bot stats.",
"title": "MCPDomain",
"repository": {
"url": "https://github.com/danboabes/mcpdomain",
"source": "github"
},
"version": "1.0.7",
"websiteUrl": "https://mcpdomain.ai",
"packages": [
{
"registryType": "npm",
"identifier": "mcpdomain",
"version": "1.0.7",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Operation mode: 'mock' for testing (default) or 'live' for real OpenSRS API calls.",
"format": "string",
"default": "mock",
"name": "OPENSRS_MODE"
},
{
"description": "OpenSRS reseller username (only required in live mode).",
"format": "string",
"isSecret": true,
"name": "OPENSRS_USERNAME"
},
{
"description": "OpenSRS API key (only required in live mode).",
"format": "string",
"isSecret": true,
"name": "OPENSRS_KEY"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcpdomain.ai/mcp"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}