← theopenpos.com

INDIVIDUAL MCP TOOL

get_delivery_summary

Get today's delivery summary: total deliveries, completed, in progress, revenue from deliveries.

theopenpos.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

theopenpos.com

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.theopenpos-com]
url = "https://theopenpos.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "theopenpos-com": {
      "type": "http",
      "url": "https://theopenpos.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: theopenpos-com
Remote MCP URL: https://theopenpos.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": {
    "theopenpos-com": {
      "url": "https://theopenpos.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "theopenpos-com": {
      "type": "http",
      "url": "https://theopenpos.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "theopenpos-com",
  "transport": "streamable-http",
  "url": "https://theopenpos.com/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).