# io.github.ArtyKOMarkets/warda (npm · @warda_protocol/mcp)

Economic authority for autonomous agents on Kaspa L1. Never holds a key.

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

## Components

- remote · `mcp.wardaprotocol.com`: 74/100, [markdown](https://verifymcp.io/servers/artykomarkets-warda/mcp.md), [page](https://verifymcp.io/servers/artykomarkets-warda/mcp)
- npm · `@warda_protocol/mcp`: 78/100 (this document), [markdown](https://verifymcp.io/servers/artykomarkets-warda/warda-protocol-mcp.md), [page](https://verifymcp.io/servers/artykomarkets-warda/warda-protocol-mcp)

## Channel facts

- Registry: `npm`
- Package: `@warda_protocol/mcp`
- Version: `0.4.2`
- 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-24.

- **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 100 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/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 7 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 64/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1819 tokens (~202/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 77/100
  - Stability observed for 23 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 89/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 67% 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 9 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 9 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 io.github.ArtyKOMarkets/warda MCP server?

io.github.ArtyKOMarkets/warda runs locally as an npm package, launched with npx -y @warda_protocol/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 artykomarkets-warda -- npx -y @warda_protocol/mcp
```

### Cursor

```json
{
  "mcpServers": {
    "artykomarkets-warda": {
      "command": "npx",
      "args": [
        "-y",
        "@warda_protocol/mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "artykomarkets-warda": {
      "command": "npx",
      "args": [
        "-y",
        "@warda_protocol/mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add artykomarkets-warda -- npx -y @warda_protocol/mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add artykomarkets-warda --command npx --arg -y --arg @warda_protocol/mcp
```

### Hermes

```yaml
mcp_servers:
  artykomarkets-warda:
    command: "npx"
    args: ["-y", "@warda_protocol/mcp"]
```

### Netclaw

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

### Vellum

```bash
assistant mcp add artykomarkets-warda -t stdio -c npx -a -y @warda_protocol/mcp
```

### Other

```json
{
  "mcpServers": {
    "artykomarkets-warda": {
      "command": "npx",
      "args": [
        "-y",
        "@warda_protocol/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-24 (score 78, +1)

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

### 2026-09-22 (score 77, +1)

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

### 2026-09-20 (score 76, +1)

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

### 2026-09-18 (score 75, +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-15 (score 74, +1)

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

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

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

### 2026-09-11 (score 72, +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.

### 2026-09-09 (score 71, +4)

- [functional improvement] Stability: unverified → 0.27

## MCP tools (9)

### `warda_grant_authority` (~91 tokens)

What may this agent spend?

Report a grant's remaining authority: budget left, epoch headroom, per-transaction cap, and the largest single payment permitted right now. Use this before planning a purchase. Advisory — the covenant enforces these limits whether or not you ask.

Input parameters:

- `daaScore` (string, required): Current DAA score of the chain.
- `grant` (object, required): The grant, as issued by the principal.

### `warda_check_spend` (~138 tokens)

Would this payment be allowed?

Check a proposed payment against every rule the covenant enforces, and return the same verdict the chain would. Builds the recipient proof for you. ADVISORY: a 'permitted' answer is not permission — it means the covenant would accept this transaction. A 'refused' answer means no valid transaction exists, so broadcasting one would only waste a fee.

Input parameters:

- `amountKas` (string, required): Amount to pay, in KAS.
- `daaScore` (string, required)
- `grant` (object, required): The grant, as issued by the principal.
- `recipient` (string, required): Payee public key, 32 bytes of hex.

### `warda_check_delegation` (~121 tokens)

Would this delegation be allowed?

Check whether a proposed child grant is a legal narrowing of this one. A child may only ever be more restrictive than its parent, and the parent must reserve exactly what the child receives — authority is subdivided, never created. Advisory.

Input parameters:

- `childAgentKey` (string, required)
- `childBudgetKas` (string, required)
- `childEpochLimitKas` (string, required)
- `childMaxPerSpendKas` (string, required)
- `daaScore` (string, required)
- `parent` (object, required): The grant, as issued by the principal.

### `warda_build_spend` (~271 tokens)

Build a payment for me to sign

Assemble an unsigned Kaspa transaction that spends from this grant, and return the digest to sign. THIS SERVER NEVER SEES YOUR KEY and never signs: it hands back bytes, and you sign the digest wherever your key lives. It also returns the advisory verdict, but it builds the transaction either way — a local rule that is too strict must not be able to block a payment the chain would accept. If the verdict says refused, broadcasting will cost a fee and fail.

Input parameters:

- `amountKas` (string, required): Amount to pay, in KAS.
- `computeBudget` (number): Defaults to 16. Charged as mass, so over-provisioning costs money and under-provisioning is rejected outright.
- `daaScore` (string, required): Current DAA score of the chain.
- `feeSompi` (string): Defaults to 1000000. A spend carries a ~3KB redeem script, so its mass is dominated by size.
- `grant` (object, required): The grant, as issued by the principal.
- `recipient` (string, required): Payee public key, 32 bytes of hex. Must be on the allowlist.
- `utxo` (object, required): The grant's CURRENT UTXO. Its address moves after every spend, so a stale one will not be found.

### `warda_grant_address` (~118 tokens)

Where does this grant live right now?

Derive the on-chain address of a grant from its terms and current state. A grant's address is a HASH of its state, so it MOVES after every spend and every delegation — an address that worked yesterday holds nothing today. Use this to know which address to fund, watch, or look up.

Input parameters:

- `grant` (object, required): The grant, as issued by the principal.
- `prefix` (string): Address prefix: kaspa, kaspatest, kaspasim or kaspadev. Defaults to kaspatest.

### `warda_recover_grant` (~179 tokens)

Find a grant again from a transaction that spent it

Read a grant's full state back out of any transaction that spent it, and work out where it went. Use this when a grant's recorded state is stale, wrong, or lost and its address turns up empty. Kaspa's P2SH requires the covenant script to travel in the clear inside every spending transaction, and the grant's state is spliced into that script — so every spend publishes the grant it spent. Pass the transaction as wire JSON, or just the redeem script hex if that is all you have.

Input parameters:

- `prefix` (string): Address prefix: kaspa, kaspatest, kaspasim or kaspadev. Defaults to kaspatest.
- `redeemScriptHex` (string): The covenant script alone, if you have only that.
- `transaction`: A wire-format transaction that spent the grant.

### `warda_build_delegation` (~369 tokens)

Build a delegation for me to sign

Assemble an unsigned transaction that subdivides this grant into a child for a sub-agent, and return the digest to sign with the PARENT's agent key. THIS SERVER NEVER SEES YOUR KEY. A child can only ever be more restrictive than its parent, and the parent reserves exactly what the child receives — authority is subdivided, never created. Narrowing the child's allowlist needs the parent's full member list, because the witness is a path through the parent's tree and a root alone cannot produce one.

Input parameters:

- `childAgentKey` (string, required): The sub-agent's x-only public key, 32 bytes of hex.
- `childBudgetKas` (string, required)
- `childDelegationDepth` (number, required): Strictly less than the parent's, or the tree could not terminate.
- `childEpochLimitKas` (string, required)
- `childExpiresAt` (string): A short window is the only attenuation that ends BY ITSELF, with nobody online to revoke.
- `childMaxPerSpendKas` (string, required)
- `childNotBefore` (string): Inherited from the parent when omitted.
- `childRecipients` (array): A subset of the parent's allowlist. Omit to inherit all of it.
- `computeBudget` (number)
- `feeSompi` (string)
- `parent` (object, required): The grant, as issued by the principal.
- `parentRecipients` (array): The parent's FULL member list. Required only when childRecipients narrows it.
- `prefix` (string): Address prefix: kaspa, kaspatest, kaspasim or kaspadev. Defaults to kaspatest.
- `utxo` (object, required): The grant's CURRENT UTXO. Its address moves after every spend, so a stale one will not be found.

### `warda_build_settlement` (~297 tokens)

Build a settlement, collapsing a child back into its parent

Assemble an unsigned transaction that ends a child grant and returns its UNSPENT remainder to the parent's budget, charging the parent only what the child actually spent. This is the other half of delegation: letting a child expire instead returns the money to the PRINCIPAL — to the human — which is no use to an agent mid-task. Returns TWO digests: the parent's half is signed by the parent's agent key, the child's by the revocation key. THIS SERVER NEVER SEES EITHER. prevRoot is the parent's reserve root from before this child was pushed; warda_build_delegation returns it as parentReserveRootBefore. It cannot be derived from anything on chain — a hash chain pops by preimage.

Input parameters:

- `child` (required)
- `childUtxo` (required)
- `computeBudget` (number)
- `feeSompi` (string): Defaults to 2000000 — two covenant inputs, so roughly twice a spend's mass.
- `parent` (object, required): The grant, as issued by the principal.
- `parentUtxo` (object, required): The grant's CURRENT UTXO. Its address moves after every spend, so a stale one will not be found.
- `prefix` (string): Address prefix: kaspa, kaspatest, kaspasim or kaspadev. Defaults to kaspatest.
- `prevRoot` (string, required): The parent's reserve root before this child was pushed.

### `warda_build_exit` (~235 tokens)

Build a revocation or a reclaim

Assemble an unsigned transaction that ENDS this grant and sweeps its balance to the principal. 'revoke' is the emergency stop, signed by the revocation key, effective the moment it confirms — the agent cannot stop it and cannot outrun it beyond the limits it already had. 'reclaim' is the same sweep after the window has closed, signed by the principal key; the covenant enforces the timing with a CLTV, so a reclaim built early simply will not run. THIS SERVER NEVER SEES A KEY. This is the tool a monitor calls when a grant is behaving badly and something has to act.

Input parameters:

- `computeBudget` (number)
- `feeSompi` (string)
- `grant` (object, required): The grant, as issued by the principal.
- `kind` (string, required)
- `lockTime` (string): Reclaim needs at least expiresAt, and still below the current DAA score. Revoke takes 0.
- `utxo` (object, required): The grant's CURRENT UTXO. Its address moves after every spend, so a stale one will not be found.

## Diagnostics

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

## Score history

- 2026-09-24: 78
- 2026-09-23: 77
- 2026-09-22: 77
- 2026-09-21: 76
- 2026-09-20: 76
- 2026-09-19: 75
- 2026-09-18: 75
- 2026-09-17: 74
- 2026-09-16: 74
- 2026-09-15: 74
- 2026-09-14: 73
- 2026-09-13: 73
- 2026-09-12: 72
- 2026-09-11: 72
- 2026-09-10: 71
- 2026-09-09: 71
- 2026-09-08: 67
- 2026-09-07: 67
- 2026-09-06: 67
- 2026-09-05: 67
- 2026-09-04: 67
- 2026-09-03: 67
- 2026-09-02: 67
- 2026-09-01: 67

## Common questions

### What is the io.github.ArtyKOMarkets/warda MCP server?

io.github.ArtyKOMarkets/warda is an MCP server listed in the public MCP registry as io.github.ArtyKOMarkets/warda. Economic authority for autonomous agents on Kaspa L1. Never holds a key. This page covers its npm package (@warda_protocol/mcp).

### Is the io.github.ArtyKOMarkets/warda MCP server safe to use?

io.github.ArtyKOMarkets/warda scores 78 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 24 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 io.github.ArtyKOMarkets/warda MCP server expose?

io.github.ArtyKOMarkets/warda exposes 9 tools: warda_grant_authority, warda_check_spend, warda_check_delegation, warda_build_spend, warda_grant_address, and 4 more. Their descriptions and schemas cost roughly 1,819 tokens of context every time the server is loaded.

### Is the io.github.ArtyKOMarkets/warda MCP server still maintained?

io.github.ArtyKOMarkets/warda is still listed as active in the MCP registry. We last reached this channel on 24 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 io.github.ArtyKOMarkets/warda MCP server under?

io.github.ArtyKOMarkets/warda 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/@warda_protocol/mcp
- Socket report: https://socket.dev/npm/package/@warda_protocol/mcp
- Repository: https://github.com/ArtyKOMarkets/warda
- Website: https://wardaprotocol.com/
- Changelog RSS feed: https://verifymcp.io/servers/artykomarkets-warda/warda-protocol-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/artykomarkets-warda/warda-protocol-mcp.json
- HTML version of this page: https://verifymcp.io/servers/artykomarkets-warda/warda-protocol-mcp
