# IntegrityPulse

The Integrity Layer for AI Agents. Four MCP servers: verified cloud pricing (FinOps), live API specs (API-Bridge), IaC security scanning (Guardrail), ghost cost detection (Fortress). Free tier: 25 op…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add maryadawson-code/finops

# Browse available tools
npx -y smithery tool list maryadawson-code/finops

# Get full schema for a tool
npx -y smithery tool get maryadawson-code/finops forecast_deployment_cost

# Call a tool
npx -y smithery tool call maryadawson-code/finops forecast_deployment_cost '{}'
```

## Direct MCP Connection

Endpoint: `https://finops--maryadawson-code.run.tools`

**Required config:**
- `API_KEY` (query) — Your OpenClaw FinOps API key. Get one free at https://openclaw-finops.marywomack.workers.dev

## Tools (1)

- `forecast_deployment_cost` — Estimate the monthly cloud deployment cost for a set of services on a given provider. Supports major clouds (AWS, GCP, …

```bash
# Get full input/output schema for a tool
npx -y smithery tool get maryadawson-code/finops <tool-name>
```

## Resources

- `integritypulse://pricing/catalog` — Complete pricing catalog for all supported cloud providers and services
- `integritypulse://pricing/all-providers` — Detailed pricing for all cloud providers with per-service hourly and monthly rates

## Prompts (2)

- `cost-comparison` (services, providers) — Compare cloud deployment costs across two or three providers for the same set of services
- `budget-check` (provider, services, budget) — Check if a proposed deployment fits within a monthly budget
