# Thalovant MCP (npm · @thalovant/mcp-server)

Connect MCP clients to Thalovant control-plane and hub runtime APIs over stdio or Streamable HTTP.

- Trust score: 31/100 (low)
- Change this week: −11
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@thalovant/mcp-server`: 31/100 (this document), [markdown](https://verifymcp.io/servers/thalovant-thalovant-mcp/thalovant-mcp-server.md), [page](https://verifymcp.io/servers/thalovant-thalovant-mcp/thalovant-mcp-server)
- oci · `ghcr.io/thalovant/thalovant-mcp:0.1.7`: 9/100, [markdown](https://verifymcp.io/servers/thalovant-thalovant-mcp/ghcr-io-thalovant-thalovant-mcp-0-1-7.md), [page](https://verifymcp.io/servers/thalovant-thalovant-mcp/ghcr-io-thalovant-thalovant-mcp-0-1-7)

## Channel facts

- Registry: `npm`
- Package: `@thalovant/mcp-server`
- Version: `0.1.7`
- 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-08-03.

- **Supply Chain Security**: 38/100
  - Malware scan not yet available for this package.
  - Only part of the dependency tree could be resolved (139 of 144), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (139 of 144), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to thalovant/thalovant-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 0/100
  - Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet.
- **Capabilities**: 0/100
  - Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet.

**Unverified: 4 categories.** Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you.

## Install

### Claude

```bash
claude mcp add thalovant-thalovant-mcp -- npx -y @thalovant/mcp-server
```

### Codex

```bash
codex mcp add thalovant-thalovant-mcp -- npx -y @thalovant/mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "thalovant-thalovant-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@thalovant/mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add thalovant-thalovant-mcp --command npx --arg -y --arg @thalovant/mcp-server
```

### Hermes

```yaml
mcp_servers:
  thalovant-thalovant-mcp:
    command: "npx"
    args: ["-y", "@thalovant/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "thalovant-thalovant-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@thalovant/mcp-server"
      ]
    }
  }
}
```

## 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-08-03 (score 31, −40)

- [security regression] Malware scan: pass → unverified
- [security regression] Stability: 0.20 → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional] Package version: 0.1.6 → 0.1.7

### 2026-08-02 (score 71, +48)

- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [security] The attested source repository moved: thalovant/thalovant-mcp
- [functional regression] Capabilities: pass → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Schema quality: unverified → fair
- [functional] Licence: MIT

### 2026-08-01 (score 23, +18)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass

### 2026-07-31 (score 5, −37)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 42)

First indexed and scored.

## MCP tools (20)

### `thalovant_config_status` (~25 tokens)

Thalovant Config Status

Inspect local Thalovant MCP configuration without revealing secret values.

### `thalovant_list_public_hubs` (~69 tokens)

List Public Hubs

List Thalovant public hubs. This read-only discovery call does not require authentication.

Input parameters:

- `apiUrl` (string): Control-plane base URL. Defaults to https://api.thalovant.com.
- `cursor` (string)
- `limit` (integer)

### `thalovant_get_public_hub` (~63 tokens)

Get Public Hub

Fetch one public Thalovant hub by id or slug.

Input parameters:

- `apiUrl` (string): Control-plane base URL. Defaults to https://api.thalovant.com.
- `hubRef` (string, required): Public hub id or slug.

### `thalovant_list_hubs` (~94 tokens)

List Visible Hubs

List authenticated Thalovant hubs visible to the account.

Input parameters:

- `apiUrl` (string): Control-plane base URL. Defaults to https://api.thalovant.com.
- `cursor` (string)
- `limit` (integer)
- `loginScope` (string): Optional login scope used with THALOVANT_EMAIL and THALOVANT_PASSWORD.
- `ownerId` (string)

### `thalovant_get_hub` (~79 tokens)

Get Hub

Fetch one authenticated Thalovant hub by id.

Input parameters:

- `apiUrl` (string): Control-plane base URL. Defaults to https://api.thalovant.com.
- `hubId` (string, required)
- `loginScope` (string): Optional login scope used with THALOVANT_EMAIL and THALOVANT_PASSWORD.

### `thalovant_create_client_identity` (~189 tokens)

Create Client Identity

Create a Thalovant client identity for a hub. The identity is secret; output is redacted unless savePath is used.

Input parameters:

- `active` (boolean)
- `apiUrl` (string): Control-plane base URL. Defaults to https://api.thalovant.com.
- `hubId` (string, required): Hub id or slug accepted by the Thalovant SDK.
- `idempotencyKey` (string)
- `loginScope` (string): Optional login scope used with THALOVANT_EMAIL and THALOVANT_PASSWORD.
- `name` (string, required)
- `ownerId` (string)
- `preferredProtocols` (array)
- `savePath` (string): Optional local file path for the full secret identity JSON. File mode is set to 0600.
- `siteId` (string)
- `spec` (object)

### `thalovant_identity_status` (~104 tokens)

Identity Status

Load a Thalovant identity and return redacted protocol and endpoint status.

Input parameters:

- `configPath` (string): Path to a Thalovant SDK config file.
- `fromEnv` (boolean): Load the identity from Thalovant SDK environment variables.
- `identityFile` (string): Path to a Thalovant identity JSON file.
- `profile` (string): SDK config profile name.
- `protocol` (string): Runtime transport protocol.

### `thalovant_healthcheck` (~114 tokens)

Runtime Healthcheck

Connect to a Thalovant hub with a saved identity and return runtime transport health.

Input parameters:

- `configPath` (string): Path to a Thalovant SDK config file.
- `fromEnv` (boolean): Load the identity from Thalovant SDK environment variables.
- `identityFile` (string): Path to a Thalovant identity JSON file.
- `profile` (string): SDK config profile name.
- `protocol` (string): Runtime transport protocol.
- `timeoutMs` (integer)

### `thalovant_ask` (~174 tokens)

Ask Hub

Send one text request to a Thalovant hub using a saved identity and return the normalized reply.

Input parameters:

- `configPath` (string): Path to a Thalovant SDK config file.
- `context` (object)
- `emptyReplyWaitMs` (integer)
- `fromEnv` (boolean): Load the identity from Thalovant SDK environment variables.
- `identityFile` (string): Path to a Thalovant identity JSON file.
- `lang` (string)
- `profile` (string): SDK config profile name.
- `protocol` (string): Runtime transport protocol.
- `replySettleMs` (integer)
- `requestId` (string)
- `sessionId` (string)
- `text` (string, required)
- `timeoutMs` (integer)

### `thalovant_send_action` (~145 tokens)

Send Action

Send a structured action payload to a Thalovant hub.

Input parameters:

- `configPath` (string): Path to a Thalovant SDK config file.
- `context` (object)
- `fromEnv` (boolean): Load the identity from Thalovant SDK environment variables.
- `identityFile` (string): Path to a Thalovant identity JSON file.
- `lang` (string)
- `payload` (string, required)
- `profile` (string): SDK config profile name.
- `protocol` (string): Runtime transport protocol.
- `requestId` (string)
- `sessionId` (string)
- `title` (string)

### `thalovant_send_code` (~161 tokens)

Send Code

Send an exact typed, scanned, barcode, QR, or serial value to a Thalovant hub.

Input parameters:

- `configPath` (string): Path to a Thalovant SDK config file.
- `context` (object)
- `fromEnv` (boolean): Load the identity from Thalovant SDK environment variables.
- `identityFile` (string): Path to a Thalovant identity JSON file.
- `kind` (string)
- `label` (string)
- `lang` (string)
- `profile` (string): SDK config profile name.
- `protocol` (string): Runtime transport protocol.
- `requestId` (string)
- `sessionId` (string)
- `value` (string, required)

### `thalovant_emit_event` (~134 tokens)

Emit Event

Emit a raw Thalovant event to a hub. Use only when a more specific runtime tool is not enough.

Input parameters:

- `configPath` (string): Path to a Thalovant SDK config file.
- `context` (object)
- `data` (object)
- `eventType` (string, required)
- `fromEnv` (boolean): Load the identity from Thalovant SDK environment variables.
- `identityFile` (string): Path to a Thalovant identity JSON file.
- `profile` (string): SDK config profile name.
- `protocol` (string): Runtime transport protocol.

### `thalovant_wait_for_event` (~139 tokens)

Wait For Event

Wait for one named hub event using a saved identity.

Input parameters:

- `configPath` (string): Path to a Thalovant SDK config file.
- `context` (object)
- `eventName` (string, required)
- `fromEnv` (boolean): Load the identity from Thalovant SDK environment variables.
- `identityFile` (string): Path to a Thalovant identity JSON file.
- `profile` (string): SDK config profile name.
- `protocol` (string): Runtime transport protocol.
- `requestId` (string)
- `sessionId` (string)
- `timeoutMs` (integer)

### `thalovant_get_analytics_overview` (~176 tokens)

Analytics Overview

Read authenticated Thalovant analytics overview data.

Input parameters:

- `admin` (boolean)
- `apiUrl` (string): Control-plane base URL. Defaults to https://api.thalovant.com.
- `bucket` (string)
- `clientId` (string)
- `country` (string)
- `hour` (integer)
- `hubId` (string)
- `intent` (string)
- `loginScope` (string): Optional login scope used with THALOVANT_EMAIL and THALOVANT_PASSWORD.
- `message` (string)
- `ownerId` (string)
- `range` (string)
- `timeEnd` (string)
- `timeStart` (string)
- `utterance` (string)
- `weekday` (integer)

### `thalovant_list_memory_items` (~136 tokens)

List Memory Items

List authenticated Thalovant memory items.

Input parameters:

- `apiUrl` (string): Control-plane base URL. Defaults to https://api.thalovant.com.
- `hubId` (string)
- `includeDeleted` (boolean)
- `includeExpired` (boolean)
- `kind` (string)
- `limit` (integer)
- `loginScope` (string): Optional login scope used with THALOVANT_EMAIL and THALOVANT_PASSWORD.
- `offset` (integer)
- `ownerId` (string)
- `query` (string)
- `scope` (string)

### `thalovant_get_memory_summary` (~78 tokens)

Memory Summary

Read authenticated Thalovant memory summary data.

Input parameters:

- `apiUrl` (string): Control-plane base URL. Defaults to https://api.thalovant.com.
- `loginScope` (string): Optional login scope used with THALOVANT_EMAIL and THALOVANT_PASSWORD.
- `ownerId` (string)

### `thalovant_get_memory_item` (~78 tokens)

Get Memory Item

Read one authenticated Thalovant memory item.

Input parameters:

- `apiUrl` (string): Control-plane base URL. Defaults to https://api.thalovant.com.
- `loginScope` (string): Optional login scope used with THALOVANT_EMAIL and THALOVANT_PASSWORD.
- `memoryId` (string, required)

### `thalovant_create_memory_item` (~167 tokens)

Create Memory Item

Create an explicit Thalovant memory item.

Input parameters:

- `apiUrl` (string): Control-plane base URL. Defaults to https://api.thalovant.com.
- `consentScope` (string)
- `consentVersion` (string|null)
- `content` (string, required)
- `expiresAt` (string|null)
- `hubId` (string)
- `kind` (string)
- `loginScope` (string): Optional login scope used with THALOVANT_EMAIL and THALOVANT_PASSWORD.
- `metadata` (object)
- `ownerId` (string)
- `retentionPolicy` (string)
- `scope` (string)
- `source` (string)
- `tags` (array)
- `title`

### `thalovant_update_memory_item` (~154 tokens)

Update Memory Item

Update an explicit Thalovant memory item.

Input parameters:

- `apiUrl` (string): Control-plane base URL. Defaults to https://api.thalovant.com.
- `clearExpiresAt` (boolean)
- `consentScope` (string)
- `consentVersion` (string|null)
- `content` (string)
- `expiresAt` (string|null)
- `kind` (string)
- `loginScope` (string): Optional login scope used with THALOVANT_EMAIL and THALOVANT_PASSWORD.
- `memoryId` (string, required)
- `metadata` (object)
- `retentionPolicy` (string)
- `tags` (array)
- `title`

### `thalovant_delete_memory_item` (~77 tokens)

Delete Memory Item

Delete one Thalovant memory item.

Input parameters:

- `apiUrl` (string): Control-plane base URL. Defaults to https://api.thalovant.com.
- `loginScope` (string): Optional login scope used with THALOVANT_EMAIL and THALOVANT_PASSWORD.
- `memoryId` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/thalovant-thalovant-mcp/thalovant-mcp-server#diagnostics

## Score history

- 2026-08-03: 31
- 2026-08-02: 71
- 2026-08-01: 23
- 2026-07-31: 5
- 2026-07-30: 42
- 2026-07-28: 42
- 2026-07-27: 42

## Links

- npm package: https://www.npmjs.com/package/@thalovant/mcp-server
- Socket report: https://socket.dev/npm/package/@thalovant/mcp-server
- Repository: https://github.com/thalovant/thalovant-mcp
- Changelog RSS feed: https://verifymcp.io/servers/thalovant-thalovant-mcp/thalovant-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/thalovant-thalovant-mcp/thalovant-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/thalovant-thalovant-mcp/thalovant-mcp-server
