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

@striderlabs/mcp-papajohns

v1.0.0

Published

MCP server connector for Papa Johns - enables AI agents to browse menu, customize orders, and track deliveries

Readme

@striderlabs/mcp-papajohns

MCP (Model Context Protocol) server connector for Papa John's Pizza. Enables AI agents to browse the menu, customize orders, manage cart, apply promo codes, place orders, and track deliveries — all via Playwright browser automation.

Features

  • 🍕 Browse & Search Menu — Explore all menu categories or search for specific items
  • 🎨 Pizza Customization — Full control over size, crust, sauce, cheese, and toppings
  • 📍 Store Locator — Find nearby Papa John's stores by address
  • 🛒 Cart Management — Add, remove, and view cart items
  • 🎟️ Promo Codes — Apply discount codes and view current specials
  • 📦 Place Orders — Submit orders with customer and delivery details
  • 🚗 Order Tracking — Track order status in real-time
  • 🏆 Rewards — View Papa Rewards™ points balance and available tiers

Installation

npm install -g @striderlabs/mcp-papajohns
# or
npx @striderlabs/mcp-papajohns

Install Playwright browsers (required):

npx playwright install chromium

Usage with Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "papajohns": {
      "command": "npx",
      "args": ["@striderlabs/mcp-papajohns"]
    }
  }
}

Available Tools

| Tool | Description | |------|-------------| | browse_menu | Browse menu by category (pizzas, sides, desserts, drinks) | | search_menu | Search menu items by keyword | | get_pizza_options | Get all pizza customization options | | find_nearby_stores | Find stores near an address | | set_delivery_address | Set the delivery address | | add_to_cart | Add item with customizations to cart | | view_cart | View current cart contents | | remove_from_cart | Remove an item from cart | | clear_cart | Empty the cart | | apply_promo_code | Apply a promo/coupon code | | get_specials | View current deals and promotions | | place_order | Submit an order | | track_order | Track order status | | view_rewards | View Papa Rewards™ points |

Example Agent Workflow

1. find_nearby_stores("123 Main St, Chicago, IL")
2. browse_menu(category: "pizzas")
3. get_pizza_options()
4. add_to_cart("Pepperoni Pizza", size: "Large", crust: "Original Hand-Tossed", toppings: ["Extra Cheese"])
5. add_to_cart("Cheesy Bread", quantity: 2)
6. get_specials()
7. apply_promo_code("SAVE25")
8. view_cart()
9. place_order(firstName: "John", lastName: "Doe", email: "[email protected]", phone: "555-1234", paymentMethod: "credit_card")
10. track_order(email: "[email protected]")

Security Note

This connector does not process real payment card numbers. The place_order tool prepares your order and navigates to checkout but stops short of submitting payment. Complete the payment step manually at papajohns.com or via the Papa John's mobile app.

Requirements

  • Node.js >= 18
  • Playwright (npm install playwright)
  • Chromium browser (npx playwright install chromium)

License

MIT — Strider Labs