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 initWhat 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
- Claude Code starts this server automatically
- You ask a question in Claude Code
- Claude uses this server's tools to search docs or generate code
- 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:
- Try reinstalling:
npx @chanaka_nakandala/integration-agent init - Restart Claude Code
- Contact Grubtech support: support@grubtech.com
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.