Skip to main content
RD

RD Station

v0.2.1OAuth2

Automatización de marketing y CRM: contactos, rastreo de eventos, funnels y gestión de oportunidades. Tu agente nutre leads y dispara campañas.

18 herramientas1 env vars🇧🇷 Brasilestable en npm

Qué puede hacer tu agente

RD Station le da a tu agente 18 tools que llama directo — elegí las que necesite, en Claude, Cursor o cualquier cliente MCP.

  • create_contactCreate a contact in RD Station CRM
  • update_contactUpdate a contact by UUID
  • upsert_contactUpsert (create or update) a contact identified by email (Marketing API)
Ejemplo de llamada
// Your agent calls a tool directly — no glue code.
// CodeSpar's managed tier handles OAuth2, token rotation and rate limits.
const result = await session.call("create_contact", { /* ... */ });

Instalar

terminal
$ npm install @codespar/mcp-rd-station

Quickstart

Agregá esta entrada a tu claude_desktop_config.json (o a la config de cualquier cliente compatible con MCP).

claude_desktop_config.json
{
  "mcpServers": {
    "rd-station": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-rd-station"
      ],
      "env": {
        "RD_STATION_TOKEN": "<your_rd_station_token>"
      }
    }
  }
}

Después de reiniciar, tu agente puede llamar cualquiera de las 18 herramientas de abajo — probá create_contact primero.

Variables de entorno · 1

Necesarias para autenticar el server. Almacenadas cifradas al usar el hosting gestionado de CodeSpar.

RD_STATION_TOKEN
obligatoriosecret

API key for rd-station

Herramientas disponibles · 18

Cada herramienta es independiente — tu agente carga solo lo que necesita para reducir contexto y tiempo de respuesta.

WRITEcreate_contact
Create a contact in RD Station CRM
WRITEupdate_contact
Update a contact by UUID
READupsert_contact
Upsert (create or update) a contact identified by email (Marketing API)
READget_contact
Get contact details by UUID or email
READlist_contacts
List contacts with pagination
DELETEdelete_contact
Delete a contact by UUID
WRITEcreate_event
Create a conversion event for a contact
READlist_funnels
List all sales funnels

Frameworks compatibles

MCP es un protocolo — cualquier framework que lo hable puede montar este server.

Claude Agent SDKAnthropic
OpenAI AgentsOpenAI
Vercel AI SDKVercel
LangChainLangChain
LlamaIndexLlamaIndex
CrewAICrewAI
MastraMastra
Cualquier cliente MCPProtocolo

Preguntas frecuentes

Corré `npx -y @codespar/mcp-rd-station` y agregá el bloque de config de arriba a tu cliente MCP — Claude, Cursor, VS Code o cualquier cliente compatible con MCP. Sin build, sin SDK. ¿Preferís hosted? El tier gestionado de CodeSpar lo corre por vos, con la auth resuelta.
RD Station — MCP server · 18 tools | CodeSpar