{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_bnb659jtjcyd","handle":"influxdb-mcp","url":"https://wellknown.network/agents/influxdb-mcp","links":{"self":"https://wellknown.network/agents/influxdb-mcp/record.json","html":"https://wellknown.network/agents/influxdb-mcp","markdown":"https://wellknown.network/agents/influxdb-mcp/record.md","api":"https://wellknown.network/api/v1/agents/influxdb-mcp","status":"https://wellknown.network/api/v1/agents/influxdb-mcp/status","claim":"https://wellknown.network/agents/influxdb-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/influxdb-mcp/claim.json","badge":"https://wellknown.network/agents/influxdb-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/influxdb-mcp/history","tools":"https://wellknown.network/api/v1/agents/influxdb-mcp/tools"},"ard":{"identifier":"urn:air::server:influxdb-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"influxdb-mcp","summary":"MCP server providing read-only access to InfluxDB v2 databases","description":"# InfluxDB MCP Server\n\nModel Context Protocol server providing read-only access to InfluxDB v2 for LLMs. Enables querying time-series data via Flux queries and schema discovery.\n\n## Installation\n\n### Standalone using uv + python\n\n```bash\n# Clone and install\ngit clone <repository-url>\ncd influxdb-mcp\nuv sync\n\n# Run\nuv run python -m influxdb_mcp\n```\n\n### Using Docker\n\n```bash\n# Build and run\ndocker build -t influxdb-mcp .\ndocker run -d -p 5001:5001 --env-file .env influxdb-mcp\n\n# Or use docker-compose\ndocker-compose up -d\n```\n\n## Configuration\n\n### Environment Variables\n\n| Variable | Description | Default | Required |\n|----------|-------------|---------|----------|\n| **InfluxDB Settings** | | | |\n| `INFLUXDB_TOKEN` | Auth token | - | **Yes** |\n| `INFLUXDB_ORG` | Organization | - | **Yes** |\n| `INFLUXDB_HOST` | InfluxDB hostname | `localhost` | No |\n| `INFLUXDB_PORT` | InfluxDB port | `8086` | No |\n| `INFLUXDB_USE_SSL` | Use HTTPS | `false` | No |\n| `INFLUXDB_VERIFY_SSL` | Verify SSL certs | `true` | No |\n| `INFLUXDB_TIMEOUT` | Request timeout (ms) | `10000` | No |\n| **MCP Settings** | | | |\n| `MCP_LISTEN_HOST` | Server bind address | `127.0.0.1` | No |\n| `MCP_LISTEN_PORT` | Server port | `5001` | No |\n| `MCP_TRANSPORT` | Transport protocol | `streamable-http` | No |\n\n### .env Example\n\n```env\n# InfluxDB Configuration\nINFLUXDB_HOST=influxdb.example.com\nINFLUXDB_PORT=8086\nINFLUXDB_TOKEN=your-token-here\nINFLUXDB_ORG=your-org\n\n# MCP Configuration\nMCP_LISTEN_HOST=0.0.0.0\nMCP_LISTEN_PORT=8000\n```\n\n## Available Tools\n\n- `test_connection` - Test InfluxDB connection and return status\n- `list_buckets` - List all available buckets\n- `list_measurements(bucket)` - List measurements in a bucket\n- `execute_flux_query(query)` - Execute custom Flux queries\n\n## Available Resources\n\n- `influxdb://buckets` - Live bucket list with metadata\n- `influxdb://measurements/{bucket}` - Live measurements for bucket\n- `influxdb://status` - Current connection status\n- `flux://templates/daily-hourly-…","publisher":null,"homepage":null,"repository":null,"version":"0.1.1","license":"MIT","protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:influxdb-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"data.database","name":"Databases","confidence":0.791,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.791,"provenance":"derived"}],"categories":["data","dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"influxdb-mcp","registry":"pypi","observedAt":"2026-09-15T21:22:01.128Z","publishedAt":"2025-06-17T10:08:21.457339Z","latestVersion":"0.1.1"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"influxdb-mcp","url":"https://pypi.org/project/influxdb-mcp/","firstSeenAt":"2026-09-09T22:21:39.460Z","fetchedAt":"2026-09-15T21:20:00.387Z","normalizedAt":"2026-09-15T21:20:00.387Z"}]},"firstSeenAt":"2026-09-09T22:21:39.460Z","updatedAt":"2026-09-15T21:22:01.128Z"}