Sign Inspire exposes your locations, screens, media, campaigns and schedules to any AI assistant through the Model Context Protocol — with per-resource permissions and a full audit log.
// tools/list over JSON-RPC 2.0 POST /mcp Authorization: Bearer <your-mcp-key> { "jsonrpc": "2.0", "id": 1, "method": "tools/list" } // server replies { "serverInfo": { "name": "Sign Inspire MCP", "version": "1.0.0" }, "protocolVersion": "2025-03-26", "tools": [ "list_devices", "create_campaign", "create_schedule", ... ] }
Every tool maps to a real Sign Inspire operation. Tools you do not have permission for are hidden from tools/list entirely.
list_locations
create_location
update_location
delete_locationlist_devices
get_device
update_devicelist_media_folders
list_media
create_media_folder
update_media_folder
delete_medialist_templateslist_campaigns
get_campaign
create_campaign
update_campaign
delete_campaignlist_schedules
get_schedule
create_schedule
update_schedule
delete_scheduleMCP access is granted per resource and per action, and every call is written to an audit log with the client name, tool, duration and result.
| Plan | MCP access |
|---|---|
| Free | Read-only |
| Starter | Read-only |
| Creator | Read + create + update — delete stays off until you grant it |
| Growth | Advanced, with delete controlled separately |
Standard MCP reads never consume AI credits. A create or edit costs 1 credit. See full pricing →
We are onboarding a small group of operators and developers. You get an MCP key, the tool docs and a direct line to the team.
Request early access →