Serversio.github.growgeltsolutions/hecher-mcp
M

Hecher CRM

io.github.growgeltsolutions/hecher-mcp · v1.12.01
● Remote
v1.12.01remote🌐 https://api.hecher.app/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.growgeltsolutions/hecher-mcp",
  "description": "Hecher CRM for Chabad shluchim — donors, donations, activities, and reports across your Mosads",
  "title": "Hecher CRM",
  "repository": {
    "url": "https://github.com/growgeltsolutions/hecher-mcp",
    "source": "github"
  },
  "version": "1.12.01",
  "websiteUrl": "https://hecher.app",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.hecher.app/mcp"
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "auth": {
        "authorizationEndpoint": "https://api.hecher.app/oauth/authorize",
        "dynamicClientRegistration": true,
        "metadataEndpoint": "https://api.hecher.app/.well-known/oauth-authorization-server",
        "registrationEndpoint": "https://api.hecher.app/oauth/register",
        "tokenEndpoint": "https://api.hecher.app/oauth/token",
        "type": "oauth2.1"
      },
      "capabilities": {
        "tools": [
          {
            "description": "List the organizations (Mosads) you have access to.",
            "name": "list_tenants"
          },
          {
            "description": "Choose which Mosad subsequent calls operate on.",
            "name": "set_active_tenant"
          },
          {
            "description": "Show the currently active Mosad.",
            "name": "get_active_tenant"
          },
          {
            "description": "Search donors by name, email, phone, tag, or status.",
            "name": "search_donors"
          },
          {
            "description": "Fetch a donor's full profile, including stats and contact info.",
            "name": "get_donor"
          },
          {
            "description": "Create a new donor record.",
            "name": "create_donor"
          },
          {
            "description": "Update an existing donor record.",
            "name": "update_donor"
          },
          {
            "description": "Soft-delete a donor record.",
            "name": "delete_donor"
          },
          {
            "description": "Add a tag to a single donor.",
            "name": "add_donor_tag"
          },
          {
            "description": "Remove a tag from a single donor.",
            "name": "remove_donor_tag"
          },
          {
            "description": "Add a tag to many donors at once (queued).",
            "name": "bulk_tag_donors"
          },
          {
            "description": "List donations, optionally filtered by donor or date.",
            "name": "list_donations"
          },
          {
            "description": "Record a new donation.",
            "name": "create_donation"
          },
          {
            "description": "Update an existing donation.",
            "name": "update_donation"
          },
          {
            "description": "Delete a donation.",
            "name": "delete_donation"
          },
          {
            "description": "List activities/tasks, optionally filtered by donor, status, or assignee.",
            "name": "list_activities"
          },
          {
            "description": "Create a new activity (task, call, meeting, note).",
            "name": "create_activity"
          },
          {
            "description": "Mark an activity as complete.",
            "name": "complete_activity"
          },
          {
            "description": "Fetch dashboard KPIs for the active Mosad.",
            "name": "get_dashboard_stats"
          },
          {
            "description": "Execute a saved report and return results.",
            "name": "run_report"
          }
        ]
      },
      "categories": [
        "crm",
        "productivity",
        "nonprofit",
        "fundraising"
      ],
      "documentation": {
        "setup": "Add https://api.hecher.app/mcp as a remote MCP server in your client (Claude Desktop, ChatGPT, Cursor, etc.). On first use you'll be redirected to sign in to Hecher and approve access. Manage and revoke connections anytime under Settings → AI Connections.",
        "support": "https://hecher.app"
      },
      "permissions": "Acts with the permissions of the signed-in user in whichever Mosad they pick as active. All RLS, billing gates, and audit logging from the Hecher API gateway apply.",
      "rateLimits": "Inherits the per-user rate limits of the Hecher API gateway.",
      "tags": [
        "crm",
        "donors",
        "donations",
        "fundraising",
        "chabad",
        "shluchim",
        "nonprofit"
      ],
      "vendor": "Grow Gelt"
    },
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}