# Zentric Protocol

Prompt injection detection and PII scanning for AI agents. Analyze any input before sending it to an LLM — returns a CLEARED/BLOCKED verdict, matched injection signatures, detected PII entities (SSN,…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add abelor/zentric-protocol

# Browse available tools
npx -y smithery tool list abelor/zentric-protocol

# Get full schema for a tool
npx -y smithery tool get abelor/zentric-protocol analyze_prompt

# Call a tool
npx -y smithery tool call abelor/zentric-protocol analyze_prompt '{}'
```

## Direct MCP Connection

Endpoint: `https://zentric-protocol--abelor.run.tools`

**Required config:**
- `apiKey` (header) — Your Zentric Protocol API key. Get a free key at zentricprotocol.com

## Tools (1)

- `analyze_prompt` — Analyze a prompt for injection attacks and PII before sending it to an LLM. Returns verdict (CLEARED/BLOCKED/ANONYMIZED…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get abelor/zentric-protocol <tool-name>
```
