Skip to main content
Glama
SignInspire

Sign Inspire MCP Server

by SignInspire

Sign Inspire MCP Server

npm version License: MIT

The official Model Context Protocol (MCP) server for Sign Inspire, a cloud-based Digital Signage platform.

This server allows AI agents (like Claude Desktop, Cursor, or your custom agents) to seamlessly interact with your digital signage network. Manage screens, deploy campaigns, and check real-time playback status entirely through natural language.

πŸš€ Features

Exposes the core API capabilities of Sign Inspire Digital Signage to AI models:

  • list_locations: View all active screens, kiosks, and digital menu boards across your locations.

  • list_media: Access your cloud media library (images, videos, HTML widgets).

  • create_campaign: Instantly schedule and publish new advertising content to specific displays.

  • get_screen_status: Monitor real-time online status and current playback of any hardware player.

πŸ—ΊοΈ Roadmap

We are actively working on migrating the remaining 20+ Sign Inspire API endpoints to this public MCP specification. Future updates will include playlist management, device reboot controls, and advanced screen telemetry.

Related MCP server: Publora MCP Server

πŸ’‘ Example AI Interactions

Here are a few ways you can interact with the server via an AI assistant like Claude:

1. Checking Screen Status

You: "Are there any screens currently offline in the Sydney office?" AI: Calls list_locations and get_screen_status -> "Screen ID syd-lobby-1 is currently offline. The last heartbeat was 45 minutes ago."

2. Deploying a Campaign

You: "Create a new campaign called 'Summer Promo' and deploy the beach video to all screens in the Melbourne store." AI: Calls list_media to find the video ID, list_locations to find Melbourne screens, and create_campaign to publish -> "Successfully created the 'Summer Promo' campaign and pushed it to 4 screens in Melbourne. It is now live."

πŸ“¦ Installation & Usage

Use with Claude Desktop

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "sign-inspire": {
      "command": "npx",
      "args": ["-y", "@signinspire/mcp-server"],
      "env": {
        "SIGNINSPIRE_API_KEY": "your_api_token_here"
      }
    }
  }
}

Use with Cursor

  1. Open Cursor Settings -> Features -> MCP

  2. Click + Add New MCP Server

  3. Select type: command

  4. Name: Sign Inspire

  5. Command: npx -y @signinspire/mcp-server

  6. Add the environment variable SIGNINSPIRE_API_KEY.

πŸ”‘ Getting an API Key

To use this MCP server, you need an active Sign Inspire workspace.

  1. Log in to your dashboard.

  2. Navigate to Developer Settings > API Keys.

  3. Generate a new token with read/write permissions.

πŸ› οΈ Development

# Install dependencies
npm install

# Build the TypeScript project
npm run build

# Run locally
npm run start

🀝 Contributing

We welcome contributions! Whether it's adding support for new API endpoints or improving the documentation, please feel free to submit a Pull Request.

πŸ“„ License

This project is licensed under the MIT License.


Powered by Sign Inspire - Cloud Digital Signage Software

F
license - not found
Not graded
quality - not tested
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
    Not graded
    quality
    D
    maintenance
    Official MCP server for PostIdentity - Generate AI-powered social media posts, threads, and replies from any MCP-compatible AI assistant with identity management and refinement capabilities.
    44
    1
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    Official MCP server for Publora that enables AI assistants to schedule posts, manage accounts, and retrieve analytics across multiple social media platforms through natural language.
    18
    9
    5
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Official MCP server for Shipmail, enabling agents to manage domains, mailboxes, messages, threads, webhooks, and suppressions via natural language.
    100
    324
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Official MCP server for the Curviate API, enabling AI agents to perform LinkedIn actions like profile management, messaging, posting, and advanced search, with Sales Navigator and Recruiter support.
    21
    MIT

View all related MCP servers

Related MCP Connectors

  • Official MCP server for OmniDimension. Drive voice agents, dispatch calls, and run bulk campaigns.

  • Official MCP server for Lovable, the AI-powered full-stack app builder.

  • Official MCP server for Qase β€” manage test cases, runs, suites, defects via AI tools.

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/SignInspire/sign-inspire-mcp-server'

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