@codespar/mcp-rd-station
v0.2.1
Published
MCP server for RD Station — contacts, events, funnels, deals, segmentations, lead scoring, webhooks
Downloads
139
Readme
@codespar/mcp-rd-station
MCP server for RD Station — marketing automation and CRM
Quick Start
Claude Desktop
Add to ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"rd-station": {
"command": "npx",
"args": ["-y", "@codespar/mcp-rd-station"],
"env": {
"RD_STATION_TOKEN": "your-token"
}
}
}
}Claude Code
claude mcp add rd-station -- npx @codespar/mcp-rd-stationCursor / VS Code
Add to .cursor/mcp.json or .vscode/mcp.json:
{
"servers": {
"rd-station": {
"command": "npx",
"args": ["-y", "@codespar/mcp-rd-station"],
"env": {
"RD_STATION_TOKEN": "your-token"
}
}
}
}Tools (18)
| Tool | Purpose |
|---|---|
| create_contact | Create a contact in RD Station CRM |
| update_contact | Update a contact by UUID |
| upsert_contact | Upsert (create or update) a contact identified by email (Marketing API) |
| get_contact | Get contact details by UUID or email |
| list_contacts | List contacts with pagination |
| delete_contact | Delete a contact by UUID |
| create_event | Create a conversion event for a contact |
| list_funnels | List all sales funnels |
| get_funnel | Get funnel details with stages |
| list_deal_stages | List deal stages of a pipeline (funnel) |
| create_opportunity | Create a sales opportunity in a funnel |
| update_deal | Update a deal/opportunity by ID |
| get_deal | Get a deal/opportunity by ID |
| list_deals | List deals with optional filters and pagination |
| list_segmentations | List contact segmentations |
| get_segmentation_contacts | List contacts inside a given segmentation |
| update_lead_scoring | Mark a contact as lead, qualified lead, or opportunity (lead scoring) |
| create_webhook | Subscribe a webhook to RD Station events (WEBHOOK.CONVERTED / WEBHOOK.MARKED_OPPORTUNITY) |
Authentication
RD Station uses a Bearer token for authentication.
Sandbox / Testing
RD Station provides an OAuth sandbox for testing. Use sandbox credentials during development.
Get your credentials
- Go to RD Station Developer Portal
- Create a developer account
- Register an OAuth application and obtain a token
- Set the
RD_STATION_TOKENenvironment variable
Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| RD_STATION_TOKEN | Yes | Bearer token from RD Station |
Roadmap
v0.2 (planned)
list_deals— List deals in the CRM pipelinecreate_deal— Create a new dealupdate_deal— Update deal details or stagelist_activities— List activities for a contact or dealcreate_task— Create a task assigned to a user
v0.3 (planned)
custom_fields— Manage custom fields for contacts and dealsautomation_triggers— Trigger marketing automation flows
Want to contribute? Open a PR or request a tool.
Links
Enterprise
Need governance, budget limits, and audit trails for agent payments? CodeSpar Enterprise adds policy engine, payment routing, and compliance templates on top of these MCP servers.
License
MIT
