Databases
orgfire.com
Search and retrieve information from a registry of Catholic parishes and dioceses.
ENDPOINT 1
https://orgfire.com/mcp
MCP server metadata
- Name
- orgfire-registry
- Version
- 1.0.0
Read-only access to the OrgFire public Catholic parish + diocese registry. Use parish_registry_search to find parishes by name or location, then parish_registry_get for details, parish_registry_lineage for closure/merger history. Use diocese_registry_list to enumerate dioceses, diocese_registry_get for details.
Known tools 5
parish_registry_searchSearch the OrgFire Catholic parish registry by name or location.
Inferred read-onlyparish_registry_lineageRetrieve ancestor/descendant/related parishes for a given registry ID.
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.orgfire-registry]
url = "https://orgfire.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"orgfire-registry": {
"type": "http",
"url": "https://orgfire.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: orgfire-registry
Remote MCP URL: https://orgfire.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": {
"orgfire-registry": {
"url": "https://orgfire.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"orgfire-registry": {
"type": "http",
"url": "https://orgfire.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "orgfire-registry",
"transport": "streamable-http",
"url": "https://orgfire.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for orgfire.com was fetched 2026-07-31T17:26:23.914Z and is being refreshed.
orgfire.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.