CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

RD Station

mcp-dir/rdstation-mcp
HTTPregistry active
Summary

Connects Claude and other MCP clients to RD Station Marketing's official API via OAuth 2.0. You get nine tools covering contacts (get by email/UUID, upsert fields, check funnel stage), conversion events, and webhook management (list, create, delete). Runs as a hosted service at api.mcp.ai, so there's no local setup or credential juggling. Useful when you're managing Brazilian marketing automation workflows and want your AI assistant to pull lead data, log conversions, or configure webhooks without switching contexts. The flattened tool design means each action gets its own endpoint rather than multiplexing through a single method. CRM features are marked as coming soon, so this is Marketing-focused for now.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

RD Station

RD Station para Claude, Cursor e agentes de IA

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

  • 📊 9 ferramentas
  • ✏️ Leitura e escrita
  • 💬 Funciona com qualquer cliente MCP: Claude Desktop, Cursor, VS Code, Cline, Continue
  • 🔑 Login via magic-link (sem senha)

English version · Documentação completa · Skill pra agentes


Instalar em 1 clique

Claude (Web e Desktop)

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):

➕ Abrir no Claude e conectar

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.

Cursor

➕ Instalar RD Station no Cursor

VS Code (Copilot Chat)

➕ Instalar RD Station no VS Code

ChatGPT, Manus, OpenClaw e mais 40+ clientes

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.


Exemplos de uso

Busque o contato email:fulano@empresa.com na RD Station
Crie um evento de conversão pra esse lead
Liste os webhooks configurados

9 ferramentas disponíveis

ToolDescrição
rdstation_list_accountsLista as contas RD Station vinculadas a este install (account_id, label).
rdstation_account_infoDados da conta RD Station ativa (nome da conta).
rdstation_contacts_getContatos (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_upsertContatos (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_funnelContatos (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_eventsCria 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_listWebhooks 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_createWebhooks 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: create]
rdstation_webhooks_deleteWebhooks 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: delete]

Detalhe de cada tool: docs/ferramentas.md


Preços

Planos a partir do tier grátis. Veja docs/precos.md.


Privacidade & LGPD

  • Sub-processadores: RD Station (Resultados Digitais), o LLM host que você escolher (Claude, ChatGPT, Cursor, agente próprio). Lista completa em docs/privacidade-lgpd.md.
  • Os dados retornados pelas tools são enviados ao LLM host que você escolher, sub-processador fora do nosso controle. Recomendamos planos com opt-out de treinamento.

Perguntas frequentes

O servidor é open source? O servidor é proprietário (hosted). Este repositório é o wrapper público com manifestos, docs e skills — tudo MIT.

Posso usar com agente próprio (não Claude/Cursor)? Sim — qualquer cliente que suporte MCP over HTTP. URL: https://api.mcp.ai/p_rdstation.


Suporte

  • 📧 rdstation@mcp.ai
  • 🐛 GitHub Issues
  • 📄 docs/

Licença

MIT — veja LICENSE. O servidor MCP em api.mcp.ai/p_rdstation é proprietário (hosted); este repositório (manifestos, docs, skills) é MIT.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedJun 10, 2026
View on GitHub