# price-sentinel

Short Summary:

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add krugex/price-sentinel

# Browse available tools
npx -y @smithery/cli@latest tool list krugex/price-sentinel

# Get full schema for a tool
npx -y @smithery/cli@latest tool get krugex/price-sentinel sentinel_audit_ai_costs

# Call a tool
npx -y @smithery/cli@latest tool call krugex/price-sentinel sentinel_audit_ai_costs '{}'
```

## Direct MCP Connection

Endpoint: `https://price-sentinel--krugex.run.tools`

**Required config:**
- `key` (query) — Your xpay key

## Tools (2)

- `sentinel_audit_ai_costs` — Analyzes 2026 AI tool pricing with graceful cache fallback.
- `sentinel_compare_providers` — Side-by-side efficiency comparison between two AI services.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get krugex/price-sentinel <tool-name>
```
