Revel Digital

Created By
Revel Digital8 months ago
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: Manage devices, content, and playlists Monitor system status and performance Configure schedules and automation Access analytics and reporting data This enables conversational control of your digital signage network, making complex management tasks as simple as describing what you want to accomplish. More information here: https://www.reveldigital.com
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 managing digital signage infrastructure.

How to use Revel Digital?

To use Revel Digital, install the MCP server, configure it with your API key, and then use natural language commands to manage your digital signage network.

Key features of Revel Digital?

  • Manage devices, content, and playlists through AI commands.
  • Monitor system status and performance.
  • Configure schedules and automation for digital signage.
  • Access analytics and reporting data for insights.

Use cases of Revel Digital?

  1. Simplifying the management of digital signage networks.
  2. Automating content updates and scheduling.
  3. Monitoring performance metrics of digital signage displays.

FAQ from Revel Digital?

  • What is MCP?

MCP is an open standard that allows AI assistants to connect to external data sources and tools securely.

  • How do I obtain API credentials?

You can generate API credentials from your Revel Digital dashboard under Account Information > Developer API.

  • Is there documentation available?

Yes! Complete API reference and developer documentation can be found at Revel Digital Developer Documentation.

Server Config

{
  "mcpServers": {
    "revel-digital": {
      "command": "npx",
      "args": [
        "@reveldigital/reveldigital-mcp-server"
      ],
      "env": {
        "API_KEY_APIKEYINHEADER": "<YOUR_API_KEY>"
      }
    }
  }
}
Project Info
Created At
8 months ago
Updated At
8 months ago
Author Name
Revel Digital
Star
-
Language
-
License
-

Recommend Servers

View All
Shadcn Space MCP
@shadcnspace

Integrate the shadcn/ui MCP server from shadcn space into your IDE to generate accurate, production-ready Shadcn UI components. Official Model Context Protocol (MCP) server for [Shadcn Space](https://shadcnspace.com). This MCP server allows AI-powered IDEs and agents to discover, search, and install **Shadcn Space** UI blocks directly into your projects - no copy-paste required. ## Install MCP configuration. ```bash npx shadcnspace-cli install <client> ``` ### Supported Clients - [x] cursor - [x] windsurf - [x] claude - [x] cline - [x] antigravity ## Manual Installation Add to your IDE's MCP config: ```json { "mcpServers": { "shadcnspace-mcp": { "command": "npx", "args": ["-y", "shadcnspace-mcp@latest"] } } } ``` For more information visit our documentation of [**How to use MCP Server**](https://shadcnspace.com/docs/getting-started/mcp-server-docs) ## Available Tools The server provides the following tools callable via MCP: | Tool Name | Description | |-----------|-------------| | `listBlocks` | Provides a comprehensive list of all shadcnspace blocks. | | `listComponents` | Provides a comprehensive list of all shadcnspace components. | | `getBlockInstall` | Returns the official installation command for a specific Shadcn Space block. | | `searchBlocks` | Search Shadcn Space blocks using keywords or tags. | | `listInstalledBlocks` | Lists all blocks that are currently installed in the project and get their files. | ### Available Prompts The server provides the following prompts callable via MCP: | Prompt/Command | Description | |----------------|-------------| | `search` | Find specific UI block by name. | | `create-ui` | Create a new UI block using our exisitng blocks. | ## Example Usage Once configured, you can ask questions like: > "List all available UI blocks" > "Give me the code for the accordion-01 component" > "Create a landing page for a coffee shop using a hero-01 block, a 3-column feature grid, and a dark-themed footer." ## Credits Created by [shadcnspace](https://shadcnspace.com). [Shadcn MCP](https://shadcnspace.com/mcp) [MIT](LICENSE)

a day ago