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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@chanaka_nakandala/integration-mcp-server

v1.0.9

Published

MCP server that provides Grubtech API documentation search and code generation tools for Claude Code.

Downloads

55

Readme

Grubtech Integration MCP Server

What This Is

This is the engine that powers the AI assistant for Grubtech integrations. It runs in the background and provides tools for Claude Code to answer your questions and generate code.

Note: You don't install this directly. Use the main installer instead:

npx @chanaka_nakandala/integration-agent init

What This Does

This server provides three main tools that Claude Code can use:

1. Documentation Search

  • Searches through Grubtech documentation
  • Finds relevant information based on your questions
  • Returns answers in plain language

2. Code Generation

  • Creates ready-to-use code examples
  • Supports TypeScript, Python, Java, and cURL
  • Includes error handling and comments

3. Document Scraping

  • Downloads Grubtech documentation automatically
  • Stores it locally for fast searching
  • Updates when needed

What Features This Supports

Search Tool

  • Find information about authentication
  • Learn about menu synchronization
  • Understand order webhooks
  • Get help with status updates
  • Discover item availability features

Code Templates

  • Authentication examples
  • Menu sync code
  • Order receiving webhooks
  • Status update implementations
  • Item availability management

All templates include:

  • Working code you can copy-paste
  • Error handling
  • Comments explaining each part
  • Placeholders for your credentials

How It Works

  1. Claude Code starts this server automatically
  2. You ask a question in Claude Code
  3. Claude uses this server's tools to search docs or generate code
  4. You get instant answers and working code

Everything happens behind the scenes - you just chat with Claude!

Technical Details

For developers who want to know:

  • Uses Model Context Protocol (MCP)
  • Provides three tools: search_documentation, generate_code, scrape_documentation
  • Caches documentation locally in ~/.grubtech/cache/
  • Runs as a background service when Claude Code needs it

Getting Help

You shouldn't need to interact with this package directly. If something isn't working:

  1. Try reinstalling: npx @chanaka_nakandala/integration-agent init
  2. Restart Claude Code
  3. Contact Grubtech support: [email protected]

Related Packages

This is part of the Grubtech Integration Agent system:

  • @chanaka_nakandala/integration-agent - Main installer (use this!)
  • @chanaka_nakandala/integration-mcp-server - This package
  • @chanaka_nakandala/integration-personas - AI personality configurations
  • @chanaka_nakandala/integration-core - Shared code

Learn more:

  • Grubtech Website: https://www.grubtech.com
  • API Documentation: https://docs.grubtech.io

© 2025 Grubtech. All rights reserved.