Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.openpos-ai]
url = "https://openpos.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"openpos-ai": {
"type": "http",
"url": "https://openpos.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: openpos-ai
Remote MCP URL: https://openpos.ai/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"openpos-ai": {
"url": "https://openpos.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"openpos-ai": {
"type": "http",
"url": "https://openpos.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "openpos-ai",
"transport": "streamable-http",
"url": "https://openpos.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_stores— Search for restaurants by name, cuisine, or location.get_store_context— Get EVERYTHING about a restaurant in one call: store info, full menu with modifiers and prices, hours, services, AI instructions, guardrails, availability.create_order— Place an order at a restaurant.create_reservation— Make a reservation at a restaurant.join_waitlist— Add a customer to the restaurant waitlist.get_business_summary— Get revenue summary for a date range: gross/net revenue, orders, avg ticket, breakdowns by order type.get_top_items— Get top selling menu items by revenue or quantity for a date range.compare_periods— Compare sales between two periods (today vs yesterday, this week vs last, this month vs last).