InfluxDB
Read organizations and buckets, query Flux, write line protocol, and delete data through the InfluxDB v2 API.
Tools
| Name | Description |
|---|---|
healthCheck InfluxDB API health. | Check InfluxDB API health. |
list_organizationsList InfluxDB organizations. | List InfluxDB organizations. |
list_bucketsList InfluxDB buckets. | List InfluxDB buckets. |
get_bucketGet an InfluxDB bucket by ID. | Get an InfluxDB bucket by ID. |
query_fluxRun a Flux query against the InfluxDB v2 query endpoint. | Run a Flux query against the InfluxDB v2 query endpoint. |
write_line_protocolWrite InfluxDB line protocol to a bucket. | Write InfluxDB line protocol to a bucket. |
delete_dataDelete points from a bucket using the InfluxDB delete endpoint. Requires exact bucket confirmation. | Delete points from a bucket using the InfluxDB delete endpoint. Requires exact bucket confirmation. |
custom_api_callMake a guarded custom call to /api/v2, /health, or /ping. | Make a guarded custom call to /api/v2, /health, or /ping. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('influxdb', 'health', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'influxdb',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect InfluxDB to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does InfluxDB support?
InfluxDB supports 8 tools including Health, List Organizations, List Buckets, Get Bucket, Query Flux, and more.
Can I use InfluxDB with AI agents?
Yes. Add InfluxDB to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect InfluxDB to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add InfluxDB as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped InfluxDB tools exposed by that workspace.
Does InfluxDB work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved InfluxDB work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with InfluxDB?
InfluxDB exposes 8 tools, including Health, List Organizations, List Buckets, Get Bucket, Query Flux, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can InfluxDB be used in stateful agent workflows?
Yes. Agents can combine InfluxDB tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does InfluxDB use?
InfluxDB uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the InfluxDB integration cost?
The InfluxDB integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect InfluxDB in minutes
Get 20,000 free action executions every month. No credit card required.