npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

jotae-mcp

v1.0.8

Published

MCP Server para o Jotae — cria eventos, configura automações e lê métricas via Claude

Readme

jotae-mcp

MCP Server oficial do Jotae para Claude Desktop e Claude.ai.

Conecta o Claude ao Jotae para criar eventos, configurar automações de WhatsApp e e-mail, e ler métricas — tudo por texto ou voz.

O que o agente consegue fazer

  • Criar e editar eventos ao vivo
  • Configurar data, link do YouTube, pitch e CTA
  • Aplicar timelines de automação completas a um evento
  • Criar automações individuais segmentadas (participantes, no-show, compradores)
  • Ler métricas: presença, pitch, cliques no CTA, taxa de conversão
  • Ver integrações ativas (WhatsApp, e-mail, CRM)
  • Acessar contatos e listas geradas por evento

Instalação

1. Gere sua chave de API

Acesse Configurações > Integrações > Claude AI (MCP) no Jotae e gere uma chave jotae_sk_....

2. Configure o Claude Desktop

Edite ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "jotae": {
      "command": "npx",
      "args": ["jotae-mcp"],
      "env": {
        "JOTAE_API_KEY": "jotae_sk_SUA_CHAVE_AQUI"
      }
    }
  }
}

Reinicie o Claude Desktop. O ícone de ferramentas aparece nas conversas.

3. (Opcional) URL customizada

Se você usa domínio próprio:

"env": {
  "JOTAE_API_KEY": "jotae_sk_...",
  "JOTAE_BASE_URL": "https://app.seudominio.com"
}

Como usar

Abra o Claude Desktop e use os prompts prontos:

  • "Configurar novo evento" — guia completo do zero
  • "Follow-up pós-evento" — automações segmentadas pós-live

Ou chame diretamente:

"Cria um evento chamado 'Masterclass de Vendas' para 15 de setembro às 20h com CTA para minha página de vendas"

"Quais eventos tenho cadastrados e qual a taxa de conversão do último?"

"Aplica a timeline 'Lançamento Padrão' no evento X"

Ferramentas disponíveis

| Tool | O que faz | |---|---| | get_setup_status | Diagnóstico completo da conta | | list_events | Lista eventos | | get_event | Detalhes de um evento | | get_event_stats | Métricas de presença e conversão | | create_event | Cria evento | | update_event | Edita evento | | list_timelines | Lista timelines com etapas | | apply_timeline | Aplica timeline a um evento | | list_automations | Lista automações de um evento | | create_automation | Cria automação individual | | update_automation | Edita/ativa/desativa automação | | delete_automation | Remove automação | | list_templates | Lista templates WhatsApp e e-mail | | list_contacts | Lista contatos | | list_contact_lists | Lista de segmentos pós-evento | | list_integrations | Integrações ativas e capacidades |

Desenvolvimento local

git clone https://github.com/jackemerick/jotae-mcp
cd jotae-mcp
npm install
JOTAE_API_KEY=jotae_sk_... npm run dev

Licença

MIT