Chainweb HTTP API: local sim, pre-signed send, poll, table reads, SPV proofs, module deploys.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @pact-community/mcp-chainweb
MCP client config
{
"mcpServers": {
"chainweb-api": {
"command": "npx",
"args": [
"-y",
"@pact-community/mcp-chainweb"
]
}
}
}