MCP.so
Sign In
R

Revel Digital

@RevelDigital

About Revel Digital

This MCP server exposes the Revel Digital REST API as tools that AI assistants can use to manage your digital signage infrastructure. Through natural language commands, you can:

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "revel-digital": {
      "command": "npx",
      "args": [
        "@reveldigital/reveldigital-mcp-server"
      ],
      "env": {
        "API_KEY_APIKEYINHEADER": "<YOUR_API_KEY>"
      }
    }
  }
}

Tools

63

Gets account details.

Updates an account.

Gets organizations.

Gets all devices in an account.

Registers a new device.

Gets a device by ID.

Updates a device.

Delete a device.

Patch a device. Patch allows partial updates by targeting specific properties of the device. Uses the JSON Patch syntax (http://jsonpatch.com)

Gets device groups in the account.

Create a new device group.

Updates a device group.

Group must be empty.

Gets device ping data by registration key.

Gets current snapshot of the device screen. Image is returned as a JPEG image.

Gets device ping data by registration key.

Sends a collection of commands to devices.

Sends a collection of commands to a specific device.

Create an event associated with a device.

Gets all media in an account.

POST body must be in multipart/form-data format

Gets media item by ID.

Update media asset properties.

Delete media asset.

Patch a media item. Patch allows partial updates by targeting specific properties of the schedule. Uses the JSON Patch syntax (http://jsonpatch.com)

Gets media groups.

Create a new media group.

Updates a media group.

Group must be empty.

POST body should contain raw binary media file

Import a file from a URL.

Gets all playlists in an account.

Create a new playlist.

Gets a playlist by ID.

Put a playlist. Replaces a playlist with the one provided.

Delete a playlist.

Patch a playlist. Patch allows partial updates by targeting specific properties of the playlist. Uses the JSON Patch syntax (http://jsonpatch.com)

Gets playlist groups in the account.

Create a new playlist group.

Updates a playlist group.

Group must be empty.

Returns Adhawk dataset based on the provided post parameters.

Returns a list of reports available for export.

Generate and export a report.

Gets schedules in an account.

Creates a new schedule.

Gets a schedule by ID.

Update schedule.

Delete a schedule.

Patch a schedule. Patch allows partial updates by targeting specific properties of the schedule. Uses the JSON Patch syntax (http://jsonpatch.com)

Gets schedule groups in the account.

Create a new schedule group.

Updates a schedule group.

Group must be empty.

Gets all templates in an account.

Gets a template by ID.

Delete a template.

Gets template groups in the account.

Create a new template group.

Updates a template group.

Group must be empty.

Gets all users in an account.

Gets a user by ID.

Overview

What is Revel Digital?

Revel Digital is an MCP (Model Context Protocol) server that provides AI assistants with access to the Revel Digital REST API for digital signage management. It is designed for users who want to manage their digital signage infrastructure through natural language commands.

How to use Revel Digital?

Install the package globally with npm install -g @reveldigital/reveldigital-mcp-server, then configure your AI client (e.g., Claude Desktop, Continue.dev, or Cody) with the environment variable API_KEY_APIKEYINHEADER set to your Revel Digital API key. The server runs via the command npx @reveldigital/reveldigital-mcp-server.

Key features of Revel Digital?

  • Manage devices, content, and playlists
  • Monitor system status and performance
  • Configure schedules and automation
  • Access analytics and reporting data
  • Conversational control via natural language
  • Built on the open MCP standard

Use cases of Revel Digital?

  • Manage digital signage infrastructure through AI chat
  • Update content and playlists across a network
  • Monitor device health and system performance
  • Schedule automated display changes
  • Retrieve analytics and reporting data

FAQ from Revel Digital

What are the prerequisites for using Revel Digital?

You need Node.js 20.0.0 or higher, a Revel Digital account with API access, and an API key or OAuth2 credentials.

How do I obtain API credentials for Revel Digital?

Log into your Revel Digital dashboard, navigate to Account Information > Developer API, and generate an API key. Use that key in the API_KEY_APIKEYINHEADER environment variable.

Which AI clients support this MCP server?

The README provides configuration examples for Claude Desktop, Continue.dev, and Cody by Sourcegraph. Any MCP-compatible client can be used with stdio transport.

Does the Revel Digital MCP server require an internet connection?

Yes, the server communicates with the Revel Digital REST API, so a live internet connection and valid API credentials are required.

How do I update the MCP server configuration after installation?

Edit your AI client’s configuration file (e.g., claude_desktop_config.json for Claude Desktop) and restart the client to load the new settings.

Frequently asked questions

What are the prerequisites for using Revel Digital?

You need Node.js 20.0.0 or higher, a Revel Digital account with API access, and an API key or OAuth2 credentials.

How do I obtain API credentials for Revel Digital?

Log into your Revel Digital dashboard, navigate to Account Information > Developer API, and generate an API key. Use that key in the `API_KEY_APIKEYINHEADER` environment variable.

Which AI clients support this MCP server?

The README provides configuration examples for Claude Desktop, Continue.dev, and Cody by Sourcegraph. Any MCP-compatible client can be used with stdio transport.

Does the Revel Digital MCP server require an internet connection?

Yes, the server communicates with the Revel Digital REST API, so a live internet connection and valid API credentials are required.

How do I update the MCP server configuration after installation?

Edit your AI client’s configuration file (e.g., `claude_desktop_config.json` for Claude Desktop) and restart the client to load the new settings.

Comments

More Other MCP servers