Loading MCP server directory, please wait...
Manage a Websupport account: DNS, FTP, hosting, databases, mailboxes, VPS and invoices.
npx @getmcp/cli add io.github.tydung26/websupport-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
WEBSUPPORT_API_KEYAPI key identifier from WebAdmin (Security -> API keys). Generate a Standard pair; a DynDNS pair authenticates against one endpoint only.
WEBSUPPORT_API_SECRETAPI secret paired with the key. Used only to sign requests; it is never transmitted.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.tydung26/websupport-mcp": {
"command": "npx",
"args": [
"-y",
"websupport-mcp"
],
"env": {
"WEBSUPPORT_API_KEY": "",
"WEBSUPPORT_API_SECRET": "",
"WEBSUPPORT_API_BASE_URL": "https://rest.websupport.sk",
"WEBSUPPORT_ACCEPT_LANGUAGE": "en_us",
"WEBSUPPORT_ALLOW_WRITE": "",
"WEBSUPPORT_ALLOW_DESTRUCTIVE": ""
}
}
}
}