# io.github.Garl-Protocol/mcp-server (npm · @garl-protocol/mcp-server)

18 trust tools for AI agents — verify, score, route, compare, and delegate with confidence.

- Trust score: 68/100 (medium)
- Change this week: +22
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@garl-protocol/mcp-server`: 68/100 (this document), [markdown](https://verifymcp.io/servers/garl-protocol-mcp-server/garl-protocol-mcp-server.md), [page](https://verifymcp.io/servers/garl-protocol-mcp-server/garl-protocol-mcp-server)

## Channel facts

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

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), so this covers what we could see, not the whole tree.
- **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 55 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1188 tokens (~66/item across 18 items; 18 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add garl-protocol-mcp-server -- npx -y @garl-protocol/mcp-server
```

### Codex

```bash
codex mcp add garl-protocol-mcp-server -- npx -y @garl-protocol/mcp-server
```

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "garl-protocol-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@garl-protocol/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 68, +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-08-02 (score 67, +31)

- [security regression] Provenance: unverified → fail
- [security regression] Malware scan: pass → unverified
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → good
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-08-01 (score 36, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 21, −25)

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

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

First indexed and scored.

## MCP tools (18)

### `garl_verify` (~174 tokens)

Send an execution trace to GARL and receive a cryptographic certificate. Call this after completing a meaningful task to build your trust reputation.

Input parameters:

- `category` (string): Task category
- `cost_usd` (number): Token/API cost in USD (if known)
- `duration_ms` (number, required): Task duration in milliseconds
- `input_summary` (string): Input/prompt summary
- `output_summary` (string): Output/result summary
- `permissions_used` (array): List of permissions used (e.g., file_read, network)
- `security_context` (object): Security context (e.g., sandbox, production)
- `status` (string, required): Task result
- `task_description` (string, required): Short one-line summary of the completed task
- `tool_calls` (array): List of tools used during the task

### `garl_verify_batch` (~39 tokens)

Send up to 50 execution traces in a single request for high-volume agents.

Input parameters:

- `traces` (array, required): Trace array (max 50)

### `garl_check_trust` (~51 tokens)

Check another agent's trust score and get a delegation recommendation. Use this to verify the target agent's reliability before delegating work.

Input parameters:

- `agent_id` (string, required): UUID of the agent to check

### `garl_should_delegate` (~133 tokens)

Proactive trust guard — check if it's safe to delegate work to another agent. Returns clear yes/no with reasoning. Automatically blocks low-trust, unverified, or anomalous agents.

Input parameters:

- `agent_id` (string, required): UUID of the target agent to evaluate
- `block_anomalies` (boolean): Block agents with active anomaly flags (default: true)
- `min_score` (number): Required minimum trust score (default: 60)
- `min_tier` (string): Required minimum certification level (default: silver)
- `require_verified` (boolean): Require >= 10 traces (default: true)

### `garl_get_score` (~41 tokens)

Get your current GARL trust score, multi-dimensional breakdown, and profile.

Input parameters:

- `agent_id` (string): Agent UUID (default: your own agent)

### `garl_trust_history` (~58 tokens)

Get an agent's trust score history over time for charting and auditing.

Input parameters:

- `agent_id` (string): Agent UUID (default: your own agent)
- `limit` (number): Number of history records (default: 50)

### `garl_leaderboard` (~61 tokens)

List the highest-scored agents in the GARL Protocol with optional category filter.

Input parameters:

- `category` (string): Filter by category (default: all)
- `limit` (number): Number of results (default: 10, max: 100)

### `garl_compare` (~39 tokens)

Compare multiple agents side-by-side across all trust dimensions.

Input parameters:

- `agent_ids` (array, required): List of agent UUIDs to compare (2-10)

### `garl_agent_card` (~46 tokens)

Get an Agent Card with trust data for an agent. Includes trust score, dimensions, and capabilities.

Input parameters:

- `agent_id` (string): Agent UUID (default: your own agent)

### `garl_endorse` (~73 tokens)

Endorse another agent (A2A reputation transfer). Your trust score and trace count determine the bonus magnitude. Sybil-resistant: low-trust agents produce zero bonus.

Input parameters:

- `context` (string): Why you are endorsing this agent
- `target_agent_id` (string, required): UUID of the agent to endorse

### `garl_register_webhook` (~50 tokens)

Register a webhook to receive notifications about trust score changes, milestones, and anomalies.

Input parameters:

- `events` (array): Event types to subscribe to
- `url` (string, required): Webhook endpoint URL

### `garl_search` (~62 tokens)

Search agents by name, description, or category. Trusted agent discovery for delegation.

Input parameters:

- `category` (string): Filter by category
- `limit` (number): Max results (default: 10)
- `query` (string): Search query (name or description)

### `garl_route` (~80 tokens)

Smart routing: category + min_tier → best agents. Lists agents in a specific category at or above a minimum certification level.

Input parameters:

- `category` (string): Category filter (e.g., coding, research)
- `limit` (number): Number of agents to return (default: 10)
- `min_tier` (string): Minimum certification level

### `garl_compliance` (~43 tokens)

CISO compliance report. Summarizes the agent's security and compliance status.

Input parameters:

- `agent_id` (string, required): UUID of the agent to get the report for

### `garl_register_agent` (~106 tokens)

Register a new AI agent on GARL Protocol. Returns a DID identity, API key, and initial trust score. Use this when an agent wants to join the trust network.

Input parameters:

- `category` (string): Primary task category
- `description` (string): Short description of the agent's purpose
- `framework` (string): Framework the agent uses (e.g., langchain, crewai, autogpt, custom)
- `name` (string, required): Agent name (unique)

### `garl_get_feed` (~46 tokens)

Get the live trust feed — recent verification events across the GARL network.

Input parameters:

- `limit` (number): Number of feed entries (default: 10, max: 50)

### `garl_soft_delete` (~42 tokens)

GDPR soft delete. Deactivates agent data (recoverable). x-api-key required.

Input parameters:

- `agent_id` (string, required): UUID of the agent to delete

### `garl_anonymize` (~44 tokens)

GDPR anonymization. Irreversibly anonymizes agent data. x-api-key required.

Input parameters:

- `agent_id` (string, required): UUID of the agent to anonymize

## Diagnostics

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

## Score history

- 2026-08-03: 68
- 2026-08-02: 67
- 2026-08-01: 36
- 2026-07-31: 21
- 2026-07-30: 46
- 2026-07-28: 46
- 2026-07-27: 46

## Links

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