mcpbeat Sign in
local only

Chainweb API runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 5 Sep 2026.

Chainweb HTTP API: local sim, pre-signed send, poll, table reads, SPV proofs, module deploys.

Installs per day peak 19 · avg 9 · +105% w/w
a month agotoday
34
Installs / week
npm · @pact-community/mcp-chainweb
0
Stars
1 open issues
5 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 2 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable packages/mcp-coordination/src/fs/paths.ts:136
    : path.join(workspaceRoot, candidate);
Dumps the whole environment packages/mcp-shared/src/env-allowlist.ts:70
  for (const [key, value] of Object.entries(process.env)) {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add chainweb -- npx -y @pact-community/mcp-chainweb
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "chainweb": {
      "args": [
        "-y",
        "@pact-community/mcp-chainweb"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.chainweb]
command = "npx"
args = ["-y", "@pact-community/mcp-chainweb"]
.cursor/mcp.json
{
  "mcpServers": {
    "chainweb": {
      "args": [
        "-y",
        "@pact-community/mcp-chainweb"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "chainweb": {
      "args": [
        "-y",
        "@pact-community/mcp-chainweb"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PACT_COMMUNITY_WORKSPACE_ROOT (Workspace root directory; all file access is confined inside it.), PACT_COMMUNITY_CHAINWEB_MODE (Network mode; must be set and match PACT_COMMUNITY_CHAINWEB_PROFILE (devnet, testnet06, or mainnet).), PACT_COMMUNITY_CHAINWEB_PROFILE (Network profile: devnet (default, read/write), testnet06, or mainnet (both read-only).), PACT_COMMUNITY_CHAINWEB_BASE_URL (Chainweb node base URL (default per profile).), PACT_COMMUNITY_CHAINWEB_NETWORK_ID (Network id, e.g. development, testnet06, mainnet01 (default per profile).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Chainweb API

same job, measured the same way
spawnpoint
by getspawnpoint

Deploy the small apps your agent builds: one tool call returns a live, private shareable HTTPS link.

answering
Netcafe Build
by ainetcafe

Deploy a live web app from one sentence. build_app + poll to a public HTTPS URL you own.

7 tools answering
Vercel MCP Pro
by helbertparanhos

Complete Vercel MCP: deploys, logs, projects, env, domains, DNS, certs via the full REST API

66 installs/wk local only
Breezedeploy
by przemekzur

Deploy a local folder, git repo, or Docker image to a live HTTPS URL from your AI chat.

236 installs/wk local only
Onvibe
by onvibe

Talk to Claude and get a live web app deployed to a real URL, with Postgres, storage and cron.

answering
Bim
by makata

Design-review threads, comments, reactions and deployments from Bim. Sign in with Google.

answering
Floom
by floomhq

Deploy Python functions as web apps with auto-generated UI, REST API, and shareable links.

26 installs/wk local only
Quellgeist Commits
by rajeev-shyam

Read-only MCP server: get_recent_commits over a local deploy log (Quellgeist triage).

local only

Chainweb API — questions

Answers built from our own checks of this server.

Why is there no uptime for Chainweb API?
Chainweb API runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @pact-community/mcp-chainweb was installed 34 times last week.
How do I connect Chainweb API?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @pact-community/mcp-chainweb straight from npm; nothing to host, nothing to sign up for.
How many people use Chainweb API?
The npm package @pact-community/mcp-chainweb was installed 34 times in the last week. Week over week that is +105%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Chainweb API open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.