# DBConvert Streams (Federated SQL) (oci · docker.io/slotix/stream-mcp:2.7.3)

Read-only SQL across your PostgreSQL, MySQL, S3 buckets and local data files, in one query.

- Trust score: 48/100 (low)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- mcpb · `dbconvert-streams-2.7.3.mcpb`: 5/100, [markdown](https://verifymcp.io/servers/com-dbconvert-streams/https-github-com-slotix-dbconvert-streams-public-releases-download-v2-7-3-dbconv.md), [page](https://verifymcp.io/servers/com-dbconvert-streams/https-github-com-slotix-dbconvert-streams-public-releases-download-v2-7-3-dbconv)
- npm · `@dbconvert/stream-mcp`: 36/100, [markdown](https://verifymcp.io/servers/com-dbconvert-streams/dbconvert-stream-mcp.md), [page](https://verifymcp.io/servers/com-dbconvert-streams/dbconvert-stream-mcp)
- oci · `docker.io/slotix/stream-mcp:2.7.3`: 48/100 (this document), [markdown](https://verifymcp.io/servers/com-dbconvert-streams/docker-io-slotix-stream-mcp-2-7-3.md), [page](https://verifymcp.io/servers/com-dbconvert-streams/docker-io-slotix-stream-mcp-2-7-3)

## Channel facts

- Registry: `oci`
- Package: `docker.io/slotix/stream-mcp:2.7.3`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 0/100
  - Malware scan not yet available for this package.
  - Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.
  - Install-script risk not yet assessed.
  - Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 19 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 392 tokens (~196/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 67/100
  - Stability observed for 20 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 2 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 3 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the DBConvert Streams (Federated SQL) MCP server?

DBConvert Streams (Federated SQL) runs locally as a container image, launched with docker run --rm -i docker.io/slotix/stream-mcp:2.7.3. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add com-dbconvert-streams -- docker run --rm -i docker.io/slotix/stream-mcp:2.7.3
```

### Cursor

```json
{
  "mcpServers": {
    "com-dbconvert-streams": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/slotix/stream-mcp:2.7.3"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-dbconvert-streams": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/slotix/stream-mcp:2.7.3"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add com-dbconvert-streams -- docker run --rm -i docker.io/slotix/stream-mcp:2.7.3
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-dbconvert-streams": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "docker.io/slotix/stream-mcp:2.7.3"
      ],
      "enabled": true
    }
  }
}
```

### Hermes

```yaml
mcp_servers:
  com-dbconvert-streams:
    command: "docker"
    args: ["run", "--rm", "-i", "docker.io/slotix/stream-mcp:2.7.3"]
```

### Netclaw

```json
{
  "McpServers": {
    "com-dbconvert-streams": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "docker.io/slotix/stream-mcp:2.7.3"
      ]
    }
  }
}
```

### Other

```json
{
  "mcpServers": {
    "com-dbconvert-streams": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/slotix/stream-mcp:2.7.3"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 48, +1)

No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-17 (score 47, +1)

No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-15 (score 46, +1)

No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-13 (score 45, +1)

No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-11 (score 44, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-09 (score 43, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-08 (score 42, +3)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-31 (score 39)

First indexed and scored.

## MCP tools (2)

### `dbconvert_get_connection` (~95 tokens)

Get credential-free details for one connection: host, port, username, default database, SSL/SSH topology, cloud provider. Passwords, SSH private keys, and cloud access keys/tokens are never included — they are structurally absent, not redacted, so there is no way to retrieve them through MCP. Report only the fields present in the response.

Input parameters:

- `connectionId` (string, required): Stored DBConvert connection ID

Output parameters:

- `cloudProvider` (string)
- `created` (integer)
- `id` (string)
- `name` (string)
- `spec` (null|object)
- `ssh` (null|object)
- `ssl` (null|object)
- `type` (string)

### `dbconvert_list_data_sources` (~103 tokens)

List DBConvert Streams connections. Each item has exactly id, name, type, and (optionally) cloudProvider — nothing else. For host/port/username and other connection details use get_connection. Passwords and cloud keys are never exposed by any tool. Report connections using only the fields present; do not add invented fields like used_for or row_counts.

Input parameters:

- `limit` (integer): Maximum items to return, default 100, max 500

Output parameters:

- `items` (null|array)
- `limitApplied` (integer)
- `truncated` (boolean)

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/com-dbconvert-streams/docker-io-slotix-stream-mcp-2-7-3#diagnostics

## Score history

- 2026-09-20: 48
- 2026-09-19: 47
- 2026-09-18: 47
- 2026-09-17: 47
- 2026-09-16: 46
- 2026-09-15: 46
- 2026-09-14: 45
- 2026-09-13: 45
- 2026-09-12: 44
- 2026-09-11: 44
- 2026-09-10: 43
- 2026-09-09: 43
- 2026-09-08: 42
- 2026-09-07: 39
- 2026-09-06: 39
- 2026-09-05: 39
- 2026-09-04: 39
- 2026-09-03: 39
- 2026-09-02: 39
- 2026-09-01: 39
- 2026-08-31: 39

## Common questions

### What is the DBConvert Streams (Federated SQL) MCP server?

DBConvert Streams (Federated SQL) is an MCP server listed in the public MCP registry as com.dbconvert/streams. Read-only SQL across your PostgreSQL, MySQL, S3 buckets and local data files, in one query. This page covers its container image (docker.io/slotix/stream-mcp:2.7.3).

### Is the DBConvert Streams (Federated SQL) MCP server safe to use?

DBConvert Streams (Federated SQL) scores 48 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the DBConvert Streams (Federated SQL) MCP server expose?

DBConvert Streams (Federated SQL) exposes 2 tools: dbconvert_get_connection, dbconvert_list_data_sources. Their descriptions and schemas cost roughly 198 tokens of context every time the server is loaded.

### Is the DBConvert Streams (Federated SQL) MCP server still maintained?

DBConvert Streams (Federated SQL) is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Repository: https://github.com/slotix/dbconvert-streams-public
- Website: https://streams.dbconvert.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-dbconvert-streams/docker-io-slotix-stream-mcp-2-7-3.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-dbconvert-streams/docker-io-slotix-stream-mcp-2-7-3.json
- HTML version of this page: https://verifymcp.io/servers/com-dbconvert-streams/docker-io-slotix-stream-mcp-2-7-3
