Dealhub Admin runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm.
DealHub MCP server for admins. Manage versions and users with 7 tools via Claude AI agents.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add dealhub-admin -- npx -y dealhub-admin-mcp
{
"mcpServers": {
"dealhub-admin": {
"args": [
"-y",
"dealhub-admin-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.dealhub-admin]
command = "npx"
args = ["-y", "dealhub-admin-mcp"]
{
"mcpServers": {
"dealhub-admin": {
"args": [
"-y",
"dealhub-admin-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"dealhub-admin": {
"args": [
"-y",
"dealhub-admin-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.