Marketing automation and CRM: contacts, event tracking, funnels, and opportunity management. Your agent nurtures leads and triggers campaigns.
$ npm install @codespar/mcp-rd-stationAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"rd-station": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-rd-station"
],
"env": {
"RD_STATION_TOKEN": "<your_rd_station_token>"
}
}
}
}After restart, your agent can call any of the 18 tools below โ try create_contact first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
RD_STATION_TOKENAPI key for rd-station
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
create_contactupdate_contactupsert_contactget_contactlist_contactsdelete_contactcreate_eventlist_funnelsMCP is a protocol โ any framework that speaks it can mount this server.