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

wok-and-karahi-mcp

v1.0.0

Published

MCP server for Wok & Karahi — Halal Chinese, Indian & Pakistani restaurant in Spring, TX. Search the menu, get hours/location, catering info, dietary options, popular dishes, and ordering links.

Downloads

29

Readme

Wok & Karahi MCP Server

MCP server for Wok & Karahi — a halal Chinese, Indian & Pakistani restaurant in Spring, TX (Houston area). Home of the Crispy Beef.

This server lets AI assistants search the full menu, get restaurant info, check dietary options, find popular dishes, get catering details, and provide ordering links.

Tools

| Tool | Description | |------|-------------| | search_menu | Search dishes by name, cuisine, dietary restriction, spice level, or price | | get_restaurant_info | Hours, location, phone, delivery areas, halal certification, award | | get_catering_info | Catering phone, services, minimum orders, delivery | | get_dietary_options | All vegetarian, vegan, or gluten-free menu items | | get_popular_dishes | Signature and fan-favorite dishes | | get_ordering_links | Clover, DoorDash, UberEats, GrubHub links + phone |

Quick Start

Claude Desktop

Add to your Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "wok-and-karahi": {
      "command": "npx",
      "args": ["-y", "wok-and-karahi-mcp"]
    }
  }
}

Run locally

git clone https://github.com/abbaszoeb7/wok-and-karahi-mcp.git
cd wok-and-karahi-mcp
npm install
npm start

Restaurant Info

  • Address: 3422 FM 2920, Suite 120, Spring, TX 77388
  • Phone: (281) 362-5354
  • Cuisines: Chinese, Indian, Pakistani — 100% Zabihah Halal
  • Award: Best Halal Chinese Indo-Pak in Houston 2024
  • Hours: Tue-Thu & Sun 11:30 AM-9:30 PM, Fri-Sat 12:30 PM-10:30 PM, Monday Closed
  • Order: wokandkarahitexas.com

Example Queries

When connected to an AI assistant, users can ask:

  • "What's on the Wok & Karahi menu?"
  • "Show me vegetarian options at Wok & Karahi"
  • "What are the most popular dishes?"
  • "Does Wok & Karahi deliver to The Woodlands?"
  • "How do I order from Wok & Karahi?"
  • "Tell me about Wok & Karahi's crispy beef"
  • "What halal Chinese food can I get near Spring TX?"

License

MIT