# Korala (npm · @korala/mcp)

Document signing: draft agreements, prepare signing requests, send them and track who has signed.

- Trust score: 63/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- remote · `api.korala.ai`: 38/100, [markdown](https://verifymcp.io/servers/ai-korala-mcp/api.md), [page](https://verifymcp.io/servers/ai-korala-mcp/api)
- npm · `@korala/mcp`: 63/100 (this document), [markdown](https://verifymcp.io/servers/ai-korala-mcp/korala-mcp.md), [page](https://verifymcp.io/servers/ai-korala-mcp/korala-mcp)

## Channel facts

- Registry: `npm`
- Package: `@korala/mcp`
- Version: `0.3.1`
- 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-21.

- **Supply Chain Security**: 99/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.
  - 3 of 6 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 19/100
  - Repository check failed: no source repository is declared.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 239 tokens (~239/item across 1 items; 1 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 83/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 50% 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 1 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 2 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.

**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 Korala MCP server?

Korala runs locally as an npm package, launched with npx -y @korala/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 ai-korala-mcp -- npx -y @korala/mcp
```

### Cursor

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

### VS Code

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

### Codex

```bash
codex mcp add ai-korala-mcp -- npx -y @korala/mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add ai-korala-mcp --command npx --arg -y --arg @korala/mcp
```

### Hermes

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

### Netclaw

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

### Vellum

```bash
assistant mcp add ai-korala-mcp -t stdio -c npx -a -y @korala/mcp
```

### Other

```json
{
  "mcpServers": {
    "ai-korala-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@korala/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-21 (score 63, +11)

- [security improvement] Known CVEs: unverified → pass
- [functional improvement] Dependency health: unverified → 0.89

### 2026-09-20 (score 52)

First indexed and scored.

## MCP tools (1)

### `create_draft_link` (~148 tokens)

Open a draft in Korala

Turn a Markdown agreement into an "Open in Korala" link. Needs no Korala account or connection: the user opens the link, reviews the rendered draft, and chooses Save in Korala (signing in or creating an account there). This tool saves and sends nothing; do not claim otherwise. Anyone with the link can read the draft, so use example data, never credentials or private customer data. Same Markdown syntax as the template tools.

Input parameters:

- `name` (string, required): Draft name, e.g. "Rental agreement"
- `pageSize` (string)
- `sampleData` (object): Example JSON that fills the variables in the preview
- `source` (string, required)

## Diagnostics

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

## Score history

- 2026-09-21: 63
- 2026-09-20: 52

## Common questions

### What is the Korala MCP server?

Korala is an MCP server listed in the public MCP registry as ai.korala/mcp. Document signing: draft agreements, prepare signing requests, send them and track who has signed. This page covers its npm package (@korala/mcp).

### Is the Korala MCP server safe to use?

Korala scores 63 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 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 Korala MCP server expose?

Korala exposes 1 tool: create_draft_link. Their descriptions and schemas cost roughly 148 tokens of context every time the server is loaded.

### Is the Korala MCP server still maintained?

Korala is still listed as active in the MCP registry. We last reached this channel on 21 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 Korala MCP server under?

Korala 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/@korala/mcp
- Socket report: https://socket.dev/npm/package/@korala/mcp
- Website: https://docs.korala.ai/ai-agents
- Changelog RSS feed: https://verifymcp.io/servers/ai-korala-mcp/korala-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-korala-mcp/korala-mcp.json
- HTML version of this page: https://verifymcp.io/servers/ai-korala-mcp/korala-mcp
