# InfluxDB Cloud — MCP server on mcp.ai > Connect your InfluxDB Cloud account and use 9 tools for databases straight from your AI agent. Connect with your own API key. InfluxDB Cloud is a fully managed, scalable, and secure time series database service designed for real-time analytics and monitoring. By: mcp.ai · official Page: https://mcp.ai/influxdb_cloud ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_influxdb_cloud?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/influxdb_cloud/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/influxdb_cloud/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/influxdb_cloud/skill.md Postman collection (v2.1): https://mcp.ai/influxdb_cloud/postman.json ## Tools - influxdb_cloud_add_dashboard_cell(h?: integer, w?: integer, x?: integer, y?: integer, name?: string, usingView?: string, dashboardID: string) — 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. - influxdb_cloud_delete_user(userID: string) — Delete a user from InfluxDB Cloud by their user ID. This action permanently removes a user from the InfluxDB Cloud organization. Requires an operator token with write:users permission to execute succe - influxdb_cloud_generate_query_ast(query: string, zap_trace_span?: string) — Generates an Abstract Syntax Tree (AST) from a Flux query script. Use this tool to analyze the structure of a Flux query and validate its syntax. The AST shows the parsed structure but does not valida - influxdb_cloud_get_dbrp(org?: string, orgID?: string, dbrpID: string) — Retrieve a Database and Retention Policy (DBRP) mapping by ID from InfluxDB Cloud. DBRP mappings enable InfluxDB 1.x query compatibility by mapping old database/retention policy names to InfluxDB 2.x - influxdb_cloud_list_routes(zap_trace_span?: string) — Lists all available InfluxDB v2 API endpoints and routes. This action queries the root API endpoint (GET /api/v2) to retrieve a comprehensive map of all available API resources and their corresponding - influxdb_cloud_signin(base_url?: string, password: string, username: string, Zap-Trace-Span?: string) — Authenticates a user with username and password to create a session with InfluxDB Cloud. Returns a session cookie that can be used for subsequent API requests instead of token-based authentication. Us - influxdb_cloud_signout(cookie: string, Zap-Trace-Span?: string) — Tool to expire a user session using a session cookie. Use when ending an authenticated session after signin. - influxdb_cloud_update_dbrp(org?: string, orgID?: string, dbrpID: string, default?: boolean, retentionPolicy?: string) — Tool to update a DBRP mapping's default and retention policy. Use when modifying an existing DBRP mapping after initial creation. - influxdb_cloud_write_data(org?: string, data: string, orgID?: string, bucket: string, precision?: string) — Writes time-series data in line protocol format to an InfluxDB Cloud bucket. Use this tool to ingest metrics, sensor data, or any time-series measurements into InfluxDB. The data must be formatted acc ## Example prompts - "What can I do in InfluxDB Cloud?" - "Show me a summary of my InfluxDB Cloud account" ## Links Docs: https://mcp.ai/docs/mcps/influxdb_cloud Website: https://mcp.ai/mcps/influxdb_cloud