Chainweb API runs on your own machine — the client starts it, so there is no endpoint to ping. 230 installs a week from npm. Last commit 3 Aug 2026.
Chainweb HTTP API: local sim, pre-signed send, poll, table reads, SPV proofs, module deploys.
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 chainweb -- npx -y @pact-community/mcp-chainweb
{
"mcpServers": {
"chainweb": {
"args": [
"-y",
"@pact-community/mcp-chainweb"
],
"command": "npx"
}
}
}
[mcp_servers.chainweb]
command = "npx"
args = ["-y", "@pact-community/mcp-chainweb"]
{
"mcpServers": {
"chainweb": {
"args": [
"-y",
"@pact-community/mcp-chainweb"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"chainweb": {
"args": [
"-y",
"@pact-community/mcp-chainweb"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.