Dataplicity MCP server
Model Context Protocol endpoint for Dataplicity fleet operations, served over Streamable HTTP.
Endpoint
https://mcp.dataplicity.com/mcp
Authentication
Authenticate with an organisation API key. The organisation is derived from the key, so tools never take an organisation argument.
Authorization: ApiKey <your-api-key>
X-API-Key: <your-api-key>
Read-only tools accept mcp:read, mcp:write,
org:write, or the matching product scope such as
developer:devices:read. Tools that change state require
mcp:write, org:write, or the matching product
write scope.
Client configuration
{
"mcpServers": {
"dataplicity": {
"url": "https://mcp.dataplicity.com/mcp",
"headers": { "Authorization": "ApiKey <your-api-key>" }
}
}
}
Tools
cancel_fleet_jobget_deviceget_device_healthget_device_telemetryget_device_timelineget_fleet_jobget_incident_insightget_monitorget_remote_hostget_wormhole_statuslist_deviceslist_fleet_jobslist_incident_ruleslist_logslist_monitorslist_wormhole_fleetopen_remote_servicerefresh_device_statusupdate_device