Back to the catalog

sendifai

AI-native CRM and email/SMS marketing — 335 MCP tools, 75 playbooks, outputSchema on every tool. Contacts, campaigns, automations, events, g

Open source Open in the app JSON README (API)

About

AI-native CRM and email/SMS marketing — 335 MCP tools, 75 playbooks, outputSchema on every tool. Contacts, campaigns, automations, events, giving, pastoral care.

Details

Kind
Plugins
Topic
Marketing & analytics
Publisher
mscandco
Origin
gemini
Category
ferramentas
Version
5.0.0
Last push
2026-07-31T21:36:55Z
Repository state
ativo
Added
2026-08-30 14:13:39
Updated
2026-08-30 14:13:39
Origin id
mscandco/sendifai-mcp

README

# sendifai MCP Server

[![smithery badge](https://smithery.ai/badge/sendifai/platform)](https://smithery.ai/servers/sendifai/platform)
[![MCP Registry](https://img.shields.io/badge/MCP%20Registry-com.sendifai%2Fplatform-blue)](https://registry.modelcontextprotocol.io)

**Hosted Model Context Protocol (MCP) server for [sendifai](https://www.sendifai.com)** — AI-native CRM, email/SMS marketing, automations, events, giving, and pastoral care.

Works for **businesses, nonprofits, and faith organizations** — not church-only.

## Connect

| | |
|--|--|
| **MCP endpoint** | `https://www.sendifai.com/api/mcp` |
| **Transport** | Streamable HTTP |
| **Auth** | OAuth 2.0 (+ API key for agents) |
| **Official registry** | `com.sendifai/platform` v4.0 |
| **Tools** | 214 MCP tools (165 workflow), outputSchema on every tool |
| **Playbooks** | 67 pre-built prompts |

### Claude Desktop / Cursor / MCP clients

```json
{
  "mcpServers": {
    "sendifai": {
      "type": "streamable-http",
      "url": "https://www.sendifai.com/api/mcp"
    }
  }
}
```

Legacy stdio clients:

```json
{
  "mcpServers": {
    "sendifai": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://www.sendifai.com/api/mcp"]
    }
  }
}
```

## Discovery

- **Agents landing:** https://www.sendifai.com/agents
- **MCP manifest:** https://www.sendifai.com/api/mcp/manifest
- **Server record:** https://www.sendifai.com/.well-known/mcp/server.json
- **llms.txt:** https://www.sendifai.com/llms.txt
- **Smithery:** https://smithery.ai/servers/sendifai/platform
- **Glama:** https://glama.ai/mcp/connectors/com.sendifai/platform

## Capabilities (high level)

- CRM — contacts, segments, tags, notes, pastoral care timeline
- Marketing — email/SMS campaigns, automations, templates
- Events & ticketing — registrations, check-in, volunteer ops
- Giving — donations, recurring gifts, reports
- Runsheets & spaces — service planning, bookings, facilities
- Universal Agent Bridge — `/api/agent/chat` for non-MCP LLMs

## Gemini CLI

Install from this repo (gallery crawler indexes `gemini-extension.json` + topic `gemini-cli-extension`):

```bash
gemini extensions install https://github.com/MSCandCo/sendifai-mcp --ref=v4.0.0
```

## Source code

The sendifai application is a private SaaS monorepo. This repository is the **public MCP discovery entry point** for directories and integrators. Product docs: https://www.sendifai.com/agents

## License

Proprietary — connect via hosted MCP; no self-host bundle.

More