Universal Blockchain runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from npm. Last commit 4 Aug 2026.
ZetaChain universal blockchain MCP server
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 universal-blockchain -- npx -y universal-blockchain-mcp
{
"mcpServers": {
"universal-blockchain": {
"args": [
"-y",
"universal-blockchain-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.universal-blockchain]
command = "npx"
args = ["-y", "universal-blockchain-mcp"]
{
"mcpServers": {
"universal-blockchain": {
"args": [
"-y",
"universal-blockchain-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"universal-blockchain": {
"args": [
"-y",
"universal-blockchain-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.