MCP Server
MCP
MCPDomain
Buy & manage domains from any AI chat: availability, register, DNS, email forwarding, AI bot stats.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcpdomain.ai/mcp"
}
],
"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"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment