Skip to main content
Glama

agentguard

Server Details

AgentGuard — 20-tool AI safety MCP: policy preflight, risk scoring, audit logging, rate limits.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
ToolOracle/agentguard
GitHub Stars
0

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 24 tool updates
    • First observedapproval_list
    • First observedapproval_required
    • First observedapproval_resolve
    • First observedaudit_log_query
    • First observedaudit_log_write
    • First observedcross_tool_anomaly_check
    • First observeddecision_explain
    • First observedemergency_kill
    • First observedguard_metrics
    • First observedoutput_safety_scan
    • First observedpayload_safety_check
    • First observedpayment_policy_check
    • First observedpolicy_preflight
    • First observedpolicy_register
    • First observedrate_limit_check
    • First observedreplay_guard_check
    • First observedscope_check
    • First observedsecret_exposure_check
    • First observedsession_validate
    • First observedspend_limit_check
    • First observedtenant_policy_check
    • First observedthreat_intel_check
    • First observedtool_manifest_verify
    • First observedtool_risk_score

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Policy-based governance for AI agent tool calls. YAML policies, approval gates, risk assessment, and audit logging across LangChain, OpenAI, Anthropic, and MCP.
    5
    15
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server for AI agent security guardrails. Provides input validation, prompt injection detection, PII redaction, output filtering, policy enforcement, rate limiting, and comprehensive audit logging.
    76
    1
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Open-source MCP proxy that enforces security policies, content scanning, and audit logging between AI agents and tool servers
    25
    AGPL 3.0
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation3/5

Most tools have distinct purposes, but there is notable overlap: output_safety_scan and secret_exposure_check both detect secrets/PII, and payment_policy_check vs spend_limit_check relate to payment limits. The descriptions help, but an agent may struggle to choose among the many similar 'check' tools.

Naming Consistency4/5

Tool names are overwhelmingly snake_case with a noun-based prefix followed by a verb or 'check' (e.g., rate_limit_check, audit_log_query). Minor deviations like 'decision_explain' and 'emergency_kill' still fit the readable pattern, so naming is mostly consistent.

Tool Count3/5

24 tools is on the heavy side but within the borderline range. The domain of agent security and governance justifies many specialized checks, though some tools could potentially be consolidated (e.g., output_safety_scan and secret_exposure_check).

Completeness4/5

The tool surface covers the full guardrail lifecycle: pre-execution checks, approval workflows, emergency controls, post-execution auditing, and metrics. Gaps include no policy management (create/update) and no tenant administration, but these are not critical for the server's apparent purpose.