# RD Station — MCP server on mcp.ai > 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.) By: mcp.ai · official Page: https://mcp.ai/rdstation ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_rdstation?ms=1781044560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/rdstation/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/rdstation/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/rdstation/skill.md Postman collection (v2.1): https://mcp.ai/rdstation/postman.json ## Tools - rdstation_account_info(account?: string) — Dados da conta RD Station ativa (nome da conta). - rdstation_contacts_funnel(identifier_type?: string, identifier: string, fields?: object, account?: string) — Contatos (leads) na RD Station Marketing. - rdstation_contacts_get(identifier_type?: string, identifier: string, fields?: object, account?: string) — Contatos (leads) na RD Station Marketing. - rdstation_contacts_upsert(identifier_type?: string, identifier: string, fields?: object, account?: string) — Contatos (leads) na RD Station Marketing. - rdstation_events(event: object, account?: string) — Cria um evento de conversão na RD Station Marketing (POST /platform/events). - rdstation_list_accounts(account?: string) — Lista as contas RD Station vinculadas a este install (account_id, label). - rdstation_webhooks_create(uuid?: string, webhook?: object, account?: string) — Webhooks da RD Station Marketing. - rdstation_webhooks_delete(uuid?: string, webhook?: object, account?: string) — Webhooks da RD Station Marketing. - rdstation_webhooks_list(uuid?: string, webhook?: object, account?: string) — Webhooks da RD Station Marketing. ## Example prompts - "Busque o contato email:fulano@empresa.com na RD Station" - "Crie um evento de conversão pra esse lead" - "Liste os webhooks configurados" ## Links Docs: https://mcp.ai/docs/mcps/rdstation Website: https://mcp.ai/mcps/rdstation