GospelChannel Church Finder

Official
TypeScript

Find Christian churches by worship style, denomination, language, and location from GospelChannel's free global church guide. Read-only, no authentication, Streamable HTTP.

About GospelChannel Church Finder MCP Server

Find Christian churches by worship style, denomination, language, and location from GospelChannel's free global church guide. Read-only, no authentication, Streamable HTTP.

Features

Tools

Transport

streamable-http
Getting Started

1. Connect any MCP client to https://gospelchannel.com/mcp (Streamable HTTP, no authentication). 2. Use find_churches_in_city with a city name (optionally qualified with a country, e.g. "Madrid, Spain") and optional worship_style, denomination, language, limit. 3. Use get_church with a slug from the results for the full profile. 4. find_churches_near works when the host shares coarse location metadata. Claude Code: claude mcp add --transport http gospelchannel-church-finder https://gospelchannel.com/mcp Cline: cline mcp install gospelchannel-church-finder --transport http https://gospelchannel.com/mcp

Tools (3)
Functions this server exposes to AI clients

find_churches_near

Find worship churches near the user using coarse location metadata shared by the host, filtered by worship style, denomination, or language.

find_churches_in_city

Find churches in a named city, optionally filtered by worship style, denomination, and language.

get_church

Get a full church profile by slug: location, website, worship music, and recorded service times.

Example
{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"find_churches_in_city","arguments":{"city":"Austin, US","worship_style":"contemporary","limit":5}}}
Compatible With
Claude Desktop
Cursor
Windsurf
VS Code