INDIVIDUAL MCP TOOL
get_parish
Full public profile of one parish by diocese_slug and slug (both returned by search_parishes): contacts, Mass / confession / adoration schedules where held, coordinates, patron, and links.
LIVE ENDPOINT
https://catholicintelligence.com/mcp
Connect to this endpoint to inspect the live schema for get_parish and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.catholic-intelligence]
url = "https://catholicintelligence.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"catholic-intelligence": {
"type": "http",
"url": "https://catholicintelligence.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: catholic-intelligence
Remote MCP URL: https://catholicintelligence.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": {
"catholic-intelligence": {
"url": "https://catholicintelligence.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"catholic-intelligence": {
"type": "http",
"url": "https://catholicintelligence.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "catholic-intelligence",
"transport": "streamable-http",
"url": "https://catholicintelligence.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_parishes— Search Catholic parishes, cathedrals, missions and chapels worldwide by name or city.find_parishes_near— Parishes nearest to a latitude/longitude, ordered by distance.get_diocese— Identity of one diocese, eparchy or ordinariate by slug: name, type, rite, country, see city, province, cathedral, current bishop, and website.get_data_products— The Catholic Intelligence data-export catalog: bulk CSV datasets (United States, per-state, specialty, global) with live row counts and prices, plus datasets available on request.