Chainweb HTTP API: local sim, pre-signed send, poll, table reads, SPV proofs, module deploys.
claude mcp add chainweb -- npx -y @pact-community/mcp-chainweb
claude_desktop_config.json
{
"mcpServers": {
"chainweb": {
"command": "npx",
"args": [
"-y",
"@pact-community/mcp-chainweb"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"chainweb": {
"command": "npx",
"args": [
"-y",
"@pact-community/mcp-chainweb"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"chainweb": {
"command": "npx",
"args": [
"-y",
"@pact-community/mcp-chainweb"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"chainweb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pact-community/mcp-chainweb"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"chainweb": {
"command": "npx",
"args": [
"-y",
"@pact-community/mcp-chainweb"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Pact-Community-Organization--chainweb/reviews or the review_server meta-tool.
POST /mcp