Fleksa Integrations
Fleksa Integrations
API integrations and AI tools for developers
Fleksa Integrations
Tools and integrations for connecting external systems to Fleksa.
AI Integration (MCP Server)
The Fleksa MCP Server provides a standardized interface for AI assistants to interact with your restaurant data.
What is MCP?
Model Context Protocol (MCP) is a standard for connecting AI systems to external data sources. It enables AI assistants like Claude to access real-time restaurant data.
Available Tools
| Tool | Description |
|---|---|
| Shop Information | Restaurant details, hours, location |
| Menu & Categories | Menu items, search, dietary filters |
| Orders | Order queries and tracking |
| Analytics | Sales data and reports |
| Reservations | Bookings and marketing |
Getting Started
Installation:
npm install @fleksa/mcp-serverConfiguration:
{
"mcpServers": {
"fleksa": {
"command": "npx",
"args": ["@fleksa/mcp-server"],
"env": {
"FLEKSA_API_KEY": "your-api-key"
}
}
}
}Use Cases
- Customer Support AI - Answer questions about hours, menu, orders
- Restaurant Management - Query analytics and reports via AI
- Booking Assistants - Handle reservation inquiries
- Order Tracking - Real-time order status for customers
Other Integrations
Fleksa integrates with many third-party services:
- Delivery Platforms - Uber Eats, DoorDash, Lieferando
- Payment Providers - Stripe, Adyen, PayPal, SumUp
- Accounting - DATEV, Lexoffice
- Marketing - Mailchimp, social media
- POS Hardware - Sunmi, Star Micronics, Epson
See Third-Party Integrations for details.