mcpserver.lol
registry/mcp-server-sfmc
Connection check local install

mcp-server-sfmc

SFMC AMPscript/SSJS/GTL tools + searchable help for 7 MC products (Engagement, Pardot…) via MCP.

Tools 23
GitHub stars
Installs / wk 473
Licence
Transport stdio
Last checked never

Tools & capabilities

23 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

check_mcn_compatibility from source
Analyze one or more AMPscript/HTML files for Marketing Cloud Next (MCN) readiness.
detect_sfmc_platform from source
Detect the target SFMC platform for a project by checking for sentinel files.
format_sfmc_code from source
Apply basic formatting conventions to AMPscript, SSJS, or Marketing Cloud Next (MCN)
get_ampscript_completions from source
Return a list of AMPscript function names, keywords, and variable names available at a given position in the code.
get_handlebars_completions from source
Return Marketing Cloud Next (MCN) Handlebars helper completions with snippet insert text.
get_server_version from source
Return the running mcp-server-sfmc version and the size of the bundled Salesforce
get_ssjs_completions from source
Return a list of SSJS Platform functions, WSProxy methods, and other SFMC-specific identifiers available for completion.
list_ampscript_functions from source
List all AMPscript functions, optionally filtered by category and/or target platform.
list_handlebars_helpers from source
List all Marketing Cloud Next Handlebars helpers, optionally filtered by category
lookup_ampscript_function from source
Look up the signature, parameters, description, and examples for an AMPscript function by name.
lookup_handlebars_helper from source
Look up the signature, parameters, description, and origin for a Marketing Cloud Next
lookup_ssjs_function from source
Authoritative lookup (sourced ONLY from the LSP + ssjs-data) for anything you want to use in SSJS.
review_change from source
Review a code diff for SFMC (AMPscript, SSJS, or HTML) quality issues.
rewrite_for_mcn from source
Deterministically rewrite AMPscript (and optionally SSJS) code for Marketing Cloud Next compatibility.
search_help from source
Unified help search that automatically detects the target platform (MCE or MCN) from the project
search_mce_help from source
search_mcn_help from source
Search bundled Marketing Cloud Next developer API documentation.
suggest_fix from source
Generate a corrected version of SFMC code based on validation diagnostics.
validate_ampscript from source
Validate AMPscript code for syntax errors, unknown functions, arity mismatches, and style issues.
validate_handlebars from source
Validate Marketing Cloud Next (MCN) Handlebars template code.
validate_sfmc_html from source
Validate an HTML file that contains embedded AMPscript and/or SSJS blocks.
validate_ssjs from source
Validate SSJS (Server-Side JavaScript) code for unsupported ES6+ syntax, missing Platform.Load,
write_handlebars from source
Validate a Marketing Cloud Next (MCN) Handlebars-in-HTML draft so it can be finalized as