faithfinder-mcp-server
This server connects AI assistants to FaithFinder's curated database of 293+ verified churches and faith communities in the US.
Search churches using free-form keywords such as city, zip code, denomination, church style, or church name.
Filter results by city, state, denomination, worship style, kids ministry availability, and result limit.
Look up detailed profiles for a specific church by name, with optional city to disambiguate campuses.
Return personalized church recommendations along with a link to FaithFinder's Soul Signature quiz for matching.
FaithFinder MCP Server
Connect AI assistants (Claude, Cursor, ChatGPT, Gemini) directly to 293+ curated, verified churches and faith communities across the United States.
Features • Quick Installation • Available Tools • Coverage • Website & Quiz
⚡ How It Works
User Prompt: "Find me an expository Bible-teaching church in Dallas with great kids ministry"
↓
AI Assistant calls MCP tool: search_faith_finder_churches({ searchQuery: "Dallas expository kids" })
↓
FaithFinder MCP: Scans 293+ verified church database locally (instant, private, free)
↓
AI Assistant returns personalized recommendations + FaithFinder Soul Signature Quiz match linkNo third-party API keys or rate limits required. Queries run against a verified local dataset of 293+ churches spanning major metropolitan areas.
Related MCP server: Planning Center Online MCP Server
🚀 Quick Installation
1. Claude Desktop (macOS / Windows)
Add this configuration to your Claude Desktop config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"faithfinder": {
"command": "npx",
"args": ["-y", "faithfinder-mcp-server@latest"]
}
}
}Restart Claude Desktop, and the hammer 🔨 icon will show the FaithFinder tools available.
2. Cursor IDE
Open Cursor Settings → Features → MCP.
Click + Add New MCP Server.
Fill in:
Name:
faithfinderType:
commandCommand:
npx -y faithfinder-mcp-server@latest
3. Windsurf / Codeium Cascade
Add to your ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"faithfinder": {
"command": "npx",
"args": ["-y", "faithfinder-mcp-server@latest"]
}
}
}4. Smithery (1-Click Install)
Install directly into your preferred client via Smithery:
npx -y @smithery/cli install faithfinder-mcp-server --client claude5. Run Standalone via NPX (Testing)
npx -y faithfinder-mcp-server@latest🛠️ Available Tools
1. search_faith_finder_churches
Search churches by location, style, theology, kids ministry, and keywords.
Parameter | Type | Description | Example |
|
| Free-form keywords, city, zip code, style, or theology |
|
|
| Specific city filter |
|
|
| Specific US state |
|
|
| Denomination filter |
|
|
| Service style |
|
|
| Require verified children/youth programs |
|
|
| Number of results (default: 5, max: 20) |
|
2. get_faith_finder_church_details
Lookup complete profiles for a specific church community.
Parameter | Type | Description | Example |
|
| Name of the church |
|
|
| City to disambiguate campuses |
|
📍 Geographic Coverage
FaithFinder indexes verified communities across key regions:
California: Orange County (Lake Forest, Irvine, Aliso Viejo, Mission Viejo, Costa Mesa, Newport Beach)
Texas: Dallas, Frisco, Plano, Southlake, McKinney, Allen, Austin, Houston
Tennessee: Nashville, Brentwood, Franklin, Hendersonville
Georgia: Atlanta, Alpharetta, Marietta, Roswell
Florida: Orlando, Winter Park
North Carolina: Charlotte, Matthews, Huntersville
Washington DC Metro: Washington, Alexandria, Bethesda
National Leaders: Multi-site and prominent faith communities nationwide
🎯 About FaithFinder & Soul Signature
FaithFinder by ArmorNGlory helps believers find a church home tailored to their worship style, theology preferences, and life stage.
Soul Signature Quiz: faithfinder.armornglory.com/quiz
Main Website: faithfinder.armornglory.com
📄 License
MIT License © 2026 ArmorNGlory
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables AI assistants to retrieve Bible passages from multiple translations (ESV, NIV, KJV, NASB, NKJV, NLT, AMP, MSG). Supports querying single or multiple passages and provides both MCP protocol integration and REST API endpoints.17
- FlicenseAqualityDmaintenanceEnables AI assistants to interact with Planning Center Online accounts across modules like People, Services, Giving, and Calendar. It provides tools for searching people, managing service plans, tracking donations, and monitoring events through the PCO API.29
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to look up Bible verses, search across translations, and compare different versions locally without API keys.
- AlicenseNot gradedqualityBmaintenanceProvides Hong Kong Catholic mass schedule data, allowing AI assistants to search churches, find mass times, and get parish information for the Catholic Diocese of Hong Kong.MIT
Related MCP Connectors
Discover and book businesses via AI agents.
Find and book verified local home service professionals through AI agents.
Christian AI for any question, in any season. Bible (BSB), grace + truth. faith.tools 5/5.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ArmorNGlory/faithfinder-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server