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

ponlo-ai

v1.15.0

Published

MCP server for Ponlo.ai — Family calendar, tasks, meals, lists, and rewards. Works with Claude, ChatGPT, and any MCP client.

Readme

ponlo-ai

MCP server for Ponlo.ai — manage your family hub from Claude, ChatGPT, or any MCP client.

npm

Quick Start

{
  "mcpServers": {
    "ponlo": {
      "command": "npx",
      "args": ["-y", "ponlo-ai"],
      "env": {
        "PONLO_API_KEY": "your_key_here",
        "PONLO_API_URL": "https://ponlo.ai"
      }
    }
  }
}

Get your API key at ponlo.ai/admin → Workspace → Generate API Key.

See MCP_SETUP.md for full setup instructions.

Tools (40+)

Tasks

ponlo_tasks_list · ponlo_tasks_create · ponlo_tasks_update · ponlo_tasks_complete · ponlo_tasks_uncomplete · ponlo_tasks_delete · ponlo_tasks_reorder · ponlo_tasks_bulk_complete · ponlo_tasks_bulk_create

Calendar

ponlo_calendar_list_events · ponlo_calendar_create_event · ponlo_calendar_update_event · ponlo_calendar_delete_event · ponlo_calendar_sync

Notes

ponlo_notes_get · ponlo_notes_create · ponlo_notes_update · ponlo_notes_delete

Lists

ponlo_lists_list · ponlo_lists_create · ponlo_lists_delete · ponlo_lists_get_items · ponlo_lists_add_items · ponlo_lists_check_item · ponlo_lists_remove_item

Meals

ponlo_meals_list · ponlo_meals_create · ponlo_meals_update · ponlo_meals_delete

Rewards

ponlo_rewards_list · ponlo_rewards_create · ponlo_rewards_redeem · ponlo_rewards_delete

Schedule

ponlo_schedule_get · ponlo_schedule_set

Reminders

ponlo_reminders_list · ponlo_reminders_create · ponlo_reminders_delete

Other

ponlo_family_members · ponlo_weather · ponlo_daily_briefing · ponlo_standup · ponlo_import · ponlo_import_recipe · ponlo_photos_list · ponlo_photos_delete · ponlo_widgets_list · ponlo_widgets_configure · ponlo_displays_list · ponlo_displays_create · ponlo_displays_delete · ponlo_webhooks_list · ponlo_webhooks_create · ponlo_webhooks_delete

Security

  • API keys are hashed (SHA-256) before storage
  • All requests are workspace-scoped
  • Keys can be revoked anytime at ponlo.ai/admin
  • Audit trails track who performed each action

Development

cd mcp-server
npm install
npm run build   # compile TypeScript
npm run dev     # run with tsx (no build needed)

License

MIT