Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.Garl-Protocol/mcp-server

NPM · @GARL-PROTOCOL/MCP-SERVER · SCANNED AUG 3

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

+22 this week 68 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1188 tokens (~66/item across 18 items; 18 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @garl-protocol/mcp-server

# add to Claude Code
claude mcp add garl-protocol-mcp-server -- npx -y @garl-protocol/mcp-server
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add garl-protocol-mcp-server --command npx --arg -y --arg @garl-protocol/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  garl-protocol-mcp-server:
    command: "npx"
    args: ["-y", "@garl-protocol/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "garl-protocol-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@garl-protocol/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +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.

  • 2 Aug 26 +31
    • Provenance: unverified → fail security
    • Malware scan: pass → unverified security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Security disclosure: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → good functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
  • 1 Aug 26 +15
    • Malware scan: unverified → pass security
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@garl-protocol/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 18 exposed · ~1,188 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
garl_agent_card ~46

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

NameTypeReqDescription
agent_idstringAgent UUID (default: your own agent)

No output schema declared.

No examples provided.

garl_anonymize ~44

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

NameTypeReqDescription
agent_idstringyesUUID of the agent to anonymize

No output schema declared.

No examples provided.

garl_check_trust ~51

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

NameTypeReqDescription
agent_idstringyesUUID of the agent to check

No output schema declared.

No examples provided.

garl_compare ~39

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

NameTypeReqDescription
agent_idsarrayyesList of agent UUIDs to compare (2-10)

No output schema declared.

No examples provided.

garl_compliance ~43

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

NameTypeReqDescription
agent_idstringyesUUID of the agent to get the report for

No output schema declared.

No examples provided.

garl_endorse ~73

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

NameTypeReqDescription
contextstringWhy you are endorsing this agent
target_agent_idstringyesUUID of the agent to endorse

No output schema declared.

No examples provided.

garl_get_feed ~46

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

NameTypeReqDescription
limitnumberNumber of feed entries (default: 10, max: 50)

No output schema declared.

No examples provided.

garl_get_score ~41

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

NameTypeReqDescription
agent_idstringAgent UUID (default: your own agent)

No output schema declared.

No examples provided.

garl_leaderboard ~61

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

NameTypeReqDescription
categorystringFilter by category (default: all)
limitnumberNumber of results (default: 10, max: 100)

No output schema declared.

No examples provided.

garl_register_agent ~106

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.

NameTypeReqDescription
categorystringPrimary task category
descriptionstringShort description of the agent's purpose
frameworkstringFramework the agent uses (e.g., langchain, crewai, autogpt, custom)
namestringyesAgent name (unique)

No output schema declared.

No examples provided.

garl_register_webhook ~50

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

NameTypeReqDescription
eventsarrayEvent types to subscribe to
urlstringyesWebhook endpoint URL

No output schema declared.

No examples provided.

garl_route ~80

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

NameTypeReqDescription
categorystringCategory filter (e.g., coding, research)
limitnumberNumber of agents to return (default: 10)
min_tierstringMinimum certification level

No output schema declared.

No examples provided.

garl_search ~62

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

NameTypeReqDescription
categorystringFilter by category
limitnumberMax results (default: 10)
querystringSearch query (name or description)

No output schema declared.

No examples provided.

garl_should_delegate ~133

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.

NameTypeReqDescription
agent_idstringyesUUID of the target agent to evaluate
block_anomaliesbooleanBlock agents with active anomaly flags (default: true)
min_scorenumberRequired minimum trust score (default: 60)
min_tierstringRequired minimum certification level (default: silver)
require_verifiedbooleanRequire >= 10 traces (default: true)

No output schema declared.

No examples provided.

garl_soft_delete ~42

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

NameTypeReqDescription
agent_idstringyesUUID of the agent to delete

No output schema declared.

No examples provided.

garl_trust_history ~58

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

NameTypeReqDescription
agent_idstringAgent UUID (default: your own agent)
limitnumberNumber of history records (default: 50)

No output schema declared.

No examples provided.

garl_verify ~174

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

NameTypeReqDescription
categorystringTask category
cost_usdnumberToken/API cost in USD (if known)
duration_msnumberyesTask duration in milliseconds
input_summarystringInput/prompt summary
output_summarystringOutput/result summary
permissions_usedarrayList of permissions used (e.g., file_read, network)
security_contextobjectSecurity context (e.g., sandbox, production)
statusstringyesTask result
task_descriptionstringyesShort one-line summary of the completed task
tool_callsarrayList of tools used during the task

No output schema declared.

No examples provided.

garl_verify_batch ~39

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

NameTypeReqDescription
tracesarrayyesTrace array (max 50)

No output schema declared.

No examples provided.