Pact Tooling runs on your own machine — the client starts it, so there is no endpoint to ping. 195 installs a week from npm. Last commit 3 Aug 2026.
Pact 5 tooling: REPL test runs, trap scanning, gas estimation, interface diff, format checks.
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 pact -- npx -y @pact-community/mcp-pact
{
"mcpServers": {
"pact": {
"args": [
"-y",
"@pact-community/mcp-pact"
],
"command": "npx"
}
}
}
[mcp_servers.pact]
command = "npx"
args = ["-y", "@pact-community/mcp-pact"]
{
"mcpServers": {
"pact": {
"args": [
"-y",
"@pact-community/mcp-pact"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"pact": {
"args": [
"-y",
"@pact-community/mcp-pact"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.