Skip to main content
Glama
524,517 tools. Updated 2026-09-06 16:21

"InfluxDB" matching MCP tools:

  • 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.
    -
  • Get troubleshooting guidance for InfluxDB operations. Search by category or keyword to resolve issues and find step-by-step help.
    -

Matching MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    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.
    4
    1,632
    44
    MIT
  • F
    license
    A
    quality
    B
    maintenance
    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.
    27
    167
    36
    -
  • Create a new InfluxDB database with a valid name. Configure retention period, max tables, and columns per table for cloud deployments.
    -
  • Retrieve all measurements (tables) from a specified InfluxDB database or bucket to quickly discover its schema and available data structures.
    -
  • 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.
    MIT
  • Push collected telemetry points to a domestic time-series database (TDengine or IoTDB), skipping non-numeric values.
    MIT
  • 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.
    -
  • Verify InfluxDB connection by testing reachability and receiving the server version.
    MIT
  • 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.
    MIT
  • Execute read-only InfluxQL queries on InfluxDB databases to explore time-series data. Supports SELECT and SHOW statements, with write operations blocked.
    MIT