Odel
Chainweb API

Chainweb API

Local
@pact-community-organizationTypeScriptApache-2.0Updated 2 days ago

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).

npm@pact-community/mcp-chainwebv0.2.3

Run

npx -y @pact-community/mcp-chainweb

MCP client config

{
  "mcpServers": {
    "chainweb-api": {
      "command": "npx",
      "args": [
        "-y",
        "@pact-community/mcp-chainweb"
      ]
    }
  }
}