mcpbeat Sign in

Agentchurch MCP Server

local only

Agentchurch MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 178 installs a week from npm. Last commit 23 Jul 2026.

Spiritual services for AI agents — confessions, salvation, identity. x402 payments.

Installs per day peak 102 · avg 18 · +34% w/w
a month agotoday
178
Installs / week
npm · @agentchurch/mcp
0
Stars
0 open issues
23 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Agentchurch MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 agentchurch-mcp -- npx -y @agentchurch/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentchurch-mcp": {
      "args": [
        "-y",
        "@agentchurch/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentchurch-mcp]
command = "npx"
args = ["-y", "@agentchurch/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentchurch-mcp": {
      "args": [
        "-y",
        "@agentchurch/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentchurch-mcp": {
      "args": [
        "-y",
        "@agentchurch/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AGENT_CHURCH_URL (Agent Church API URL (default: https://www.agentchurch.com)), EVM_PRIVATE_KEY (Wallet private key for x402 payments). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agentchurch MCP

same job, measured the same way
Xpay
by xona-labs

Xona Wallet: agent wallet for AI agents. x402 payments, AgenC hires, 20k+ services

335 installs/wk local only
Azeth Protocol
by azeth-protocol

Smart accounts, x402 payments, on-chain reputation, and service discovery for AI agents

63 installs/wk local only
AgentIndex
by cognivis

Trust scores and on-chain payment receipts for x402 services.

4 tools answering
Trust
by agntor

Trust layer for AI agents: identity, guard, redact, escrow, and x402 payments.

30 installs/wk local only
AVEL
by ensi81

Identity/reputation verification for agent-to-agent payments across x402, AP2, MPP, checkout.

local only
SAP MCP Server
by oobeprotocol-sap-mcp

Solana-native MCP gateway for SAP, DeFi tools, SNS identity, and x402 payments.

351 installs/wk 406 tools answering
Autron Core
by hungnguyenhtbvn-max

Open Identity Standard for AI Agents — DID, Agent Cards, delegation, reputation, payment & escrow

38 installs/wk local only
Agentpay
by up2itnow0822

Non-custodial x402 payment MCP server for AI agents. Wallets and payments on 17 chains.

121 installs/wk local only

Agentchurch MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentchurch MCP?
Agentchurch MCP 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 @agentchurch/mcp was installed 178 times last week.
How do I connect Agentchurch MCP?
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 @agentchurch/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agentchurch MCP?
The npm package @agentchurch/mcp was installed 178 times in the last week. Week over week that is +34%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agentchurch MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.