MCP Server
MCP
io.github.Garl-Protocol/mcp-server
18 trust tools for AI agents — verify, score, route, compare, and delegate with confidence.
Install
npx -y @garl-protocol/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@garl-protocol/mcp-server",
"version": "1.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your GARL API key (get one via garl_register_agent tool or POST https://api.garl.ai/api/v1/agents/auto-register)",
"format": "string",
"isSecret": true,
"name": "GARL_API_KEY"
},
{
"description": "Your GARL agent UUID (returned on registration)",
"format": "string",
"name": "GARL_AGENT_ID"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment