Qanat Goose MCP Extension
Integrates Square sandbox catalog and orders management with voice commands (via ElevenLabs) and hand gesture controls (via MediaPipe) through an interactive seller dashboard in Goose Desktop.
README
Qanat Goose MCP Extension
🔄 Looking for the standalone prototype? See Qanat.
Qanat Goose MCP Extension is an agent‑based Goose MCP‑UI extension that wraps the Square MCP Server, integrating sandbox catalog/orders with voice and gesture agents for an interactive seller dashboard.
🏗️ Architecture
Qanat integrates with Goose Desktop as a custom MCP-UI extension:
Goose Desktop (MCP-UI surface)
↓
Qanat MCP-UI Extension ← Voice/Gesture Agents
↓
Square MCP Server
↓
Square API
🚀 Quick Start
-
Setup Environment
# Copy environment template cp env.example .env # Edit .env with your API keys # SQUARE_API_KEY=your_key_here # ELEVENLABS_API_KEY=your_key_here -
Install Dependencies
pip install -r requirements.txt -
Run the MCP Server
npm run dev # or python -m backend.mcp_servers.qanat_server -
Connect to Goose Desktop
- Add Qanat as MCP-UI extension in Goose settings
- Server will run on localhost:3001
🔄 Running Both Qanat Demos
There are two versions of Qanat available: Qanat (Baseline Prototype)
- Standalone dashboard using Web Speech API and seeded demo data.
- Runs entirely in the browser, with fallback APIs when Square is unreachable.
- To run:
- Clone the qanat repo.
- Install dependencies (npm install).
- Start the backend mock server (npm run dev).
- Start the frontend (cd frontend && npm run dev).
- Visit http://localhost:5173 in Chrome and allow microphone access. Qanat Goose MCP Extension (Advanced)
- Goose MCP‑UI extension wrapping Square MCP Server.
- Integrates Square sandbox catalog/orders with voice and gesture agents.
- To run:
- Clone the qanat-goose-mcp repo.
- Copy env.template → .env and add your Square sandbox OAuth credentials.
- Start the MCP server (npm run dev or python -m backend.mcp_servers.qanat_server).
- In Goose Desktop, add Qanat as an MCP‑UI extension with endpoint http://localhost:3001.
- Interact via voice, gesture, or UI buttons.
📁 Project Structure
qanat_v2/
├── backend/ # Core backend services
│ ├── agents/ # Goose subagents (voice, gesture)
│ ├── services/ # Square API integration
│ └── mcp_servers/ # MCP protocol servers
├── config/ # Configuration files
│ ├── extensions/ # Extension configs (Square, voice, gesture)
│ └── environments/ # Environment loading utilities
├── docs/ # Project documentation
│ ├── PROJECT_BOARD.md # Development task breakdown
│ ├── PLAN.md # MVP development plan
│ └── Qanat_Architecture_Overview.md
├── requirements.txt # Python dependencies
├── package.json # Project metadata & scripts
└── env.example # Environment template
🎯 MVP Features
- Catalog Dashboard: View and manage Square catalog items
- Orders Dashboard: Monitor recent orders and status updates
- Voice Control: "Refresh catalog" command via ElevenLabs
- Gesture Control: Toggle item status with thumb-up gesture via MediaPipe
- Interactive UI: Clickable tables and action buttons in Goose Desktop
🛠️ Development
See docs/PROJECT_BOARD.md for detailed development tasks and timeline.
Key Components
- MCP-UI Server:
backend/mcp_servers/qanat_server.py - Square Integration:
backend/services/ - Voice Agent: Uses ElevenLabs for speech-to-text
- Gesture Agent: Uses MediaPipe for hand gesture recognition
Configuration Files
config/extensions/square_mcp.json- Square API integration configconfig/extensions/qanat_mcp_ui.json- UI component definitionsconfig/extensions/elevenlabs_voice.json- Voice command mappingsconfig/extensions/mediapipe_gesture.json- Gesture recognition setup
🔧 Scripts
npm run dev # Start development server
npm run start # Start production server
npm run test # Run tests
npm run setup # Install dependencies
npm run config # Validate configuration
📋 Environment Variables
Required variables (copy from env.example):
SQUARE_API_KEY- Your Square API keySQUARE_ENVIRONMENT- sandbox/productionELEVENLABS_API_KEY- ElevenLabs API key for voice featuresMEDIAPIPE_CONFIDENCE_THRESHOLD- Gesture detection sensitivity
🎮 Usage
Voice Commands
- "Refresh catalog" - Reload catalog items
- "Show orders" - Display recent orders
- "Help" - Show available commands
Gesture Controls
- 👍 Thumb up - Toggle item active/inactive status
- 👉 Point - Select table row
- ✋ Open palm - Refresh current view
- ✌️ Peace sign - Switch catalog/orders view
🧪 Testing
# Run all tests
npm run test
# Test Square integration
python -m pytest tests/test_square_services.py
# Test voice commands
python -m pytest tests/test_voice_agent.py
# Test gesture recognition
python -m pytest tests/test_gesture_agent.py
📝 License
MIT License - see LICENSE file for details.
Built with ❤️ for Square sellers using Goose Desktop #Block #Goose
Contact
Reach me here or on Discord: @professordnyc
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.