MCP Server
MCP
io.github.fishcoco-code/guardrly-mcp
Non-invasive AI Agent monitoring — audit every API call to Shopify, Meta Ads, and more
Install
uvx guardrly
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "guardrly",
"version": "0.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Guardrly API key from app.guardrly.com/settings",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GUARDRLY_API_KEY"
},
{
"description": "Guardrly API endpoint",
"format": "string",
"default": "https://api.guardrly.com",
"name": "GUARDRLY_API_URL"
},
{
"description": "Your HMAC secret from app.guardrly.com/settings MCP Configuration panel",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "HMAC_SECRET"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment