Package Exports
- @codespar/mcp-rd-station
- @codespar/mcp-rd-station/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@codespar/mcp-rd-station) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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
| Tool | Description |
|---|---|
create_contact |
Create a contact in RD Station CRM |
update_contact |
Update a contact by UUID |
get_contact |
Get contact details by UUID or email |
list_contacts |
List contacts with pagination |
create_event |
Create a conversion event for a contact |
list_funnels |
List all sales funnels |
get_funnel |
Get funnel details with stages |
create_opportunity |
Create a sales opportunity in a funnel |
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