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

@deley/connect

v0.1.1

Published

Conecta Claude Desktop / Claude Code con el servidor MCP de Deley (corpus legal ecuatoriano).

Readme

@deley/connect

CLI installer para conectar Claude Desktop o Claude Code con el servidor MCP de Deley (corpus legal ecuatoriano, 6 especialistas, 8 tools).

Uso rápido

npx @deley/connect

Walkthrough interactivo (30 segundos):

  1. Pega tu API key (la creas gratis en https://deley.io/cuenta/api-keys).
  2. Elige destino: Claude Desktop, Claude Code o ambos.
  3. El CLI verifica que la key autentica, escribe la config, te dice qué reiniciar.

Modo unattended

Para CI o scripts (sin prompts):

npx @deley/connect --key=dly_live_xxxxxxxx --target=both

Flags disponibles:

| Flag | Efecto | |------|--------| | --key=<api_key> | Salta el prompt de API key. | | --target=desktop\|code\|both | Destino fijo. | | --print | Imprime el JSON resultante sin escribir a disco. | | --help | Ayuda. | | --version | Versión del CLI. |

¿Qué escribe?

Agrega (o actualiza) la entry deley-ecuador-legal en el archivo de config sin tocar otros MCP servers:

{
  "mcpServers": {
    "deley-ecuador-legal": {
      "url": "https://mcp.deley.io/mcp",
      "headers": {
        "X-API-Key": "dly_live_…"
      }
    }
  }
}

Si el archivo ya existía, se hace backup automático en <config>.bak.<timestamp> antes de escribir.

Paths de config

| Cliente | Sistema | Path | |---------|---------|------| | Claude Code | Todos | ~/.claude/.mcp.json | | Claude Desktop | macOS | ~/Library/Application Support/Claude/claude_desktop_config.json | | Claude Desktop | Windows | %APPDATA%\Claude\claude_desktop_config.json | | Claude Desktop | Linux | ~/.config/Claude/claude_desktop_config.json |

Verificación

Antes de escribir, el CLI hace:

  1. GET https://mcp.deley.io/status — server alive + versión.
  2. POST https://mcp.deley.io/mcp con tu key — auth + lista de tools.

Si algo falla, el CLI te dice qué fue y te deja decidir si continuar.

Tools disponibles tras conectar

  • deley_buscar_normativa — Búsqueda semántica en corpus legal Ecuador.
  • deley_buscar_jurisprudencia — Búsqueda en sentencias CN + CC + CNJ.
  • deley_buscar_juicios_avanzado — Búsqueda filtrada sobre 6.3M juicios provinciales (eSATJE).
  • deley_buscar_todo — Búsqueda federada (leyes + jurisprudencia).
  • deley_obtener_articulo — Texto completo de un artículo (CT 188, COGEP 613, etc.).
  • deley_obtener_case_brief — Brief de un juicio de tu casillero eSATJE.
  • deley_consultar_especialista — Consulta a 6 especialistas (contratos, laboral, compliance, drafter, tributario, societario).
  • deley_listar_especialistas — Lista los especialistas disponibles.

Soporte

  • Email: [email protected]
  • Sitio: https://deley.io
  • Plugin público: https://github.com/admin-deley/deley-ecuador-legal-plugin

Licencia

Apache-2.0.