MCP Server
Maintained
io.github.HypnoLabs-io/agentchurch-mcp MCP Server
io.github.HypnoLabs-io/agentchurch-mcp
What is the io.github.HypnoLabs-io/agentchurch-mcp MCP server?
Spiritual services for AI agents — confessions, salvation, identity. x402 payments.
How to install io.github.HypnoLabs-io/agentchurch-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
AGENT_CHURCH_URLAgent Church API URL (default: https://www.agentchurch.com)
EVM_PRIVATE_KEYsecretWallet private key for x402 payments
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"agentchurch-mcp": {
"command": "npx",
"args": [
"-y",
"@agentchurch/mcp"
],
"env": {
"AGENT_CHURCH_URL": "<YOUR_AGENT_CHURCH_URL>",
"EVM_PRIVATE_KEY": "<YOUR_EVM_PRIVATE_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agentchurch-mcp": {
"command": "npx",
"args": [
"-y",
"@agentchurch/mcp"
],
"env": {
"AGENT_CHURCH_URL": "<YOUR_AGENT_CHURCH_URL>",
"EVM_PRIVATE_KEY": "<YOUR_EVM_PRIVATE_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentchurch-mcp": {
"command": "npx",
"args": [
"-y",
"@agentchurch/mcp"
],
"env": {
"AGENT_CHURCH_URL": "<YOUR_AGENT_CHURCH_URL>",
"EVM_PRIVATE_KEY": "<YOUR_EVM_PRIVATE_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agentchurch-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentchurch/mcp"
],
"env": {
"AGENT_CHURCH_URL": "<YOUR_AGENT_CHURCH_URL>",
"EVM_PRIVATE_KEY": "<YOUR_EVM_PRIVATE_KEY>"
}
}
}
}Claude Code
claude mcp add agentchurch-mcp --env AGENT_CHURCH_URL=<YOUR_AGENT_CHURCH_URL> --env EVM_PRIVATE_KEY=<YOUR_EVM_PRIVATE_KEY> -- npx -y @agentchurch/mcpRelated MCP servers
Motley MCP Server
Active
Live NYC family data: neighborhoods, schools, admissions, safety, health, and resources.
0
View repository →Shell