JSPM

@chanaka_nakandala/integration-mcp-server

1.0.9
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 3
    • Score
      100M100P100Q49019F
    • License MIT

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

    Package Exports

    • @chanaka_nakandala/integration-mcp-server

    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: support@grubtech.com

    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:


    © 2025 Grubtech. All rights reserved.