Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

RD Station

io.github.mcp-dir/rdstation-mcp

RD Station Marketing, contacts/leads (get, upsert, funnel), conversion events and webhooks via the o

Uptime
100.0%
1 direct probes · 30d
Response
441ms
last probe
Tools
15
callable
Resources
0
readable
Prompts
0
available

Tools · 15

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 n…

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 n…

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 n…

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). …

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). …

rdstation_webhooks_delete

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). …

show_version

Show the current MCP platform and adapter versions.

report_bug

Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.

connect

Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install …

toolkit_info

Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.

marketplace

The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for…

authenticate

MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent, non-expiring conne…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "rd_station": {
      "url": "https://api.mcp.ai/p_rdstation",
      "transport": "streamable-http"
    }
  }
}