Skip to main content
Glama
msoutumuro123

Restaurant365 MCP Server

Restaurant365 MCP Server — Riviera Dining Group

MCP server for the Restaurant365 OData API (live, near-real-time read access).

Portable Team MCP command

Use this in Cursor Dashboard → Integrations & MCP → Team MCP Servers:

Field

Value

Name

restaurant365

Type

stdio

Command

npx

Args

-y, github:msoutumuro123/r365-mcp-server

Environment variables:

Variable

Description

R365_DOMAIN

Instance subdomain (default: rivieradining)

R365_USERNAME

R365 username

R365_PASSWORD

R365 password

Aliases also supported: RESTAURANT365_ODATA_USERNAME, RESTAURANT365_ODATA_PASSWORD, RESTAURANT365_DOMAIN.

Username is sent as domain\username per R365 OData requirements.

After saving the Team MCP server, click Add to Team Marketplace so teammates can install it from Customize in the IDE.

Related MCP server: FileMaker MCP Server

Local config (~/.cursor/mcp.json)

{
  "mcpServers": {
    "restaurant365": {
      "command": "npx",
      "args": ["-y", "github:msoutumuro123/r365-mcp-server"],
      "env": {
        "R365_DOMAIN": "rivieradining",
        "R365_USERNAME": "your-user",
        "R365_PASSWORD": "your-password"
      }
    }
  }
}

Tools

  • r365_test_connection — Verify live OData connection

  • r365_list_entities — List available OData views

  • r365_list_locations — List all accessible locations

  • r365_query — Generic OData query with $filter, $select, $top

  • r365_get_transactions — Financial transactions

  • r365_get_gl_accounts — GL account master data

  • r365_get_employees — Employee records

  • r365_get_sales — Sales ticket headers

Build

npm install
npm run build
Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    -
    maintenance
    Provides read-only access to TrustLayer's public API, enabling users to query and retrieve data about parties, documents, projects, and other TrustLayer entities through MCP-compatible tools.
    Last updated
  • F
    license
    -
    quality
    D
    maintenance
    Enables read-only analytics queries on Acumatica ERP data, including sales orders, inventory, shipments, invoices, purchase orders, customers, and OData generic inquiries.
    Last updated

View all related MCP servers

Related MCP Connectors

  • Read-only access to your VortexIQ store data: audits, KPIs, alerts, Brand DNA, reports, Ask VIQ.

  • Access US federal award, recipient, agency, and spending analytics data from USAspending.gov.

  • Provide seamless access to Appfolio Property Manager Reporting API through a standardized MCP serv…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/msoutumuro123/r365-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server