Guardrly
About
Non-invasive AI Agent operation monitoring — audit every API call your agent makes to Shopify, Meta Ads, and more. Real-time alerts, audit logs, and operation history. Works with Claude Desktop, Cursor, and any MCP-compatible AI tool.
Details
- Author
- fishcoco-code
- Downloads
- 253
- Categories
- Developer Tools, Infrastructure, Security, AI
Jump to
- Real-time interception of every HTTP request
- Automatic PII scrubbing (API keys, tokens, sensitive data)
- 100+ semantic rules for Shopify and Meta Ads APIs
- Risk-based email alerts for Level 3 critical operations
- Complete audit trail queryable from Dashboard
- Supports Shopify Admin API, Meta Ads API, and generic HTTP logging
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
GuardrlyCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via a one-liner for Mac/Linux or Windows PowerShell (as shown in the README). After installation, configure it via the Guardrly Dashboard at app.guardrly.com; no further configuration steps are described.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"guardrly": {
"guardrly": {
"command": "guardrly",
"args": [],
"env": {
"GUARDRLY_API_KEY": "your_api_key_here",
"GUARDRLY_API_URL": "https://api.guardrly.com",
"HMAC_SECRET": "your_hmac_secret_here"
}
}
}
}
}
McpServers
{
"guardrly": {
"command": "guardrly",
"args": [],
"env": {
"GUARDRLY_API_KEY": "your_api_key_here",
"GUARDRLY_API_URL": "https://api.guardrly.com",
"HMAC_SECRET": "your_hmac_secret_here"
}
}
}
Guardrly — AI Agent Operation Monitor
Guardrly is a non-invasive MCP Server that monitors every API call your AI Agent makes to external platforms like Shopify and Meta Ads.Why Guardrly?
AI Agents like Claude Code and Cursor can execute hundreds of API calls autonomously. Without visibility, you risk: - Unexpected data modifications (deleted products, cancelled orders) - Platform bans from rate limit violations - No audit trail when something goes wrongKey Features
- Real-time interception — Every HTTP request your Agent makes passes through Guardrly first - Automatic PII scrubbing — API keys, tokens, and sensitive data are removed before any data leaves your machine - 100+ semantic rules — For Shopify Admin API and Meta Marketing API - Risk-based alerts — Email notifications for Level 3 critical operations - Complete audit trail — Query every Agent operation from your DashboardSupported Platforms
- Shopify Admin API — 50 rules, 10 operation categories - Meta Ads API — 50 rules, 10 operation categories - Generic HTTP — Basic logging for any other APIQuick Install
Mac / Linux: \\\bash
curl -fsSL https://guardrly.com/install.sh | bash
\\\
Windows (PowerShell):
\\\powershell
irm https://guardrly.com/install.ps1 | iex
\\\
Links
- Website: guardrly.com - Dashboard: app.guardrly.com - Docs: guardrly.com/docs - GitHub: github.com/fishcoco-code/guardrly-mcpPricing
Free tier available. Paid plans start at $49/month.Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





