Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Influxdb cloud

Influxdb cloud

InfluxDB Cloud is a fully managed, scalable, and secure time series database service designed for real-time analytics and monitoring.

35VIEWS
2334USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app influxdb_cloudnpx @composio/cli add cursor --app influxdb_cloudnpx @composio/cli add cursor --app influxdb_cloudnpx @composio/cli add cursor --app influxdb_cloud

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Add Dashboard Cell

Tool to add a cell to a dashboard. Use when you want to add or copy a cell to an existing dashboard after verifying the dashboard exists.

Delete User

Tool to delete a user by ID. Use when you need to remove a user in InfluxDB Cloud; requires an operator token.

Generate Flux Query Ast

Tool to generate a Flux query Abstract Syntax Tree (AST). Use when you need to inspect the structure of a Flux script. Use after composing your Flux query; this validates syntax and returns the AST (does not check semantic correctness).

Get Dbrp Mapping

Tool to retrieve a DBRP mapping by ID. Use when you need to fetch details of a specific DBRP mapping in InfluxDB Cloud.

List Routes

Tool to list top-level API routes. Use when you need to discover all available API endpoints for an instance. Call after setting a valid authorization token.

Sign In

Tool to create a user session by authenticating credentials. Use when initiating a user session after collecting credentials.

Sign Out

Tool to expire a user session using a session cookie. Use when ending an authenticated session after signin.

Update Dbrp

Tool to update a DBRP mapping's default and retention policy. Use when modifying an existing DBRP mapping after initial creation.

Write Line Protocol Data

Tool to write line protocol data to a bucket. Use when ingesting asynchronous line protocol points after formatting the payload.

9 actions available