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