Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Tiger MCP

OCI · GHCR.IO/TIMESCALE/TIGER-CLI:0.24.0 · SCANNED SEP 20

Provides programmatic access to Tiger Cloud services, databases, and documentation.

+5 this week 41 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • 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.Unverified
  • Install-script risk not yet assessed.Unverified
  • 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.Unverified
Provenance & Transparency32
Schema Quality & AI Usability65
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2346 tokens (~213/item across 11 items; 11 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management37
  • Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass

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 Tiger MCP server?

Tiger MCP runs locally as a container image, launched with docker run --rm -i ghcr.io/timescale/tiger-cli:0.24.0. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

oci · ghcr.io/timescale/tiger-cli:0.24.0

# add to Claude Code
claude mcp add timescale-tiger-cli -- docker run --rm -i ghcr.io/timescale/tiger-cli:0.24.0
// .cursor/mcp.json
{
  "mcpServers": {
    "timescale-tiger-cli": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/timescale/tiger-cli:0.24.0"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "timescale-tiger-cli": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/timescale/tiger-cli:0.24.0"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add timescale-tiger-cli -- docker run --rm -i ghcr.io/timescale/tiger-cli:0.24.0
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "timescale-tiger-cli": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/timescale/tiger-cli:0.24.0"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  timescale-tiger-cli:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/timescale/tiger-cli:0.24.0"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "timescale-tiger-cli": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/timescale/tiger-cli:0.24.0"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "timescale-tiger-cli": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/timescale/tiger-cli:0.24.0"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

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

  • 17 Sept 26 +1

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

  • 16 Sept 26 +3
    • Stability: unverified → 0.23 functional
  • 9 Sept 26 36

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed oci/ghcr.io/timescale/tiger-cli:0.24.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published

Background: How many MCP packages publish verified provenance →

MCP tools · 11 exposed · ~2,291 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
db_query ~390

Execute SQL queries against a service database. Connects to a PostgreSQL database service in Tiger Cloud and executes the provided SQL query, returning the results with column information, row data, and execution metadata. Pass the SQL as 'query', or point 'file' at a .sql file on disk to run its contents. Multi-statement queries (semicolon-separated) are supported when no parameters are provided. All result sets are returned. By default, statements execute in an implicit transaction that automatically commits on success or rolls back on error. Explicit transactions (opened with BEGIN) must be explicitly committed with COMMIT, or they roll back when the connection closes. Process data in the database, not in your context: aggregate, filter, sort/limit, and join in SQL rather than fetching raw rows. WARNING: Can execute any SQL statement including INSERT, UPDATE, DELETE, and DDL commands. Always review queries before execution.

NameTypeReqDescription
filestringPath to a SQL file on disk to execute, instead of passing its contents as 'query'. Exactly one of 'query' or 'file' must be provided.
parametersnull|arrayQuery parameters. Values are substituted for $1, $2, etc. placeholders in the query. Only supported for single-statement queries.
pooledbooleanUse connection pooling (if available)
querystringPostgreSQL query to execute. Exactly one of 'query' or 'file' must be provided.
rolestringDatabase role/username to connect as
service_idstringyesUnique identifier of the service (10-character alphanumeric string). Use service_list to find service IDs. A read replica set ID is also accepted here — passing one runs the query against that read r…
timeout_secondsintegerQuery timeout in seconds
NameTypeReqDescription
execution_timestringyesExecution time as a human-readable duration string
noticestringPresent only when results were truncated. Actionable guidance for getting the needed data via SQL (aggregate, filter, paginate) instead of re-running the query.
result_setsnull|arrayyesArray of result sets returned. For single-statement queries, this array will contain one element. For multi-statement queries, this array will contain one element per statement.
truncatedbooleanTrue when any result set was truncated to limit the amount of data returned. See notice for guidance.
warningstringPresent when connection pooling was requested for a read replica that has none; the query ran over a direct connection instead.

No examples provided.

db_schema ~282

Display the schema of a service database. Connects to a PostgreSQL/TimescaleDB service in Tiger Cloud and returns its schema as readable text: tables (regular, partitioned, and foreign), views, materialized views, enum types, functions, procedures, indexes, triggers, and TimescaleDB hypertable and continuous aggregate metadata. Only objects the connecting role can access are returned. By default only user-facing schemas and objects are shown; view/routine definitions and object comments are omitted unless requested. The connection is opened in immutable read-only mode.

NameTypeReqDescription
commentsbooleanInclude object comments (COMMENT ON text).
definitionsbooleanInclude full object definitions (view SELECTs, function/procedure bodies).
internalbooleanInclude system schemas (pg_*, information_schema, TimescaleDB internals) and extension-owned objects.
pooledbooleanUse connection pooling (if available)
rolestringDatabase role/username to connect as
schemastringRestrict output to a single schema (namespace). When omitted, all accessible schemas are returned.
service_idstringyesUnique identifier of the service (10-character alphanumeric string). Use service_list to find service IDs. A read replica set ID is also accepted here — passing one introspects that read replica inst…
NameTypeReqDescription
schemastringyesThe database schema rendered as human-readable text, grouped under a SCHEMA header per namespace.
warningstringPresent when connection pooling was requested for a read replica that has none; the schema was read over a direct connection instead.

No examples provided.

service_create ~349

Create a new database service in Tiger Cloud with specified type, compute resources, region, and HA options. The default type of service created depends on the user's plan: - Free plan: Creates a service with shared CPU/memory and the 'time-series' and 'ai' add-ons - Paid plans: Creates a service with 0.5 CPU / 2 GB memory and the 'time-series' add-on WARNING: Creates billable resources.

NameTypeReqDescription
addonsnull|arrayArray of addons to enable for the service. 'time-series' enables TimescaleDB, 'ai' enables AI/vector extensions. Use empty array for PostgreSQL-only.
cpu_memorystringCPU and memory allocation combination. Choose from the available configurations.
namestringHuman-readable name for the service (auto-generated if not provided)
regionnull|stringAWS region where the service will be deployed. Choose the region closest to your users for optimal performance.
replicasintegerNumber of high-availability replicas for fault tolerance. Higher replica counts increase cost but improve availability.
set_defaultbooleanWhether to set the newly created service as the default service. When true, the service will be set as the default for future commands.
waitbooleanWhether to wait for the service to be fully ready before returning. Default is false (recommended). Only set to true if your next steps require connecting to or querying this database. When true, wai…
with_passwordbooleanWhether to include the password in the response and connection string. NEVER set to true unless the user explicitly asks for the password.
NameTypeReqDescription
messagestringyes
password_storagenull|object
serviceobjectyes

No examples provided.

service_fork ~431

Fork an existing database service to create a new independent copy. You must specify a fork strategy: - 'NOW': Fork at the current database state (creates new snapshot or uses WAL replay) - 'LAST_SNAPSHOT': Fork at the last existing snapshot (faster fork) - 'PITR': Fork at a specific point in time (requires target_time parameter) By default: - Name will be auto-generated as '{source-service-name}-fork' - CPU and memory will be inherited from the source service - The forked service will be set as the default service WARNING: Creates billable resources.

NameTypeReqDescription
cpu_memorystringCPU and memory allocation combination. Choose from the available configurations. If not specified, inherits from source service.
fork_strategystringyesFork strategy: 'NOW' creates fork at current state, 'LAST_SNAPSHOT' uses last existing snapshot (faster), 'PITR' allows point-in-time recovery to specific timestamp (requires target_time parameter)
namestringHuman-readable name for the forked service (auto-generated if not provided)
service_idstringyesUnique identifier of the service (10-character alphanumeric string). Use service_list to find service IDs.
set_defaultbooleanWhether to set the newly forked service as the default service. When true, the forked service will be set as the default for future commands.
target_timenull|stringTarget timestamp for point-in-time recovery (RFC3339 format, e.g., '2025-01-15T10:30:00Z'). Only used when fork_strategy is 'PITR'.
waitbooleanWhether to wait for the forked service to be fully ready before returning. Default is false (recommended). Only set to true if your next steps require connecting to or querying this database. When tr…
with_passwordbooleanWhether to include the password in the response and connection string. NEVER set to true unless the user explicitly asks for the password.
NameTypeReqDescription
messagestringyes
password_storagenull|object
serviceobjectyes

No examples provided.

service_get ~92

Get detailed information for a specific database service. Returns connection endpoints, replica configuration, resource allocation, creation time, and status.

NameTypeReqDescription
service_idstringyesUnique identifier of the service (10-character alphanumeric string). Use service_list to find service IDs.
with_passwordbooleanWhether to include the password in the response and connection string. NEVER set to true unless the user explicitly asks for the password.
NameTypeReqDescription
serviceobjectyes

No examples provided.

service_list ~31

List all database services in your Tiger Cloud project. Returns services with status, type, region, and resource allocation.

Input schema present but exposes no named parameters.

NameTypeReqDescription
servicesnull|arrayyes

No examples provided.

service_logs ~237

View logs for a database service. Fetches and displays logs from the specified service. By default, shows the last 100 log entries. Supports filtering by time (via since/until parameters) and node (for services with HA replicas).

NameTypeReqDescription
nodenull|integerSpecific service node to fetch logs from (for services with HA replicas). If not provided, logs from the primary node will be fetched.
service_idstringyesUnique identifier of the service (10-character alphanumeric string). Use service_list to find service IDs.
sincenull|stringFetch logs after this timestamp (RFC3339 format, e.g., '2024-01-15T09:00:00Z'). If not provided, only the tail parameter limits how far back logs are fetched.
tailintegerNumber of log lines to return. Defaults to 100.
untilnull|stringFetch logs before this timestamp (RFC3339 format, e.g., '2024-01-15T10:00:00Z'). If not provided, fetches logs up to the current time.
NameTypeReqDescription
logsnull|arrayyesLog lines ordered from oldest to newest. Each line is prefixed with an RFC3339 timestamp followed by the log message.

No examples provided.

service_resize ~155

Resize a database service by changing its CPU and memory allocation. This tool changes the compute resources allocated to your database service. The service may be temporarily unavailable during the resize operation. WARNING: Creates billable resource changes. Increasing resources will increase costs.

NameTypeReqDescription
cpu_memorystringyesCPU and memory allocation combination. Choose from the available configurations.
service_idstringyesUnique identifier of the service (10-character alphanumeric string). Use service_list to find service IDs.
waitbooleanWhether to wait for the service to be done resizing before returning. Default is false (recommended). Only set to true if your next steps require connecting to or querying this database. When true, w…
NameTypeReqDescription
messagestringyes
resourcesnull|object
statusstringyesCurrent service status after resize operation

No examples provided.

service_start ~121

Start a stopped database service. This operation starts a service that is currently in a stopped/paused state. The service will transition to a ready state and become available for connections.

NameTypeReqDescription
service_idstringyesUnique identifier of the service (10-character alphanumeric string). Use service_list to find service IDs.
waitbooleanWhether to wait for the service to be fully started before returning. Default is false (recommended). Only set to true if your next steps require connecting to or querying this database. When true, w…
NameTypeReqDescription
messagestringyes
statusstringyesCurrent service status after start operation

No examples provided.

service_stop ~119

Stop a running database service. This operation stops a service that is currently running. The service will transition to a stopped/paused state and will no longer accept connections.

NameTypeReqDescription
service_idstringyesUnique identifier of the service (10-character alphanumeric string). Use service_list to find service IDs.
waitbooleanWhether to wait for the service to be fully stopped before returning. Default is false (recommended). Only set to true if your next steps require confirmation that the service is stopped. When true,…
NameTypeReqDescription
messagestringyes
statusstringyesCurrent service status after stop operation

No examples provided.

service_update_password ~84

Update master password for 'tsdbadmin' user of a database service. Takes effect immediately. May terminate existing connections.

NameTypeReqDescription
passwordstringyesThe new password for the 'tsdbadmin' user. Must be strong and secure.
service_idstringyesUnique identifier of the service (10-character alphanumeric string). Use service_list to find service IDs.
NameTypeReqDescription
messagestringyes
password_storagenull|object

No examples provided.

Common questions

What is the Tiger MCP server?

Tiger MCP is listed in the public MCP registry as io.github.timescale/tiger-cli. Provides programmatic access to Tiger Cloud services, databases, and documentation. This page covers its container image (ghcr.io/timescale/tiger-cli:0.24.0).

Is the Tiger MCP server safe to use?

Tiger MCP scores 41 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 Tiger MCP server expose?

Tiger MCP exposes 11 tools: db_query, db_schema, service_create, service_fork, service_get, and 6 more. Their descriptions and schemas cost roughly 2,291 tokens of context every time the server is loaded.

Is the Tiger MCP server still maintained?

Tiger MCP 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.