mcpbeat Sign in

Guardrly MCP Server

by fishcoco-code Your server? Claim it
local only

Guardrly MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from pypi. Last commit 17 Apr 2026.

Non-invasive AI Agent monitoring — audit every API call to Shopify, Meta Ads, and more

Installs per day peak 28 · avg 10 · -29% w/w
a month agotoday
57
Installs / week
pypi · guardrly
0
Stars
0 open issues
17 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Guardrly MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add guardrly-mcp -- uvx guardrly
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "guardrly-mcp": {
      "args": [
        "guardrly"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.guardrly-mcp]
command = "uvx"
args = ["guardrly"]
.cursor/mcp.json
{
  "mcpServers": {
    "guardrly-mcp": {
      "args": [
        "guardrly"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "guardrly-mcp": {
      "args": [
        "guardrly"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GUARDRLY_API_KEY (Your Guardrly API key from app.guardrly.com/settings), GUARDRLY_API_URL (Guardrly API endpoint), HMAC_SECRET (Your HMAC secret from app.guardrly.com/settings MCP Configuration panel). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Guardrly MCP

same job, measured the same way
Hyperping
by hyperping

Uptime, API and server monitoring with outages, reporting, on-call and status pages.

26 tools answering
Carrierscore
by carrierscore

FMCSA motor-carrier risk scores, monitoring, and carrier-selection evidence reports for AI agents.

8 tools answering
Glint Render — web rendering for AI agents
by zzzjy765

Screenshots, PDFs, OG images, monitoring and evidence for AI agents. Glint Render by Moyu.

311 installs/wk local only
Webbersites X402 Data API
by webberdesign

45 pay-per-call AI agent tools: scraping, SEO, crypto data, lint, agent memory. x402 USDC on Base.

78 tools answering
I
Glint Meet — every global model for your agent
by zzzjy765

Call every global AI model through one OpenAI-compatible API. One key, all models.

local only
Coderbuds
by coderbuds

Your team's shipping standards, org map and delivery metrics, inside your coding agent.

answering
Voyager Repo
by dir-ai

An AI agent's safe read-only scout to orient in an unknown repository before touching it.

74 installs/wk local only
Shopify Multi Store
by alex-brecher

Connect AI agents to multiple Shopify Admin stores for reports, comparisons, and guarded updates.

92 installs/wk local only

Guardrly MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Guardrly MCP?
Guardrly MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package guardrly was installed 57 times last week.
How do I connect Guardrly MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls guardrly straight from pypi; nothing to host, nothing to sign up for.
How many people use Guardrly MCP?
The pypi package guardrly was installed 57 times in the last week. Week over week that is -29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Guardrly MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.