RD Station Marketing, contacts/leads (get, upsert, funnel), conversion events and webhooks via the o
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-mcp-dir-rdstation-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
RD Station Marketing, contatos/leads (buscar, criar/atualizar, funil), eventos de conversão e webhooks via API oficial (OAuth 2.0). A plataforma fornece a aplicação OAuth, você só clica em Autorizar e loga com sua conta RD Station. (v1: Marketing; CRM em breve.)
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing
DataForSEO API modelcontextprotocol server
MCP server for Mindbox CDP API — customer profiles, orders, segments. 3 tools.
MCP server for Yandex.Direct API — campaigns, ads, statistics, keywords. Bearer token auth.
MCP server for the PostFast API — schedule and manage social media posts via AI tools
MCP Security Weekly
Get CVE alerts and security updates for io.github.mcp-dir/rdstation-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
RD Station Marketing, contatos/leads (buscar, criar/atualizar, funil), eventos de conversão e webhooks via API oficial (OAuth 2.0). A plataforma fornece a aplicação OAuth, você só clica em Autorizar e loga com sua conta RD Station. (v1: Marketing; CRM em breve.)
English version · Documentação completa · Skill pra agentes
A Anthropic unificou a instalação de MCPs em claude.ai/customize/connectors. O mesmo link serve pra Claude Web e Claude Desktop (basta estar logado):
Manual (se o deeplink não abrir): claude.ai/customize/connectors → + → Adicionar conector personalizado → cole Nome RD Station e URL https://api.mcp.ai/p_rdstation.
➕ Instalar RD Station no Cursor
➕ Instalar RD Station no VS Code
Funciona em qualquer cliente MCP que suporte MCP over HTTP. A URL do servidor é sempre:
https://api.mcp.ai/p_rdstation
Detalhes por cliente: INSTALL.md.
Busque o contato email:fulano@empresa.com na RD Station
Crie um evento de conversão pra esse lead
Liste os webhooks configurados
| Tool | Descrição |
|---|---|
rdstation_list_accounts | Lista as contas RD Station vinculadas a este install (account_id, label). |
rdstation_account_info | Dados da conta RD Station ativa (nome da conta). |
rdstation_contacts_get | Contatos (leads) na RD Station Marketing. Ações: - get: busca UM contato por email ou uuid. - upsert: cria/atualiza um contato (passe 'fields' com os campos do contato). - funnel: estágio do contato no funil padrão. Identifique o contato por identifier_type ('email' |
rdstation_contacts_upsert | Contatos (leads) na RD Station Marketing. Ações: - get: busca UM contato por email ou uuid. - upsert: cria/atualiza um contato (passe 'fields' com os campos do contato). - funnel: estágio do contato no funil padrão. Identifique o contato por identifier_type ('email' |
rdstation_contacts_funnel | Contatos (leads) na RD Station Marketing. Ações: - get: busca UM contato por email ou uuid. - upsert: cria/atualiza um contato (passe 'fields' com os campos do contato). - funnel: estágio do contato no funil padrão. Identifique o contato por identifier_type ('email' |
rdstation_events | Cria um evento de conversão na RD Station Marketing (POST /platform/events). Passe 'event' com o payload completo (event_type, event_family, payload com email, etc.). |
rdstation_webhooks_list | Webhooks da RD Station Marketing. Ações: - list: lista webhooks configurados. - create: cria um webhook (passe 'webhook' com url, event_type, entity_type…). - delete: remove um webhook (requer uuid). [Flattened action: list] |
rdstation_webhooks_create | Webhooks da RD Station Marketing. Ações: - list: lista webhooks configurados. - create: cria um webhook (passe 'webhook' com url, event_type, entity_type…). - delete: remove um webhook (requer uuid). [Flattened action: cr |