List all databases in an InfluxDB instance, returning names, count, and status. Get a complete overview of available databases to manage your InfluxDB environment efficiently.
Checks current connection status to an InfluxDB instance, returning configuration and endpoint results. Determines health via client initialization, /health, or /ping checks.
Create an InfluxDB resource token with targeted database permissions, specifying read/write actions for exact database names and optional expiration time.
A Model Context Protocol server that provides Claude with access to InfluxDB time-series database instances, enabling data writing, querying, and management of organizations and buckets through natural language.
Enables interaction with InfluxDB 3 (Core/Enterprise/Cloud Dedicated/Clustered/Cloud Serverless) through MCP clients, providing tools for querying, writing, managing databases, tokens, and more.
Write collected telemetry points to a domestic TSDB (TDengine or IoTDB) with connection parameters. Non-numeric values are skipped, returning counts of written and skipped points.
Run bounded, read-only InfluxQL queries against InfluxDB 3 databases, blocking destructive statements like SELECT INTO. Retrieve time-series data with configurable output format and row limits.
Regenerate the InfluxDB operator token (Core/Enterprise) to replace the current one. This action invalidates the existing token permanently, so obtain explicit user confirmation before proceeding.
Discover field keys and their data types in an InfluxDB database. Optionally filter by measurement to focus on specific series, enabling schema exploration for time-series data.
Execute read-only InfluxQL queries on InfluxDB databases to explore time-series data. Supports SELECT and SHOW statements, with write operations blocked.