Rule MCP Server (extend-marketing/rule-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 58 out of 100, grade D. It declares 34 tools. No publisher has claimed this listing.

D
Caution
58/100

Rule MCP Server

A Model Context Protocol (MCP) server for the Rule marketing automation platform. It provides full access to Rule's REST API v2 for subscriber management, campaigns, transactional messages, and more.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

extend-marketing

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 10 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
// tools this server exposes34 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

rule_create_subscribers

Create one or multiple subscribers in Rule. Can update existing subscribers if update_on_duplicate is true. Supports custom fields, tags, automation triggers, and opt-in flows.

rule_get_subscribers

Get all subscribers with pagination support (max 100 per page).

rule_get_subscriber

Get detailed information about a specific subscriber by email, phone number, or ID.

rule_get_subscriber_fields

Get all custom field values for a specific subscriber organized by groups.

rule_update_subscriber

Update subscriber information including email, phone, language, tags, and custom fields.

rule_delete_subscriber

Permanently delete a subscriber from Rule.

rule_add_subscriber_tags

Add one or more tags to a subscriber. Creates new tags if they don't exist. Triggers automation flows.

rule_get_subscriber_tags

Get all tags associated with a subscriber.

rule_clear_subscriber_tags

Remove all tags from a subscriber (does not delete tags or subscriber).

rule_delete_subscriber_tag

Remove a specific tag from a subscriber (does not delete tag or subscriber).

rule_get_tags

Get all tags with pagination support.

rule_get_tag

Get detailed information about a specific tag, optionally with subscriber count.

rule_update_tag

Update tag name or description.

rule_delete_tag

Permanently delete a tag from Rule.

rule_clear_tag

Remove all subscribers from a tag (does not delete tag or subscribers).

rule_get_segments

Get all sync-at segments with pagination support.

rule_send_transaction

Send transactional email or SMS. Emails require base64-encoded content. SMS charged at 0.40 SEK per message.

rule_get_templates

Get all available email templates.

rule_get_template

Get detailed information about a specific template including supported blocks.

rule_get_campaigns

Get all campaigns with optional filtering by type, creation date, and send date.

rule_create_campaign

Create a new campaign (draft) with recipients, content, and optional template.

rule_get_campaign

Get detailed information about a specific campaign including recipients.

rule_get_campaign_statistics

Get campaign statistics including sends, opens, clicks, bounces, and unsubscribes.

rule_send_campaign

Send a campaign immediately. SMS campaigns cost 0.40 SEK per message.

rule_schedule_campaign

Schedule a campaign to be sent at a specific date/time.

rule_delete_campaign

Permanently delete a campaign.

rule_create_groups_and_fields

Create new custom field groups and fields for subscriber data.

rule_get_groups

Get all custom field groups with their fields.

rule_get_group

Get a specific custom field group with all its fields.

rule_get_suppressions

Get all suppressions (bounces, spam complaints, unsubscribes) with pagination.

rule_get_preference_groups

Get all preference groups with their available preferences.

rule_get_subscriber_preferences

Get a subscriber's preferences for a specific preference group.

rule_update_subscriber_preferences

Update a subscriber's opt-in/opt-out status for preferences in a group.

rule_get_journeys

Get all journeys (automation flows) with optional filtering by name or preference.

// known CVEs in dependencies10 high6 medium12 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

highaxios@1.13.6GHSA-35jp-ww65-95wh

axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`

highaxios@1.13.6GHSA-3g43-6gmg-66jw

axios Vulnerable to Credential Theft and Response Hijacking via Prototype Pollution Gadget in Config Merge

highaxios@1.13.6GHSA-6chq-wfr3-2hj9

Axios: Header Injection via Prototype Pollution

highaxios@1.13.6GHSA-777c-7fjr-54vf

Allocation of Resources Without Limits or Throttling in Axios

highaxios@1.13.6GHSA-hfxv-24rg-xrqf

Axios: Regular Expression Denial of Service (ReDoS) via Cookie Name Injection

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

34/34 tools missing one or more hints — rule_create_subscribers (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); rule_get_subscribers (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); rule_get_subscriber (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +31 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

0 critical, 10 high severity in production deps — axios@1.13.6 (high), axios@1.13.6 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/extend-marketing/rule-mcp-server?variant=verified)](https://m8ven.ai/mcp/extend-marketing/rule-mcp-server)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 4576866d2b644833c058e0cc2aca96abd10c02d4
code hash: 3c777ac472741e5ab265d76ff3ccb84504129cd02f05580308299571bc055ebb
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client