Marketing

RD Station Marketing MCP Server

Connect your account, then chat with AI to run tools.

RD Station Marketing automates email, landing pages, segmentations, and lead management. Connect with OAuth to list audiences, manage contacts, track conversions, and read campaign assets from your Marketing account.

Managed
16 tools
Agent guide included

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for RD Station Marketing — workflow patterns, data models, and gotchas for your AI agent.

RD Station Marketing

RD Station Marketing is a digital marketing automation platform (API 2.0 at https://api.rd.services).

Authentication

OAuth2 only. Marketing and CRM are separate products — use rd-station-crm for deals/pipelines, not this bundle.

Core workflows

Contacts (CRUD)
  • Read one: rdstation_get_contact with identifier_type (uuid, email, or phone) and identifier_value.
  • Create: rdstation_upsert_contact with email or phone plus optional profile fields (name, job_title, tags, …).
  • Update: same tool with identifier_type + identifier_value and only the fields to change.
  • Delete: rdstation_delete_contact by uuid/email/phone.

Field api_identifiers for custom payloads come from rdstation_list_fields.

Conversions
  • Track funnel events: rdstation_track_conversion with conversion_identifier (must exist in the RD Station account) plus email or phone. Creates/updates the lead and returns event_uuid.
Audiences
  • List segmentations: rdstation_list_segmentations → take id.
  • Members: rdstation_list_segmentation_contacts with segmentation_id.
Campaign catalog (read)
  • rdstation_list_emails, rdstation_list_workflows, rdstation_list_landing_pages, rdstation_list_popups, rdstation_list_embeddables.
Analytics (read, optional scope)

Analytics tools accept start_date / end_date (YYYY-MM-DD, default last 30 days). They require analytics permission on the OAuth app; accounts without scope return HTTP 401 — use contact/segmentation tools instead.

Pagination

List endpoints accept page (cursor from prior response) and page_size (default 25, max 125).

Tools in this Server (16)

Rdstation Delete Contact

Permanently delete a Marketing contact by uuid, email, or phone. Returns no body on success (HTTP 204). Use rdstation_get_contact to confirm removal.

Rdstation Get Contact

Fetch one Marketing contact/lead by uuid, email, or phone. Returns profile fields (name, job_title, tags, legal_bases) and HATEOAS links. Use rdstatio...

Rdstation List Analytic Emails

Email campaign analytics (opens, clicks, delivery) for a date range. Requires Marketing analytics API access on the connected OAuth app — sandbox apps...

Rdstation List Analytics Conversions

Conversion count analytics for a date range. Requires analytics API access on the OAuth app. Dates default to the last 30 days (YYYY-MM-DD).

Rdstation List Analytics Funnel

Funnel stage analytics for a date range. Requires analytics API access on the OAuth app. Dates default to the last 30 days (YYYY-MM-DD).

Rdstation List Emails

List email templates/campaigns in the Marketing account with pagination.

Rdstation List Embeddables

List embeddable forms and widgets with pagination.

Rdstation List Fields

List contact field definitions (standard and custom) with api_identifiers for use in rdstation_upsert_contact and rdstation_track_conversion payloads.

Rdstation List Landing Pages

List landing pages with pagination.

Rdstation List Popups

List pop-up lead capture assets with pagination.

Rdstation List Segmentation Contacts

List contacts inside a segmentation (audience). Pass segmentation_id from rdstation_list_segmentations. Supports page and page_size pagination.

Rdstation List Segmentations

List audience segmentations. Use returned id values with rdstation_list_segmentation_contacts to page members.

Rdstation List Workflow Email Stats

Per-workflow email statistics for a date range. Requires analytics API access on the OAuth app. Dates default to the last 30 days (YYYY-MM-DD).

Rdstation List Workflows

List marketing automation workflows with pagination.

Rdstation Track Conversion

Record a Marketing conversion event (POST /platform/events). Use when a lead completes a funnel step — signup, demo request, purchase, etc. Provide co...

Rdstation Upsert Contact

Create or update a Marketing contact. Omit identifier_type/value to POST a new lead (email or phone required). Pass identifier_type + identifier_value...

Frequently Asked Questions

What is the RD Station Marketing MCP server?

RD Station Marketing automates email, landing pages, segmentations, and lead management. Connect with OAuth to list audiences, manage contacts, track conversions, and read campaign assets from your Marketing account. It provides 16 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect RD Station Marketing to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/rd-station-marketing. Authentication is handled automatically.

How many tools does RD Station Marketing provide?

RD Station Marketing provides 16 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does RD Station Marketing require?

RD Station Marketing uses One-click sign in. RD Station Marketing requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect RD Station Marketing to any MCP client in minutes

MCP URL
https://mcp.mcpbundles.com/bundle/rd-station-marketing

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to RD Station Marketing and paste the MCP URL into Remote MCP server URL.
  4. Click Add. RD Station Marketing will appear under Not connected — select it and click Connect to complete OAuth.
Name: RD Station Marketing
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/rd-station-marketing
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Ready to use RD Station Marketing?

Sign in to connect your credentials and start running tools from the chat.

RD Station Marketing MCP Server & Skill