InfluxDB MCP Server

query-data

Execute Flux queries on InfluxDB time-series databases to retrieve and analyze data. Specify the organization and query string to fetch precise time-series insights.

Input Schema

NameRequiredDescriptionDefault
orgYesThe organization name
queryYesFlux query string

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "org": { "description": "The organization name", "type": "string" }, "query": { "description": "Flux query string", "type": "string" } }, "required": [ "org", "query" ], "type": "object" }

You must be authenticated.

Other Tools from InfluxDB MCP Server

Related Tools

ID: 9bo1fbiook