eCommerce
caesars-chicken.com
Provides restaurant search, menu information, order placement, reservations, and waitlist management.
ENDPOINT 1
https://caesars-chicken.com/api/mcp
MCP server metadata
- Name
- OpenPOS
- Version
- 2.0.0
Known tools 79
get_store_contextGet EVERYTHING about a restaurant in one call: store info, full menu with modifiers and prices, hours, services, AI instructions, guardrails, availability.
Inferred read-onlyget_business_summaryGet revenue summary for a date range: gross/net revenue, orders, avg ticket, breakdowns by order type.
Inferred read-onlycompare_periodsCompare sales between two periods (today vs yesterday, this week vs last, this month vs last).
Inferred read-onlyset_item_availability86 (mark out of stock) or un-86 (mark back in stock) a menu item.
Inferred read-onlyget_active_ordersGet all active (non-completed, non-cancelled) orders grouped by status.
Inferred read-onlyget_customer_detailsGet detailed info about a customer: spending, orders, visits, segments, notes.
Inferred read-onlyget_upcoming_reservationsGet upcoming confirmed/pending reservations (today and future).
Inferred read-onlyget_reservation_analyticsGet reservation analytics (total, confirmed, completed, cancelled, no-show) for a date range.
Inferred read-onlyget_waitlist_statusGet current waitlist queue status: how many waiting, notified, checked in, seated, and estimated wait time.
Inferred read-onlyget_waitlist_queueGet the active waitlist queue with names, party sizes, and wait times.
Inferred read-onlyget_waitlist_analyticsGet waitlist analytics: total, seated, no-shows, conversion rate, avg wait times.
Inferred read-onlyget_active_deliveriesGet all active delivery orders, grouped by joint fulfillment state (Preparing, Awaiting dispatch, Dispatching, Courier confirmed, On the way, etc.).
Inferred read-onlyget_delivery_summaryGet today's delivery summary: total deliveries, completed, in progress, revenue from deliveries.
Inferred read-onlyget_order_detailsGet full details for a specific order, including items, modifiers, and available status transitions.
Inferred read-onlyget_customer_segmentsList all customer segments (VIP, regulars, new, at-risk, etc.) with member counts.
Inferred read-onlyget_items_missing_imagesGet a list of menu items that are missing images or descriptions.
Inferred read-onlyupdate_task_runUpdate an existing task run record (e.g., mark running → completed or failed).
Potential side effectsget_pending_background_tasksGet pending background tasks for a location (created by dashboard delegation).
Inferred read-onlyupdate_background_taskUpdate the status of a background task (mark as in_progress, completed, or failed).
Potential side effectsget_store_capabilitiesAudit which OpenPOS features are enabled vs available for a location.
Inferred read-onlyget_website_seoGet current SEO state: store description, cuisine tags, highlights, visibility settings, website meta tags.
Inferred read-onlyupdate_store_seo_metadataUpdate store's AI-discoverable metadata: description, cuisine tags, highlights, price range, store instructions.
Potential side effectsget_menu_performance_analysisDeep menu performance analysis from analytics_item_performance.
Inferred read-onlygenerate_daily_snapshotGenerate the "Daily Brief" report for a location — yesterday's revenue, orders, AOV, top items, day-over-day comparison.
Inferred read-onlygenerate_weekly_reviewGenerate the weekly review report — week-over-week revenue, top movers, anomalies, recommended focus areas.
Inferred read-onlyget_service_configGet the AI Manager service configuration for a location: enabled services, schedules, communication channels, quiet hours.
Inferred read-onlyupdate_service_configUpdate the AI Manager service configuration for a location.
Potential side effectssend_notificationLow-level send to the store owner via email, SMS, or push — raw delivery, NO dedupe/cooldown/quiet-hours.
Potential side effectsget_recent_actionsRecent ai_action_queue entries (proposed/applied/rejected/expired) for this location — what the AI has been doing.
Inferred read-onlyget_action_catalogThe authoritative list of every action you can propose, with each one's exact payload shape (field names, types, enum values, required vs optional) — generated live from the validation schemas, so it never drifts.
Inferred read-onlyget_outstanding_itemsUnderstand what's still open for the owner — to inform your play, NOT to notify (the system reminds the owner about these on cadence).
Potential side effectsget_operator_followupRECONCILE PAST WORK — call FIRST each cycle, before proposing anything new.
Inferred read-onlyget_goal_stateThe store's active/proposed growth goal + progress, pace, and the journey of rungs achieved.
Inferred read-onlyreconcile_goalReconcile the store's goal STATE before you propose tactics — call this FIRST on a goal-driven tick.
Inferred read-onlyget_value_summaryWhat the AI has delivered for this store over the period — proven revenue, labor saved, volume handled (the value ledger).
Inferred read-onlyget_opportunitiesProactive growth plays that currently fit this store (win-backs, promos, SEO/GEO, menu, catering, etc.), pre-filtered by store state.
Inferred read-onlyget_lapsed_customersCustomers who have not ordered within the lapse window — win-back candidates.
Inferred read-onlyget_foundationOwner-set boundaries the agent MUST operate within: marketing budget tier/cap, hard-nos (things never to do), optional direction.
Inferred read-onlyrun_due_periodic_tasksRun any CALENDAR-due periodic work for this store: daily/weekly/monthly manager reports + email digests.
Potential side effectsget_due_operator_workDetect LLM operator work due for this store that YOU (the engine) should run: { welcome: bool (store newly configured, never onboarded), resumes: [{questionId, question, answer, resumeWith}] (owner answered a question you were waiting on — continue the in-flight skill/work) }.
Inferred read-onlymark_welcome_doneMark the welcome package as completed for this store (idempotency marker so get_due_operator_work stops returning welcome=true).
Inferred read-onlymark_resume_doneMark an answered owner question as resumed (so get_due_operator_work stops returning it).
Inferred read-onlyget_knowledge_entriesOwner-supplied knowledge entries (story, brand voice, constraints, etc.).
Inferred read-onlyrecall_memoryRecall the curated facts (owner-taught + AI-learned) most RELEVANT to your current decision — pass a query, tags, or a topic.
Inferred read-onlyrecall_researchRecall persisted external research for this store (competitor_pricing, local_events, review_sentiment, peer_benchmark, cuisine_trends, ...).
Inferred read-onlywrite_researchPersist a research finding you just gathered (via WebSearch/WebFetch) so it's saved for future cycles instead of re-crawled.
Inferred read-onlyget_sales_patternsThis store's own sales rhythm from order history (default 90 days), bucketed in the store's LOCAL timezone: busiest/slowest day-of-week, busiest hour, full day + hour distributions, and the last-7-days-vs-prior-7 trend.
Inferred read-onlyget_loyalty_programCurrent loyalty program(s) for this location (any non-archived).
Inferred read-onlynotify_ownerReach the store owner for a NOVEL, owner-worthy event (a fresh insight, an anomaly, a notable result you just produced).
Inferred read-onlyclaim_pending_invocationEngine-only: atomically claim the next pending invocation from the queue.
Inferred read-onlymark_invocation_completedEngine reports successful completion of a pending invocation.
Inferred read-onlycheck_delegated_tasksSee what delegations are in flight (still working), completed but not yet shown to owner, or recently done.
Inferred read-onlyget_action_approval_urlGet the public no-auth approval URL for a pending action id.
Inferred read-onlyverify_actionRe-check whether an applied action actually took effect — reads the change back from canonical state.
Inferred read-onlyexecute_chat_actionOwner-present chat: apply an action immediately (low/medium risk) or queue as pending_confirmation (high risk).
Inferred read-onlyCONNECT 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]
url = "https://caesars-chicken.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"openpos": {
"type": "http",
"url": "https://caesars-chicken.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: openpos
Remote MCP URL: https://caesars-chicken.com/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": {
"url": "https://caesars-chicken.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"openpos": {
"type": "http",
"url": "https://caesars-chicken.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "openpos",
"transport": "streamable-http",
"url": "https://caesars-chicken.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.