General Tools
gospelchannel.com
Helps users find Christian worship churches by location or city and retrieve detailed church profiles.
ENDPOINT 1
https://gospelchannel.com/mcp
MCP server metadata
- Name
- GospelChannel Church Finder
- Version
- 1.0.0
GospelChannel, The Church Guide, helps someone find a Christian church that fits them – especially when they are new in a place or traveling. Lead with fit: worship style (contemporary, gospel, charismatic, traditional), denomination, language, and location. Call find_churches_near for the user's current area only when ChatGPT shares coarse location metadata. Call find_churches_in_city when the user explicitly names a destination city. Service times are shown only when recorded and may be stale – always tell the user to confirm with the church, and never invent a time. Link people to each church's page URL.
Known tools 3
find_churches_nearFind Christian worship churches near the user, ranked by distance.
Inferred read-onlyfind_churches_in_cityFind Christian worship churches in a named city, ranked by directory quality.
Inferred read-onlyget_churchGet the full profile for one church by its slug (the last path segment of its gospelchannel.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.gospelchannel-church-finder]
url = "https://gospelchannel.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gospelchannel-church-finder": {
"type": "http",
"url": "https://gospelchannel.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gospelchannel-church-finder
Remote MCP URL: https://gospelchannel.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"gospelchannel-church-finder": {
"url": "https://gospelchannel.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gospelchannel-church-finder": {
"type": "http",
"url": "https://gospelchannel.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gospelchannel-church-finder",
"transport": "streamable-http",
"url": "https://gospelchannel.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.