rd-station

Manage RD Station deals, pipelines, and contacts via REST API.

1|Updated May 5, 2026
One-click install
npx skills add https://github.com/MindOpsTeam/agente-cfo --skill rd-station
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rd-station
Source: https://github.com/MindOpsTeam/agente-cfo/tree/main/skills/rd-station
Command: npx skills add https://github.com/MindOpsTeam/agente-cfo --skill rd-station

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

RD Station CRM integration enables automated access to RD Station data from Agente CFO to manage pipelines, deals, contacts, and organizations without switching apps.

Core Features & Use Cases

  • RD Station integration: List, create, update deals, contacts, organizations, pipelines and activities via REST API.
  • Unified workflow: Synchronize data across RD Station and internal CRM components to support pipeline management and reporting.
  • Use Case: A sales team can pull deal summaries, update close dates, add notes, and track owner performance directly from the agent.

Quick Start

Run the connect.sh script to configure credentials and start the MCP server, then use the provided tools to manage RD Station deals, contacts, and pipelines.

Frequently Asked Questions about rd-station

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate RD Station CRM via REST API to manage deals and pipelines?

Integrate RD Station CRM via REST API by running the connect.sh script to configure credentials, which starts an MCP server exposing CRUD tools to manage deals, pipelines, contacts, and organizations directly.

Can I automate updating deal close dates and adding notes in RD Station using Python?

Yes, you can automate updating deal close dates and adding notes in RD Station using Python 3 and curl. The integration provides MCP server tools to programmatically list, create, update, and report on deals and activities.

What do I need to set up before connecting to the RD Station REST API?

Before connecting to the RD Station REST API, you need Python 3 and curl installed, plus valid credentials stored in a secrets file. Running the connect.sh script reads these credentials and starts the MCP server.

Does the RD Station CRM integration support synchronizing contacts and organizations?

Yes, the RD Station CRM integration supports synchronizing contacts and organizations. It exposes REST API tools for listing, creating, updating, and managing contacts, organizations, pipelines, and activities across your sales workflows.

What is the best way to pull deal summaries and track owner performance from RD Station programmatically?

The best way to pull deal summaries and track owner performance from RD Station programmatically is using the MCP server tools, which provide unified workflow access to deal data, pipeline stages, and activities via REST API.

Why should I use a Python-based MCP server for RD Station CRM instead of manual data entry?

Using a Python-based MCP server for RD Station CRM eliminates manual data entry and app switching. It enables automated programmatic access to list, create, update, and report on deals, pipelines, and contacts directly from your agent.