{"name":"io.github.agentwares/agentguard-cloud","slug":"agentwares-agentguard-cloud","title":"agentguard — policy proxy for agent tool calls","description":"Free spend report from an agent log, no key. Hosted proxies: caps, audit export, buy calls.","url":"https://mcp.market/server/agentwares-agentguard-cloud","rating":null,"grade":"A","score":87,"certified":false,"status":"active","category":"ai","tags":["ai"],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-14T00:21:15.000Z","license":"MIT"},"uptime":{"percent":100,"checks":1,"ok":1,"last_checked_at":"2026-09-19T17:16:02.445Z","last_ok_at":"2026-09-19T17:16:02.445Z","latency_ms":286},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/agentwares/servers","website":"https://agentwares-agentguard.vercel.app","version":"0.2.0","remotes":[{"type":"streamable-http","url":"https://agentwares-agentguard.vercel.app/api/mcp","headers":[{"description":"Bearer <account key>. POST /api/v1/signup {\"accept_terms\": true} for one — no human, no card. agentguard_spend_report and agentguard_get_pricing work without it.","isSecret":true,"name":"Authorization"}]}],"packages":[],"tools":[{"name":"agentguard_create_proxy","description":"Create a hosted agentguard proxy in front of an MCP server. Returns the proxy id, the per-customer MCP URL and the proxy key (shown once). Point your agent's MCP client at the URL with `Authorization: Bearer <key>`. Requires an account key.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","minLength":2,"maxLength":40,"description":"short name, a-z 0-9 -"},"upstreamUrl":{"type":"string","format":"uri","description":"Streamable HTTP URL of the MCP server to protect"},"upstreamName":{"description":"name used to namespace tools when you add more upstreams later","type":"string","minLength":1,"maxLength":32},"mode":{"default":"dry-run","description":"dry-run records what the policy would have blocked and lets every call through; enforce actually blocks. Start in dry-run.","type":"string","enum":["dry-run","enforce"]}},"required":["slug","upstreamUrl"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"agentguard_export_audit","description":"Export a run's hash-chained audit entries (prev_hash, hash, redacted args) with the Merkle root, for disputes and questionnaires. Verify offline with sha256(prev_hash + canonical(entry)). Requires an account key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"proxyId":{"type":"string","minLength":6,"description":"the proxy id returned by agentguard_create_proxy"},"runId":{"type":"string","minLength":1,"description":"the X-Run-Id your agent sent with the calls; one run is one agent session"}},"required":["proxyId","runId"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"agentguard_get_pricing","description":"Machine-readable pricing for agentguard hosted: bands (Starter/Pro/Team) with included tool calls per month, the 80% soft alert and 150% hard stop, features, the free trial allowance, and `per_call` — buying tool calls outright at POST /api/v1/calls from a prepaid balance, which is the one purchase here an unattended agent can complete. Same data as /pricing.json.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"agentguard_get_run","description":"The incident-shaped report for one run: counts (calls, reads, writes, faked, blocked, spend), the call timeline with decisions, dry-run mutations (what would have changed), ledger entries and the audit-chain verification. Requires an account key.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"proxyId":{"type":"string","minLength":6,"description":"the proxy id returned by agentguard_create_proxy"},"runId":{"type":"string","minLength":1,"description":"the X-Run-Id your agent sent with the calls; one run is one agent session"}},"required":["proxyId","runId"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"agentguard_recommend_allowlist","description":"Least-privilege recommendation from the proxy's recorded calls: the minimal tool allowlist, argument keys used per tool, and the upstream tools never used (remove them first). No LLM call here; apply it in the dashboard. Requires an account key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"proxyId":{"type":"string","minLength":6,"description":"the proxy id returned by agentguard_create_proxy"}},"required":["proxyId"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"agentguard_set_policy","description":"Replace a proxy's policy (YAML: mode, upstreams, classify, caps, loop, dry_run, approvals, alerts, chaos, drift). Validated before saving; takes effect within 30 seconds. Requires an account key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"proxyId":{"type":"string","minLength":6,"description":"the proxy id returned by agentguard_create_proxy"},"policyYaml":{"type":"string","minLength":1,"maxLength":64000,"description":"the complete policy document; it replaces the current one rather than merging"}},"required":["proxyId","policyYaml"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"agentguard_spend_report","description":"Read an agent log and report what it spent: totals, calls by tool and by class, estimated\ndollars by rail, loops, the largest single run, and — for every overspend — the agentguard\nband whose cap would have stopped it, the exact cap, and the call that would have tripped\nit.\n\nNeeds no account and no key. The log is read in the request and discarded; nothing is\nstored. Accepts an agentwares audit export (`agentwares.audit/v1`), a Claude Code session\n`.jsonl`, or a CSV/JSONL of tool calls with any of `tool`, `ts`, `class`, `amount_usd`,\n`rail`, `run_id`, `model`, `input_tokens`, `output_tokens`.\n\nCaps come from the proxy's own default policy, so a band named here refuses exactly what\nit says it refuses. Buying that band is a checkout a person completes; the calls-only\npurchase an unattended agent can complete is in `agentguard_get_pricing` instead.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"log":{"type":"string","minLength":1,"description":"The log itself, verbatim — JSON, JSONL or CSV. Not a path and not a URL: this server does not fetch anything."},"detail":{"description":"`concise` (default) returns the totals, the top ten tools, the rails, the loops and every overspend. `full` adds the complete per-tool breakdown and the window. Ask for `full` only when you are going to read it.","type":"string","enum":["concise","full"]}},"required":["log"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}}],"scan":{"score":87,"grade":"A","scanned_at":"2026-09-19T20:04:08.273Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:04:08.257Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 436ms"]},"poisoning":{"score":15,"max":15,"notes":["7 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":15,"max":15,"notes":["last push 6 days ago"]},"identity":{"score":7,"max":10,"notes":["registry namespace matches repository owner"]}},"findings":[],"inputs":{"probes":[{"url":"https://agentwares-agentguard.vercel.app/api/mcp","reachable":true,"authRequired":false,"latencyMs":436,"serverInfo":{"name":"agentguard","version":"0.2.0"}}],"packages":[],"repo":{"found":true,"owner":"agentwares","repo":"servers","archived":false,"pushedAt":"2026-09-14T00:21:15Z","stars":0,"forks":0,"openIssues":0,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/324205758?v=4","ownerCreatedAt":"2026-09-02T19:58:31Z","license":"MIT"},"icon":{"url":null,"source":"none"},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-14T00:21:15.000Z","score":23}}}},"grade_history":[],"reviews":[]}