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 1360 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-level overview: one-call snapshot of the whole organization across all modules, autonomous agents, pending proposals, and pay-per-use billing state (platform_usage).
CRM contacts: search, list, read, create, update (including dateOfBirth/birthday, address, church dates), bulk update, pastoral care notes (`people_list_notes`, `people_add_note`) at /community/care/notes; tags and segments.
Growth marketing: automation flows (funnels), forms and submissions, landing pages, email campaigns with stats.
Giving & donations: funds, donations, givers, giving summaries.
Facilities: rooms, bookings with conflict detection, availability checks, incidents, utility/energy bills.
Media library: podcast episodes, analytics, create/publish media items.
Live streaming: list streams, viewer stats, schedule and update broadcasts.
Media shops: list shops, products, and orders, ensure org shop, create products.
Community & pastoral care: life events, follow-up radar, care team roles/assignments, safeguarding checks, care timeline (`contact_care_timeline`).
Messaging channels: send one-off email, SMS, or WhatsApp (compliance-checked and metered), messaging credit balance, recent campaign performance.
Guest/visitor pipeline: stage summary, follow-up tasks (create/complete), move pipeline entries.
Service planning: upcoming plans, open positions, assign volunteers, publish plans.
Event ticketing: events with sales/revenue figures, create and publish events, waitlist promotion, promo codes, and refunds (refunds need the dedicated ticketing:refund scope).
Subscription & Stripe: read plan status, create checkout URLs, open customer portal.
Email and WhatsApp templates: list, read, and create email templates; check WhatsApp template approval status.
Small groups: list groups and members, create groups, add members.
Service attendance: recent check-ins and attendance summaries (first-time visitors, children).
Recurring service schedule: service series (weekly patterns) and upcoming service instances.
Audit log: who did what, when.
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>