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

@1930dev/penca-ovacion-mcp

v0.1.1

Published

Servidor Model Context Protocol para Penca Antel Ovación (no oficial).

Downloads

329

Readme

@1930dev/penca-ovacion-mcp (penca-mcp)

Un servidor Model Context Protocol para Penca Antel Ovación (no oficial). Usá la penca desde Claude, Cursor, Codex o cualquier cliente MCP: pronósticos, partidos, grupos, ranking, muro y más.

npm Add to Cursor Add to VS Code


Instalación

Hay dos formas. La hosted no requiere instalar nada y es la recomendada.

Opción 1 — Hosted (recomendada, cero instalación)

El servidor ya está corriendo en https://1930.dev/penca-ovacion/mcp (Streamable HTTP). No necesitás Node ni npm: solo agregás la URL como conector remoto.

Claude (app web / desktop): Settings → Connectors → Add custom connector → pegá la URL:

https://1930.dev/penca-ovacion/mcp

Claude Code:

claude mcp add --transport http penca-ovacion https://1930.dev/penca-ovacion/mcp

Cursor / VS Code: usá los botones de arriba (o pegá el deeplink). Cursor también acepta en mcp.json:

{ "mcpServers": { "penca-ovacion": { "url": "https://1930.dev/penca-ovacion/mcp" } } }

Opción 2 — Local vía npx (stdio)

Para correrlo en tu máquina (útil en Claude Desktop, Codex o si querés apuntar a otra API). Requiere Node ≥ 20.

Claude Desktop (claude_desktop_config.json) o cualquier cliente con mcpServers:

{ "mcpServers": { "penca": { "command": "npx", "args": ["-y", "@1930dev/penca-ovacion-mcp"] } } }

Claude Code:

claude mcp add penca -- npx -y @1930dev/penca-ovacion-mcp

Cursor (stdio): Add to Cursor (npx)  VS Code (stdio): Add to VS Code (npx)

Autenticación

El login es por usuario y pasa dentro del MCP (no hay credenciales en el server):

  1. Llamá la tool penca_login con tu email → te llega un magic link al correo.
  2. Llamá penca_login_complete con el link (o su token) → quedás autenticado en esa sesión.

Para CI o uso sin estado podés definir PENCA_TOKEN (y opcional PENCA_REFRESH_TOKEN) en el entorno del server local (Opción 2) y saltarte el login.

Herramientas

penca_login, penca_login_complete, penca_whoami, penca_update_profile, penca_tournaments, penca_matches, penca_match_statistics, penca_ovi_prediction, penca_predict, penca_digest, penca_groups_mine, penca_groups_public, penca_ranking, penca_wall_read, penca_wall_post, penca_polls, penca_articles, penca_predictions.

Mirá el README del repositorio para el toolkit completo (SDK + CLI). No oficial — sin afiliación con Ovación/Antel/FutbolX.

MIT © Agustín Rodríguez