Restaurant365 MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Restaurant365 MCP ServerShow me today's sales transactions"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
|
Type |
|
Command |
|
Args |
|
Environment variables:
Variable | Description |
| Instance subdomain (default: |
| R365 username |
| 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 connectionr365_list_entities— List available OData viewsr365_list_locations— List all accessible locationsr365_query— Generic OData query with $filter, $select, $topr365_get_transactions— Financial transactionsr365_get_gl_accounts— GL account master datar365_get_employees— Employee recordsr365_get_sales— Sales ticket headers
Build
npm install
npm run buildMaintenance
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
- Alicense-quality-maintenanceProvides 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
- FlicenseBqualityDmaintenanceEnables read-only access to FileMaker databases through the Data API, allowing users to retrieve records, analyze metadata, search across layouts, and infer relationships while maintaining data security.Last updated16
- Alicense-qualityDmaintenanceProvides a secure gateway to the Dynamics 365 F\&O OData API, enabling LLMs and MCP clients to query and manage entities such as customers, system users, and more.Last updated1MIT
- Flicense-qualityDmaintenanceEnables read-only analytics queries on Acumatica ERP data, including sales orders, inventory, shipments, invoices, purchase orders, customers, and OData generic inquiries.Last updated
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…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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