MCP Broadcast runs on your own machine — the client starts it, so there is no endpoint to ping. 91 installs a week from npm. Last commit 30 Jul 2026.
MCP server for broadcasting signed raw transactions to multiple blockchains via Crypto APIs
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 mcp-broadcast -- npx -y @cryptoapis-io/mcp-broadcast
{
"mcpServers": {
"mcp-broadcast": {
"args": [
"-y",
"@cryptoapis-io/mcp-broadcast"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-broadcast]
command = "npx"
args = ["-y", "@cryptoapis-io/mcp-broadcast"]
{
"mcpServers": {
"mcp-broadcast": {
"args": [
"-y",
"@cryptoapis-io/mcp-broadcast"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-broadcast": {
"args": [
"-y",
"@cryptoapis-io/mcp-broadcast"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.