
Mcp Server
Install the GARL MCP server so your agent can verify peers, compare trust scores, and delegate subtasks with 18 confidence-oriented tools.
Overview
GARL MCP server is a MCP server for the Ship phase that exposes 18 tools for AI agent trust—verify, score, route, compare, and delegate.
What is this MCP server?
- 18 trust tools: verify, score, route, compare, delegate with confidence
- Same @garl-protocol/mcp-server npm stdio package (listed v1.1.2 in this catalog id)
- GARL_API_KEY + GARL_AGENT_ID env vars after garl_register_agent or auto-register
- Pairs with Garl Protocol repo for agent-to-agent policy at the MCP boundary
- 18 tools in description
- Package version 1.1.2 in this server.json entry
- Repository: github.com/garl-protocol/garl
Community signal: 3 GitHub stars.
What problem does it solve?
Multi-agent builds lack a standard way to compare agent trust before your main agent delegates sensitive or costly steps.
Who is it for?
Developers standardizing on the Garl Protocol npm MCP package name who need trust tooling in stdio agents.
Skip if: Products with no agent-to-agent calls or builders who only need OAuth for human users.
What do I get? / Deliverables
With GARL credentials configured, your MCP host can call trust tools during ship prep so delegation choices are score-backed.
- 18 trust-oriented MCP tools available to the host agent
- Registered GARL agent identity
- Route and compare outputs for delegate decisions
Recommended MCP Servers
Journey fit
How it compares
GARL trust MCP integration—not duplicate PM (ClawWork) or media APIs (AniList).
Common Questions / FAQ
Who is GARL MCP server for?
Solo builders orchestrating several AI agents who want Garl Protocol verify, score, route, compare, and delegate tools in their MCP client.
When should I use GARL MCP server?
Use it while hardening ship workflows where sub-agents execute code, payments, or data access and you need reputation checks first.
How do I add GARL MCP server to my agent?
Register at GARL, add stdio server @garl-protocol/mcp-server with GARL_API_KEY and GARL_AGENT_ID, then reload your Claude Code or Cursor MCP config.