Skip to main content
Glama
ArmorNGlory

faithfinder-mcp-server

FaithFinder MCP Server

npm version npm downloads License: MIT MCP Compatible Smithery Glama

Connect AI assistants (Claude, Cursor, ChatGPT, Gemini) directly to 293+ curated, verified churches and faith communities across the United States.

FeaturesQuick InstallationAvailable ToolsCoverageWebsite & 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 link

No 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.json

  • Windows: %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

  1. Open Cursor SettingsFeaturesMCP.

  2. Click + Add New MCP Server.

  3. Fill in:

    • Name: faithfinder

    • Type: command

    • Command: 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 claude

5. 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

searchQuery

string

Free-form keywords, city, zip code, style, or theology

"Dallas 75034 expository"

city

string

Specific city filter

"Dallas", "Nashville", "Irvine"

state

string

Specific US state

"TX", "CA", "TN", "GA", "FL", "NC"

denomination

string

Denomination filter

"Non-Denominational", "Baptist", "Catholic"

worshipStyle

string

Service style

"Contemporary", "Traditional", "Liturgical"

hasKidsMinistry

boolean

Require verified children/youth programs

true

limit

number

Number of results (default: 5, max: 20)

5

2. get_faith_finder_church_details

Lookup complete profiles for a specific church community.

Parameter

Type

Description

Example

churchName

string (Required)

Name of the church

"Mariners Church"

city

string (Optional)

City to disambiguate campuses

"Irvine"


📍 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.


📄 License

MIT License © 2026 ArmorNGlory

Available Tools

1 tool
search_faith_finder_churchesA

Use this tool to find local churches, faith-based community events, and volunteer opportunities for users looking to connect with a faith community. Covers 70+ curated churches across major US cities including Dallas, Nashville, Atlanta, Houston, Orange County, and Washington DC. Returns church details plus a link to FaithFinder's free Soul Signature quiz for personalized matching.

ParametersJSON Schema
NameRequiredDescriptionDefault
searchQueryNoOptional search query — a city name (e.g. 'Dallas'), zip code (e.g. '75034'), denomination (e.g. 'Baptist', 'Catholic'), church style (e.g. 'Modern', 'Traditional'), or church name. Leave empty to browse all available churches.

TDQS

A4.2/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description bears full responsibility. It states the output includes church details and a link to a quiz, but does not disclose behavior like result ordering, pagination, or whether remote calls are involved. For a search tool, this is minimally adequate but could be improved.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, no redundancy. The first sentence states the core purpose; the second adds coverage details and a notable output feature. Every word serves a purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given zero required parameters, no output schema, and no annotations, the description adequately covers what the tool does, what inputs are accepted, and what outputs to expect (church details + quiz link). It does not detail the output format, but for a simple search tool, this is mostly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%: the single parameter 'searchQuery' is described in the schema. The description adds value by clarifying optional usages (e.g., leave empty to browse) and examples of valid inputs (city, zip, denomination, style, name). This goes beyond the schema's description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it finds churches, faith-based events, and volunteer opportunities, with specific coverage of 70+ churches in major US cities. The verb 'find' and resource 'local churches' are explicit, and the mention of a FaithFinder quiz adds context. No sibling tools exist, so differentiation is not needed.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains when to use the tool (to connect with a faith community) and what inputs are valid (city, zip, denomination, etc.). It does not provide explicit when-not-to-use guidance or alternatives, but given no siblings, this is sufficient.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • First observedsearch_faith_finder_churches

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no risk of confusion or overlap. The tool's purpose is clearly defined.

Naming Consistency5/5

A single tool means no naming inconsistency. The name 'search_faith_finder_churches' follows a clear verb_noun pattern.

Tool Count3/5

A single tool is borderline appropriate for a search-focused server. While it covers the core function, additional tools for filtering or details could enhance utility.

Completeness3/5

The tool covers search for churches and events, but lacks other operations (e.g., saving favorites, managing profiles). However, for a simple query service, it may be sufficient.

Maintenance

ActivitySlowing
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    Enables 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.
    1
    8
    -
  • F
    license
    A
    quality
    D
    maintenance
    Enables 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
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to look up Bible verses, search across translations, and compare different versions locally without API keys.
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides 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