Hecher CRM for Chabad shluchim — donors, donations, activities, and reports across your Mosads
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-growgeltsolutions-hecher-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The official Model Context Protocol (MCP) server for Hecher — the multi-tenant CRM for Chabad shluchim by Grow Gelt.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Make HTTP requests and fetch web content
Read, write, and manage files on the local filesystem
MCP Security Weekly
Get CVE alerts and security updates for io.github.growgeltsolutions/hecher-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The official Model Context Protocol (MCP) server for Hecher — the multi-tenant CRM for Chabad shluchim by Grow Gelt.
Connect Claude Desktop, ChatGPT, Cursor, or any other MCP‑compatible AI assistant to your Hecher account and let it search donors, record donations, run reports, and manage tasks for you — across all of your organizations (mosads).
Heads up: This repository is the public listing and documentation for the Hecher MCP server. The server itself runs as a managed remote service at
https://api.hecher.app/mcp— there is nothing to install or self-host.
In your MCP‑compatible client (Claude Desktop, ChatGPT, Cursor, etc.), add a new remote MCP server with this URL:
https://api.hecher.app/mcp
The first time you use it, your browser will open and ask you to sign in to Hecher and approve the connection.
Once approved, the assistant can act on your account.
You can review and revoke connected assistants anytime under Settings → AI Connections inside Hecher.
The server exposes 20 tools that wrap the Hecher API. Every call runs as you, in whichever Mosad you've selected as active — RLS, billing gates, and audit logging all apply exactly as in the web app.
list_tenants — list the Mosads you have access toset_active_tenant — choose which Mosad subsequent calls operate onget_active_tenant — show the currently active Mosadsearch_donors — search by name, email, phone, tag, or statusget_donor — full profile with stats and contact infocreate_donor / update_donor / delete_donoradd_donor_tag / remove_donor_tag / bulk_tag_donorslist_donations — optionally filtered by donor or datecreate_donation / update_donation / delete_donationlist_activities — optionally filtered by donor, status, or assigneecreate_activity — task, call, meeting, or notecomplete_activityget_dashboard_stats — KPIs for the active Mosadrun_report — execute a saved reportThe server speaks OAuth 2.1 with dynamic client registration, so any compliant MCP client can connect with no manual API keys.
| Endpoint | URL |
|---|---|
| Discovery | https://api.hecher.app/.well-known/oauth-authorization-server |
| Authorization | https://api.hecher.app/oauth/authorize |
| Token | https://api.hecher.app/oauth/token |
| Dynamic registration | https://api.hecher.app/oauth/register |
Each authorization issues an access token bound to your user account and the Mosad you pick during the consent flow. Tokens can be revoked at any time from Settings → AI Connections.
bulk_tag_donors) flow through Hecher's background operation queue, the same as in the web UI.Any MCP client that supports remote servers over Streamable HTTP with OAuth 2.1, including:
MIT © Grow Gelt Solutions