← trimtabist.com

INDIVIDUAL MCP TOOL

describe_series

Full detail for one series: what it measures, its unit, its source and method, how it should be cited, what it covers, and its current trust state.

trimtabist.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://ais.trimtabist.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for describe_series and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

trimtabist.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.trimtab-ais]
url = "https://ais.trimtabist.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "trimtab-ais": {
      "type": "http",
      "url": "https://ais.trimtabist.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: trimtab-ais
Remote MCP URL: https://ais.trimtabist.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "trimtab-ais": {
      "url": "https://ais.trimtabist.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "trimtab-ais": {
      "type": "http",
      "url": "https://ais.trimtabist.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "trimtab-ais",
  "transport": "streamable-http",
  "url": "https://ais.trimtabist.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • gateway_conditions — Current conditions at monitored container gateways: vessels at berth and at anchor, broken down by vessel class (container / bulk-general / tanker / other), with container-terminal breakdown.
  • vessel_status — Last observed status of a vessel by name (partial ok) or MMSI: position, physical state (underway/anchored/moored), zone, terminal if berthed at a known container terminal, speed, declared destination.
  • has_vessel_berthed — Whether a vessel has berthed (moored) at any monitored gateway within a lookback window.
  • recent_events — Recent detected events (ZONE_ENTER/LEAVE, ANCHOR_START/END, BERTH_START/END, DEPARTED, SEMANTIC_NOTE) at monitored gateways.
  • list_instruments — The catalogue: every Trimtab instrument and the series it publishes, with provenance grade (observed / reported / modelled), time horizon, coverage, and whether each series is currently fit to publish.
  • query_series — Fetch the observations of a series.
  • check_agreement — What the cross-instrument checks say.
  • search_series — Find series by plain-language terms across names, descriptions, instruments and units.