# serac_store

Store encrypted data in an isolated namespace on OVHCloud France. Data must be base64-encoded and client-side encrypted.

Agent View of the PolicyLayer registry record for `serac_store`. HTML page: https://policylayer.com/tools/aikogilpin-serac-agents/serac-store

## Facts

- Tool: `serac_store`
- Server: Serac (`aikogilpin/serac-agents`) — https://policylayer.com/tools/aikogilpin-serac-agents.md
- Homepage: https://github.com/AikoGilpin/serac-agents
- Risk category: Write (Medium risk)
- Registry record: grade D, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Rate-limited

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "serac_store",
    "arguments": {}
  }
}
```

## Why serac_store is rated Medium

This tool writes (uploads) base64-encoded, client-side encrypted data to a remote storage namespace. It creates new objects in the store but does not delete, execute code, or move money. Misuse could lead to storing malicious or unauthorized data in the namespace, but effects are reversible (data can be deleted).

From the tool's own definition: "'Store encrypted data in an isolated namespace' — creates/uploads new data to cloud storage"

## Use case

AI agents use serac_store to create or update resources in Serac, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Serac environment.

## Recommended policy (PolicyLayer)

Verdict: **Rate-limited**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Serac:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "serac_store": {
      "limits": [
        {
          "counter": "serac_store_rate",
          "window": "minute",
          "max": 30,
          "scope": "grant"
        }
      ]
    }
  }
}
```

## Other tools on Serac (4)

- `serac_delete` — Destructive — https://policylayer.com/tools/aikogilpin-serac-agents/serac-delete.md
- `serac_list` — Read — https://policylayer.com/tools/aikogilpin-serac-agents/serac-list.md
- `serac_quota` — Read — https://policylayer.com/tools/aikogilpin-serac-agents/serac-quota.md
- `serac_retrieve` — Read — https://policylayer.com/tools/aikogilpin-serac-agents/serac-retrieve.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=aikogilpin-serac-agents · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/aikogilpin-serac-agents
