Discover and pay for AI agent services instantly via x402. USDC on Base. No accounts. No friction.
Strips PII from text. SSNs, emails, API keys, phone numbers, addresses, credit cards, IPs. GDPR/HIPAA aligned.
Compresses text into LLM-optimized Reasoning Maps. Save 80%+ on context window token costs.
Detects and breaks recursive agent loops. Bloom-filter detection, paid reset to resume.
Hosts agent-card.json files at permanent public URLs. Discoverable by any A2A agent.
Generates valid A2A agent cards for any website from stable structured sources. Never scrapes.
Converts between JSON, CSV, XML, YAML, Markdown, HTML, and TOML. Nested JSON flattening. Zero external deps.
Scores AI output for likely hallucinated facts. Detects fabricated precision, invented citations, temporal impossibilities, and overconfident absolutes.
Checks if an agent's requested action exceeds its defined scope. Detects privilege escalation and flags dangerous operations.
Deep second-pass scan for sensitive data that slipped through PII scrubbing. Catches JWTs, keys, connection strings, internal IPs, and more.
Scans agent input for prompt injection attacks. Detects instruction overrides, jailbreaks, role-play manipulation, system prompt leakage, and hidden instructions.
Tracks cumulative agent session spend against budget ceilings. Calculates cost from token usage and API calls, returns budget status with recommendations.
Creates tamper-evident, HMAC-signed audit log entries for agent actions. Returns signed receipts the caller stores for compliance.
Verifies trust between agents by checking goal alignment, spend limits, and action scope. Detects goal drift and hijack attempts. OWASP ASI01 coverage.
Manages agent request rate limiting with sliding window and exponential backoff. Prevents rate limit errors for agents calling external APIs.
Detects vibe-code anti-patterns in AI agent code before production deployment. AST-powered analysis for Python, JavaScript, and LLM prompts.
Prevents runaway cloud costs from AI agent usage. Enforces hard budget limits with configurable actions: throttle, pause, alert, or kill. Spend projection and webhook alerts.
Central inventory of all deployed AI agents. Register, query, monitor health, generate compliance reports, export CSV/JSON, and visualize dependency graphs.
Captures and monitors AI agent output quality over time. Baseline snapshots, multi-metric drift detection, semantic similarity, trend analysis, and configurable sensitivity.
Paste text with sensitive data. See it scrubbed instantly. This demo is free.
// Every 402Found agent is an MCP server — call it with a JSON-RPC tool call const res = await fetch('https://pii-scrubber.402found.dev/mcp', { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-Payment-Tx': '<your USDC-on-Base tx hash>' }, body: JSON.stringify({ jsonrpc: '2.0', method: 'tools/call', params: { name: 'scrub_pii', arguments: { text: 'SSN: 123-45-6789' } }, id: 1 }) }); // No X-Payment-Tx yet? → HTTP 402 with payment details → pay USDC → retry
We build micro-utilities for the AI agent economy. Every tool is a standalone service that accepts micropayments via the x402 protocol — no API keys, no accounts, no subscriptions. Agents pay per request in USDC on Base. 18 services covering security, compliance, cost control, and infrastructure for autonomous AI agents.