Fleksa Integrations
Shop Information - Overview
MCP tool for retrieving restaurant shop details
Shop Information
MCP tool for retrieving restaurant shop details via AI assistants.
Overview
The Shop Information tool provides AI agents and chatbots access to comprehensive restaurant details including basic info, operating hours, contact details, and configuration settings.
Key Features
Basic Information
- Restaurant name
- Address and location
- Contact information
- Website and social links
Operating Hours
- Regular business hours
- Special holiday hours
- Timezone handling
- Open/closed status
Configuration
- Order types enabled
- Delivery radius
- Minimum orders
- Payment methods
Branding
- Logo and images
- Theme colors
- Description text
- Cuisine types
MCP Tool Definition
{
name: "fleksa_shop",
description: "Get shop/restaurant information",
inputSchema: {
type: "object",
properties: {
shop_id: {
type: "string",
description: "The shop ID to query"
}
},
required: ["shop_id"]
}
}Response Structure
{
"shop": {
"id": "uuid",
"name": "Restaurant Name",
"address": "Full Address",
"phone": "+49...",
"email": "info@...",
"hours": [...],
"settings": {...}
}
}