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

capturas-mcp-server

v2.4.0

Published

MCP Server do Capturas — crie e gerencie páginas de captura, testes A/B e funis via Claude

Readme

capturas-mcp-server

MCP Server do Capturas — conecte o Claude (Desktop, CLI, Cursor) ao sistema Capturas e crie páginas de captura, testes A/B e funis por prompt.

Capturas é um sistema de páginas de captura interativas (chat com IA). Pode ser usado por qualquer empresa — a UpFunnels é o primeiro cliente, mas o sistema é agnóstico.

Instalação rápida (recomendada)

Abra o terminal e rode:

npx -y capturas-mcp-server setup SEU_TOKEN

Substitua SEU_TOKEN pelo token gerado no painel (Configurações → Tokens MCP). O comando detecta o Claude Desktop no seu SO, configura sozinho e preserva outros MCP servers. Feche e abra o Claude de novo. Pronto.

Instalação manual

{
  "mcpServers": {
    "capturas": {
      "command": "npx",
      "args": ["-y", "capturas-mcp-server"],
      "env": {
        "CAPTURAS_URL": "https://ia.upfunnels.ai",
        "CAPTURAS_MCP_TOKEN": "mcp_seu_token_aqui"
      }
    }
  }
}

No Claude Desktop, esse JSON vai em:

  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Gere o token em Configurações → Tokens MCP no painel. Ou clique em Conectar ao Claude no painel — ele já monta o JSON pronto.

O que o MCP expõe

Pastas e páginas: listar_pastas, criar_pasta, listar_paginas, ver_pagina, criar_pagina, editar_pagina, deletar_pagina, duplicar_pagina

Testes A/B: listar_testes, criar_teste, metricas_teste, definir_vencedor

Infra: listar_vozes (ElevenLabs), upload_arquivo, ver_configuracoes

Todas as tools aceitam ID, slug ou nome como referência. Sem round-trip pra buscar IDs.

listar_paginas({ folder: "UpFunnels" })
ver_pagina({ page: "dor-lead-caro" })
criar_teste({ name: "Hook A/B", slug: "hook-ab", variants: ["dor-lead-caro", "dor-preco-alto"] })

Skills

Dentro de skills/ tem dois guias que você pode colar no contexto do Claude:

  • usando-mcp-upfunnels.md — como operar as tools com eficiência
  • criando-funis.md — framework pra estruturar funis de captura que convertem

Rate limit

60 requisições por minuto por token. Generoso pra uso humano, apertado o suficiente pra conter abuso se o token vazar.

Escopo

Tokens podem ser restritos por pasta no painel. Tokens com escopo não conseguem criar pastas nem acessar páginas fora do seu domínio.

Dev local

cd mcp-server
npm install
npm run build
# aponte o Claude Desktop pro dist/index.js local

Compatibilidade

As env vars UPFUNNELS_URL e UPFUNNELS_MCP_TOKEN ainda são aceitas como fallback pra não quebrar instalações antigas. Novas instalações devem usar CAPTURAS_URL e CAPTURAS_MCP_TOKEN.

Licença

UNLICENSED — uso interno / clientes Capturas.