# church-mcp [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/gabrielmahia/church-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/church-mcp

## Description
Kenya community and religious institution infrastructure via MCP. 6 tools. Thesis L3/L6.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `uvx` (confidence: high):

```json
"mcpServers": {
  "church-mcp": {
    "command": "uvx",
    "args": ["church-mcp"]
  }
}
```

## Documentation & README

# church-mcp

## Why This Exists

Faith institutions run a substantial share of Kenya's schools, clinics and welfare programmes, but their service directories are fragmented by denomination. For someone seeking help, the relevant question is what is nearby and open, not who runs it.

## Install

```bash
pip install church-mcp
```

## Tools (6)

- **`catholic_diocese_finder`** —   
  <sub>args: county</sub>
- **`protestant_denomination_guide`** —   
  <sub>args: no arguments</sub>
- **`muslim_community_guide`** — Return Muslim community organisations, mosques, and welfare services in Kenya.  
  <sub>args: county</sub>
- **`religious_community_services`** —   
  <sub>args: no arguments</sub>
- **`church_legal_registration`** —   
  <sub>args: no arguments</sub>
- **`community_welfare_guide`** —   
  <sub>args: need</sub>

## Example

```python
from church_mcp.server import denomination_directory

result = denomination_directory()
# denominations, structures, welfare programmes, contacts
```

## Claude Desktop Integration

Add to `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "church-mcp": {
      "command": "python",
      "args": ["-m", "church_mcp.server"]
    }
  }
}
```

## Data & Disclaimers

Directory information compiled from public sources and changes as institutions do. Confirm services and contacts directly before travelling to a facility.

Every tool response carries a `source` field. Responses labelled `DEMO` are
illustrative reference data, not a live feed — verify against the authority
named in the response before acting on it.


