# Paxa Labs (npm · @paxalabs/mcp)

Thai, English, Mandarin speech AI: TTS with playback, transcription, translation, OCR, extraction

- Trust score: 77/100 (medium)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- npm · `@paxalabs/mcp`: 77/100 (this document), [markdown](https://verifymcp.io/servers/com-paxalabs-mcp/paxalabs-mcp.md), [page](https://verifymcp.io/servers/com-paxalabs-mcp/paxalabs-mcp)

## Channel facts

- Registry: `npm`
- Package: `@paxalabs/mcp`
- Version: `0.1.0-beta.10`
- 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-25.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 95 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 48/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 2 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 65/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 2662 tokens (~221/item across 12 items; 12 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 63/100
  - Stability observed for 19 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 98/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 94% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 12 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Paxa Labs MCP server?

Paxa Labs runs locally as an npm package, launched with npx -y @paxalabs/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add com-paxalabs-mcp -- npx -y @paxalabs/mcp
```

### Cursor

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

### VS Code

```json
{
  "servers": {
    "com-paxalabs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@paxalabs/mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add com-paxalabs-mcp -- npx -y @paxalabs/mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-paxalabs-mcp --command npx --arg -y --arg @paxalabs/mcp
```

### Hermes

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

### Netclaw

```json
{
  "McpServers": {
    "com-paxalabs-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@paxalabs/mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-paxalabs-mcp -t stdio -c npx -a -y @paxalabs/mcp
```

### Other

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

## 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-25 (score 77, 0)

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

### 2026-09-23 (score 77, +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-22 (score 76, −1)

- [security regression] Stability: 0.50 → unverified
- [security regression] Tool safety: pass → unverified
- [functional regression] Schema quality: 158 → 221
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified
- [functional] Package version: 0.1.0-beta.9 → 0.1.0-beta.10

### 2026-09-21 (score 77, +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-19 (score 76, +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-17 (score 75, +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-14 (score 74, +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.

### 2026-09-12 (score 73, +1)

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

## MCP tools (12)

### `speak` (~184 tokens)

Speak out loud

Synthesize a short line with Paxa TTS and play it through this machine's speakers. Blocks until playback finishes. Waits for the currently playing audio but jumps ahead of queued long-form segments. For long content use queue_speech. Costs 15 credits per 1000 characters.

Input parameters:

- `text` (string, required): Text to speak, Thai or English, up to 2000 characters
- `voice` (string): Voice id from list_voices (default "nomyen", a Thai voice). Every voice is designed around one language (Thai, English, or Mandarin Chinese) and reads the others with an accent. English text usually…

### `queue_speech` (~179 tokens)

Queue long-form speech

Read long content aloud (stories, articles, books). Splits the text into segments, synthesizes ahead while playing, and returns immediately; segments play in order after anything already queued. Monitor and control with the control_playback tool. Costs 15 credits per 1000 characters.

Input parameters:

- `text` (string, required): Text to read aloud, Thai or English
- `voice` (string): Voice id from list_voices (default "nomyen", a Thai voice). Every voice is designed around one language (Thai, English, or Mandarin Chinese) and reads the others with an accent. English text usually…

### `control_playback` (~67 tokens)

Playback control

Inspect and control the shared audio queue. status reports what is playing, what is queued, and any synthesis failures. pause and resume halt and continue playback (not supported on Windows). skip drops the current segment. clear stops playback and empties the queue.

Input parameters:

- `action` (string, required)

### `play_audio` (~76 tokens)

Play an audio file

Play a local audio file through this machine's speakers, for example a file produced earlier by text_to_speech. Blocks until playback finishes. Free (no API call).

Input parameters:

- `file_path` (string, required): Path to a local audio file (mp3, wav, opus, ogg, flac, m4a, aac)

### `text_to_speech` (~197 tokens)

Text to speech (file only)

Synthesize speech with Paxa TTS and save it as an audio file without playing it. Costs 15 credits per 1000 characters.

Input parameters:

- `format` (string): Audio format (default "mp3")
- `output_path` (string): Where to save the file. Relative paths resolve against PAXA_OUTPUT_DIR (or the working directory).
- `text` (string, required): Text to synthesize, up to 5000 characters
- `voice` (string): Voice id from list_voices (default "nomyen", a Thai voice). Every voice is designed around one language (Thai, English, or Mandarin Chinese) and reads the others with an accent. English text usually…

### `translate_to_thai` (~192 tokens)

Translate to Thai

Translate text from any language into Thai with Paxa Translate. Accepts a single string or up to 200 segments that share context. Costs 25 credits per 1000 text characters (minimum 2 credits); context and glossary characters bill at 8 per 1000.

Input parameters:

- `borrowed_words` (string): How to render foreign loanwords: transliterate into Thai script, or preserve as-is
- `context` (string): Background material that improves accuracy, billed at the lower reference rate
- `do_not_translate` (array): Strings preserved verbatim
- `formality` (string)
- `format` (string): Treat input as plain text, Markdown, or HTML
- `glossary` (array): Term pairs applied contextually
- `instructions` (string): Free-form guidance for the translator
- `text` (required): Text to translate: one string, or an array of segments translated together

### `ocr_document` (~109 tokens)

OCR a document

Run Paxa OCR on a local PDF, PNG, JPEG, or WebP file and return its content as GitHub-flavored Markdown (or structured blocks). Up to 50 pages and 10 MiB per file. Costs 6.5 credits per page.

Input parameters:

- `file_path` (string, required): Path to a local PDF, PNG, JPEG, or WebP file
- `output` (string): "markdown" (default) returns prose; "structured" returns typed blocks as JSON

### `extract_fields` (~781 tokens)

Extract fields from a document

Extract typed fields from a local PDF, PNG, JPEG, or WebP document (up to 20 pages and 10 MiB) with Paxa Document Extraction. You write a schema of fields; every value returned is text printed in the document, read as the field's type, or null with the reason. Nothing is inferred or looked up. Built for Thai documents (receipts, tax invoices, forms, IDs) and fine on English ones. Costs 13 credits per page for a schema of up to 50 leaf fields and 19.5 per page for 51 to 100; the page reading and the evidence spans cost nothing extra. A schema the API refuses costs nothing and names the field and reason. The schema parameter summarizes the dialect; https://paxalabs.com/docs/extraction has every type and key.

Input parameters:

- `file_path` (string, required): Path to a local PDF, PNG, JPEG, or WebP file
- `include_evidence` (boolean): Also return, per field path, the printed span the value was read from. Free.
- `include_pages` (boolean): Also return each page's text as Markdown, the reading the fields came from. Free.
- `output_path` (string): Save the full JSON response here. Relative paths resolve against PAXA_OUTPUT_DIR (or the working directory). An existing file is never overwritten.
- `schema` (object, required): Prefer the most specific type for each field: a specific type verifies the printed value (a date must parse, a thai_id must pass its check digit, a bank must be a real bank) and returns a normalized…

### `transcribe_audio` (~575 tokens)

Transcribe a recording

Transcribe a local recording of speech, Thai or any other language, code-switching included (mp3, wav, flac, ogg, m4a, aac, or webm; up to 60 minutes and 25 MiB) with Paxa STT. The transcript comes back inline, so nothing needs to be read from disk afterwards; optionally it is also saved as txt, json (with word timings and segments), srt, or vtt, named after the recording. Existing files are never overwritten. Detects the language, handles code-switching, and can label speakers. Terms configured in PAXA_VOCABULARY or PAXA_VOCABULARY_FILE are pinned on every call. Costs 8.33 credits per minute of audio (0.1 minimum); subtitles and word timings cost nothing extra. Long recordings take minutes to process.

Input parameters:

- `convention` (string): "spoken" (default) writes numbers and dates as they were said; "written" uses numerals
- `diarization` (boolean): Label speakers, for recordings under 9 minutes. The transcript is then returned as one line per turn, and subtitle cues never cross a speaker change.
- `file_path` (string, required): Path to a local mp3, wav, flac, ogg, m4a, aac, or webm recording
- `language` (string): Language hint as a BCP 47 tag such as "th" or "en". Omit to auto-detect.
- `output_dir` (string): Where to write the files. Defaults to the recording's own folder. A relative path resolves against PAXA_OUTPUT_DIR (or the working directory).
- `save` (array): Files to write, named after the recording: txt (the transcript), json (text, words with timings, segments, usage), srt or vtt (subtitles rendered by the API). Omit to write nothing.
- `style` (string): "verbatim" (default) keeps fillers and false starts; "clean" drops them
- `subtitle_line_chars` (integer): Characters per subtitle line, 10 to 120 (default 60). Thai marks above and below consonants are not counted.
- `timestamps` (boolean): Also return word-level timings inline as JSON (can be long). The json file always has them.
- `vocabulary` (array): Keyword pinning: terms the recording likely contains, spelled the way they should appear in the transcript (product names, people, places, jargon; Thai or English). Up to 50 terms of 50 characters. T…

### `list_voices` (~32 tokens)

List voices

List the Paxa TTS voice roster: ids, names, gender, language, and character notes. Free.

### `list_models` (~22 tokens)

List models

List available Paxa models with their limits and credit pricing. Free.

### `get_account` (~26 tokens)

Account and credits

Show the API key's account: credit balance, plan, and rate limits. Free.

## Diagnostics

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

## Score history

- 2026-09-25: 77
- 2026-09-24: 77
- 2026-09-23: 77
- 2026-09-22: 76
- 2026-09-21: 77
- 2026-09-20: 76
- 2026-09-19: 76
- 2026-09-18: 75
- 2026-09-17: 75
- 2026-09-16: 74
- 2026-09-15: 74
- 2026-09-14: 74
- 2026-09-13: 73
- 2026-09-12: 73
- 2026-09-11: 72
- 2026-09-10: 57
- 2026-09-09: 71
- 2026-09-08: 71
- 2026-09-07: 71
- 2026-09-06: 45

## Common questions

### What is the Paxa Labs MCP server?

Paxa Labs is an MCP server listed in the public MCP registry as com.paxalabs/mcp. Thai, English, Mandarin speech AI: TTS with playback, transcription, translation, OCR, extraction. This page covers its npm package (@paxalabs/mcp).

### Is the Paxa Labs MCP server safe to use?

Paxa Labs scores 77 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. 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 Paxa Labs MCP server expose?

Paxa Labs exposes 12 tools: speak, queue_speech, control_playback, play_audio, text_to_speech, and 7 more. Their descriptions and schemas cost roughly 2,440 tokens of context every time the server is loaded.

### Is the Paxa Labs MCP server still maintained?

Paxa Labs is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the Paxa Labs MCP server under?

Paxa Labs declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

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