Your AI.Your entire church platform.
Connect Claude, ChatGPT, Cursor, or any LLM to sendifai — CRM, pastoral care, giving, email, SMS, events, and service planning. Full dashboard parity. One OAuth sign-in.
Three steps. Full platform access.
No API key wrestling. No scope spreadsheets. OAuth handles everything.
One URL. Every LLM.
Paste this into Claude Connectors, ChatGPT MCP, or Cursor — then sign in with OAuth.
https://www.sendifai.com/api/mcpRegistry: com.sendifai/platform · llms.txt · discovery hub
“Give me an overview of the organization”
Connect in 60 seconds
Pick your LLM — we handle auth, scopes, and the full platform API.
Claude
Anthropic Connectors · MCP + OAuth
MCP streamable HTTP
- 1Settings → Connectors → Add custom connector
- 2URL: https://www.sendifai.com/api/mcp
- 3Sign in via OAuth — pick your org and intent
ChatGPT
OpenAI · MCP or Agent Bridge
MCP or /api/agent/tools
- 1Add MCP server: https://www.sendifai.com/api/mcp
- 2Or use OpenAI functions via /api/agent/invoke
- 3OAuth PKCE — no manual scope picking
Cursor
IDE agents · MCP + AGENTS.md
MCP + repo context
- 1Cursor Settings → MCP → Add server
- 2URL: https://www.sendifai.com/api/mcp
- 3OAuth or API key from Settings → API Keys
Gemini & more
Any LLM · Universal Agent Bridge
HTTP manifest + invoke
- 1GET /api/agent/tools?format=manifest
- 2POST /api/agent/invoke with Bearer token
- 3Read llms.txt for full discovery index
Not MCP-only — Universal Agent Bridge
Any LLM can call sendifai via HTTP — even without native MCP. Use the agent chat loop, invoke individual tools, or hit any of 1929 dashboard routes directly.
- /api/mcp/manifest — Tool manifest (no auth)
- /api/oauth/intents — OAuth intent bundles
- /api/agent/tools — OpenAI-compatible tool list
- /api/agent/invoke — Invoke one MCP tool
- /api/agent/invoke-dashboard — Invoke any dashboard route
- /.well-known/agent.json — Agent discovery manifest
curl -X POST https://www.sendifai.com/api/agent/invoke \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"tool": "platform_overview",
"arguments": {}
}'Every module. One connection.
19 platform modules — from pastoral care notes to Runsheet service planning. Your AI gets the same power as your dashboard.
Platform overview, usage/billing state, agents, proposals.
CRM contacts: search, create, update, family relationships, care timeline, pastoral notes (/community/care/notes), Welcome Desk visitors, segments, tags.
Automations, forms, landing pages, email campaigns with stats and A/B tests.
Funds, donations, givers, summaries, pledges.
Rooms, bookings, availability, incidents, utility bills, buildings.
Media library, podcasts, playlists, analytics.
Streams, polls, viewer stats.
Shops, products, orders.
Pastoral care: life events, follow-up radar, care team, safeguarding, prayer requests, visits.
Send email/SMS/WhatsApp (metered + compliance-checked).
Guest pipeline (NOT CRM Welcome Desk — use people_* for Welcome Desk).
Service plans (past + future via runsheet_list_plans / runsheet_find_previous_plan), items, positions, songs, access seats, copy-from-previous.
Events, sales, promos, refunds, attendees, check-in.
Email and WhatsApp templates.
Small groups: list, create, members.
Subscription, checkout, customer portal.
Recurring service series and upcoming instances.
Service check-ins and summaries (read-only).
Audit log (audit:read scope).
Embed on your website
Add a “Connect with AI” badge to your church site — links straight to this page.
<script src="https://www.sendifai.com/embed/sendifai-connect.js" data-theme="auto"></script>