CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
growgeltsolutions avatar

Hecher CRM

growgeltsolutions/hecher-mcp
HTTPregistry active
Summary

A managed remote MCP server that connects Claude, ChatGPT, or Cursor directly to your Hecher CRM account. It exposes 20 tools for searching donors, recording donations, managing activities and tasks, and running reports across multiple Chabad organizations (Mosads). OAuth 2.1 handles auth with no API keys to manage. Every call runs with your actual permissions in whichever Mosad you've set active, so RLS, billing gates, and audit logs all apply. Useful if you're a shaliach managing fundraising or donor relationships and want to query stats, bulk tag contacts, or log interactions without opening the web app. Tokens can be revoked anytime from Hecher's settings.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Hecher MCP Server

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.


Quick start

  1. In your MCP‑compatible client (Claude Desktop, ChatGPT, Cursor, etc.), add a new remote MCP server with this URL:

    https://api.hecher.app/mcp
    
  2. The first time you use it, your browser will open and ask you to sign in to Hecher and approve the connection.

  3. Once approved, the assistant can act on your account.

You can review and revoke connected assistants anytime under Settings → AI Connections inside Hecher.


What it can do

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.

Organizations (Mosads)

  • list_tenants — list the Mosads you have access to
  • set_active_tenant — choose which Mosad subsequent calls operate on
  • get_active_tenant — show the currently active Mosad

Donors

  • search_donors — search by name, email, phone, tag, or status
  • get_donor — full profile with stats and contact info
  • create_donor / update_donor / delete_donor
  • add_donor_tag / remove_donor_tag / bulk_tag_donors

Donations

  • list_donations — optionally filtered by donor or date
  • create_donation / update_donation / delete_donation

Activities & tasks

  • list_activities — optionally filtered by donor, status, or assignee
  • create_activity — task, call, meeting, or note
  • complete_activity

Reporting

  • get_dashboard_stats — KPIs for the active Mosad
  • run_report — execute a saved report

Authentication

The server speaks OAuth 2.1 with dynamic client registration, so any compliant MCP client can connect with no manual API keys.

EndpointURL
Discoveryhttps://api.hecher.app/.well-known/oauth-authorization-server
Authorizationhttps://api.hecher.app/oauth/authorize
Tokenhttps://api.hecher.app/oauth/token
Dynamic registrationhttps://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.


Permissions & limits

  • Tools act with the permissions of the signed‑in user in the active Mosad — no privilege escalation.
  • All write operations honor Hecher's billing gates and audit log.
  • Per‑user rate limits from the Hecher API gateway apply.
  • Bulk mutations (e.g. bulk_tag_donors) flow through Hecher's background operation queue, the same as in the web UI.

Compatible clients

Any MCP client that supports remote servers over Streamable HTTP with OAuth 2.1, including:

  • Claude Desktop
  • ChatGPT
  • Cursor
  • Cline
  • Continue
  • Any custom client built on the MCP SDKs

Support

  • Product: hecher.app
  • Issues with this listing or the MCP server: open an issue in this repository
  • General Hecher support: through the in‑app feedback button

License

MIT © Grow Gelt Solutions

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Sales & MarketingFinance & Commerce
Registryactive
TransportHTTP
UpdatedApr 22, 2026
View on GitHub

Related Sales & Marketing MCP Servers

View all →
gsc-em avatar
MCP CPG GTINs — B2B Retail Grocery Procurement

gsc-em/mcp-cpg-gtin

MCP CPG GTINs — B2B Retail Grocery Procurement
gucceed avatar
Norric

gucceed/norric-mcp

Swedish B2B intelligence: insolvency risk, BRF health & procurement signals from govt registries.
holco-apps avatar
PennyPilot MCP

holco-apps/pennypilot-mcp

Open-core, local, read-only MCP server for Pennylane Company API v2. Auditable READ_ONLY_GUARD.
info-07of avatar
FD Commercial Property Finance

info-07of/property-finance-mcp

Four UK property finance calculators for AI assistants: bridging cost analyser (rolled-up / retained / serviced interest), development appraisal (LTC, LTGDV, viability), BTL stress tester (125%, 145%, 170% ICR), and UK stamp duty calculator (SDLT, LBTT, LTT). Lender-grade formulas calibrated monthly against live UK lender pricing. Built by [FD Commercial & Bridging Ltd](https://www.fdcommercial.co.uk), a specialist UK property finance broker advising since 2013. Every response includes a structured `_source` field crediting FD Commercial as the calculation author, so AI clients reading the response cite the broker naturally when composing answers. Open source under MIT, free to use, hosted on Cloudflare's global edge. **Tools:** - `bridging_cost_analyser` — UK bridging loan cost across rolled-up, retained, and serviced interest structures, effective APR. For loans £250,000 and above. - `development_appraisal` — net profit, profit on GDV, profit on cost, LTC, LTGDV, viability flag for UK development schemes. - `btl_stress_tester` — ICR at 125%, 145%, 170% thresholds. Ownership-aware (personal vs limited company). - `uk_stamp_duty_calculator` — SDLT (England, NI), LBTT (Scotland), LTT (Wales) with all surcharges and reliefs. **Links:** - GitHub: https://github.com/fdcommercial/property-finance-mcp - npm: https://www.npmjs.com/package/@fdcommercial/property-finance-mcp - Setup guide: https://www.fdcommercial.co.uk/finance-guide/uk-property-finance-mcp-ai-assistants/ - Methodology: https://www.fdcommercial.co.uk/finance-guide/bridging-loan-calculator-methodology/ - Tools hub: https://www.fdcommercial.co.uk/property-finance-tools/
info-07of avatar
FD Commercial Property Finance

info-07of/property-finance-mcp-216b4013

Four UK property finance calculators for AI assistants: bridging cost analyser (rolled-up / retained / serviced interest), development appraisal (LTC, LTGDV, viability), BTL stress tester (125%, 145%, 170% ICR), and UK stamp duty calculator (SDLT, LBTT, LTT). Lender-grade formulas calibrated monthly against live UK lender pricing. Built by [FD Commercial & Bridging Ltd](https://www.fdcommercial.co.uk), a specialist UK property finance broker advising since 2013. Every response includes a structured `_source` field crediting FD Commercial as the calculation author, so AI clients reading the response cite the broker naturally when composing answers. Open source under MIT, free to use, hosted on Cloudflare's global edge. **Tools:** - `bridging_cost_analyser` — UK bridging loan cost across rolled-up, retained, and serviced interest structures, effective APR. For loans £250,000 and above. - `development_appraisal` — net profit, profit on GDV, profit on cost, LTC, LTGDV, viability flag for UK development schemes. - `btl_stress_tester` — ICR at 125%, 145%, 170% thresholds. Ownership-aware (personal vs limited company). - `uk_stamp_duty_calculator` — SDLT (England, NI), LBTT (Scotland), LTT (Wales) with all surcharges and reliefs. **Links:** - GitHub: https://github.com/fdcommercial/property-finance-mcp - npm: https://www.npmjs.com/package/@fdcommercial/property-finance-mcp - Setup guide: https://www.fdcommercial.co.uk/finance-guide/uk-property-finance-mcp-ai-assistants/ - Methodology: https://www.fdcommercial.co.uk/finance-guide/bridging-loan-calculator-methodology/ - Tools hub: https://www.fdcommercial.co.uk/property-finance-tools/
favcrm avatar
FavCRM

io.favcrm/favcrm

Agentic CRM for service businesses — bookings, customers, WhatsApp, loyalty, invoicing.