# agentic-security-shield

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add ormuzdo/agentic-security-shield

# Browse available tools
npx -y smithery tool list ormuzdo/agentic-security-shield

# Get full schema for a tool
npx -y smithery tool get ormuzdo/agentic-security-shield get_preview

# Call a tool
npx -y smithery tool call ormuzdo/agentic-security-shield get_preview '{}'
```

## Direct MCP Connection

Endpoint: `https://agentic-security-shield--ormuzdo.run.tools`

## Tools (4)

- `get_preview` — Free preview — product overview, supported AI tools, all 12 security layers, files included. No payment required.
- `get_pricing` — Pricing info: $19 USD one-time, x402 payment flow (USDC on Base network), recipient address. Free.
- `get_sample` — Free sample of Layer 3 (Secrets Guard) with real code examples — vulnerable vs. secure patterns.
- `purchase` — Purchase and receive all security configuration files. Requires a valid payment token (USDC tx hash on Base) obtained v…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get ormuzdo/agentic-security-shield <tool-name>
```
