# Guardrail MCP [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/kadopi/guardrail-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/guardrail-mcp

## Description
Deterministic preflight checks for credentials, fund transfers, writes, and prompt overrides.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "guardrail-mcp": {
    "command": "npx",
    "args": ["-y","guardrail-mcp"]
  }
}
```

## Documentation & README

# Guardrail MCP

Small, free, read-only Remote MCP for deterministic action preflight.

It exposes two tools:

- `get_guardrail_capabilities`
- `assess_action_risk`

The check detects a deliberately small set of high-risk patterns: credential exposure, fund movement, external writes, and instruction overrides. It does not execute an action, persist a request, authenticate a user, charge a payment, call AI, or fetch external URLs.

## Local use

```bash
npm run check
npm test
npm run dev
```

Endpoints: `GET /`, `GET /health`, and stateless Streamable HTTP `POST /mcp`.

## Boundary

This is an informational deterministic preflight, not a safety guarantee or legal, financial, or security advice. Deployment and any public endpoint require separate approval.

