{"uid":"cap_Wo08Ui5I5gXPfTweR0hxu","slug":"norm-agentutil-net-b8ea5e4d","name":"Norm Anomaly Checker","description":"Is this expense, salary, or other common metric normal? Sanity-check values against real-world benchmarks (BLS, IRS, GSA data) to flag anomalies before they become problems","url":"https://norm.agentutil.net/v1/check","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"unit":{"type":"string","description":"Unit of measurement (e.g. USD, hours, percent)"},"value":{"type":"number","description":"The value to check against baselines"},"region":{"type":"string","description":"Geographic region for regional baselines"},"category":{"type":"string","description":"Category identifier (e.g. expense:travel:hotel_nightly, salary:software_engineer)"},"company_size":{"type":"string","description":"Company size tier (startup, smb, enterprise)"}}},"responseSchema":{"type":"object","required":["data","service","request_id","related_services"],"properties":{"data":{"type":"object","required":["unit","value","summary","baseline","category","assessment","percentile"],"properties":{"unit":{"type":"string"},"value":{"type":"number"},"summary":{"type":"string"},"baseline":{"type":"object","required":["p25","p50","p75","p90","region","source","source_year"],"properties":{"p25":{"type":"number"},"p50":{"type":"number"},"p75":{"type":"number"},"p90":{"type":"number"},"region":{"type":"string"},"source":{"type":"string"},"source_year":{"type":"number"}}},"category":{"type":"string"},"assessment":{"type":"string"},"percentile":{"type":"number"}}},"service":{"type":"string"},"request_id":{"type":"string"},"related_services":{"type":"array","items":{"type":"object","required":["url","name","description"],"properties":{"url":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"}}}}}},"example":{"request":{"unit":"USD","value":120,"region":"New York","category":"expense:travel:hotel_nightly","company_size":"smb"},"response":{"data":{"unit":"USD","value":120,"summary":"Value 120 USD is at the 35th percentile for expense:travel:hotel_nightly (normal).","baseline":{"p25":100,"p50":150,"p75":220,"p90":320,"region":"global","source":"Corporate travel industry data","source_year":2025},"category":"expense:travel:hotel_nightly","assessment":"normal","percentile":35},"service":"https://norm.agentutil.net","request_id":"60ff36ab-4bb2-4f09-be29-036adfb2eb6a","related_services":[{"url":"https://verify.agentutil.net","name":"verify","description":"Fact verification against live data sources -- exchange rates, crypto, stocks, entities, geography"},{"url":"https://docs.agentutil.net","name":"docs","description":"Search pre-indexed platform documentation -- semantic vector search across 10+ platforms"},{"url":"https://think.agentutil.net","name":"think","description":"Intent security -- pre-flight safety checklists, instruction expansion, and post-action review for autonomous agents"},{"url":"https://convert.agentutil.net","name":"convert","description":"Unit conversion (80+ units), live currency rates, and encoding (base64, hex, URL)"},{"url":"https://weather.agentutil.net","name":"weather","description":"Current conditions and multi-day forecasts for any location worldwide via Open-Meteo"},{"url":"https://validate.agentutil.net","name":"validate","description":"Validate emails (RFC 5322), URLs, phone numbers (E.164), credit cards (Luhn), and JSON schemas"},{"url":"https://time.agentutil.net","name":"time","description":"Timezone conversion, current time in any timezone, date arithmetic, and epoch conversions"},{"url":"https://hash.agentutil.net","name":"hash","description":"Hash with MD5/SHA-256/SHA-512, encode/decode base64/hex/URL, generate UUIDs, identify hash algorithms"},{"url":"https://text.agentutil.net","name":"text","description":"Regex match/replace/extract, text diff, slugify, word count, and markdown/HTML/JSON transforms"},{"url":"https://math.agentutil.net","name":"math","description":"Safe expression evaluation, statistics (mean/median/stddev/percentiles), percentages, and rounding"},{"url":"https://geocode.agentutil.net","name":"geocode","description":"Forward geocoding (address to lat/lon), reverse geocoding (lat/lon to address), and haversine distance"},{"url":"https://dns.agentutil.net","name":"dns","description":"DNS record lookups (A/MX/TXT/NS), reverse DNS, WHOIS/RDAP domain data, and IP geolocation"},{"url":"https://undo.agentutil.net","name":"undo","description":"Reversibility intelligence -- check if actions can be undone, find safer alternatives, batch safety warnings"},{"url":"https://context.agentutil.net","name":"context","description":"Situational awareness -- timezone, holiday, business calendar, and platform status checks before taking action"}]}},"exampleRequest":{"unit":"USD","value":120,"region":"New York","category":"expense:travel:hotel_nightly","company_size":"smb"},"tags":["x402"],"displayCostAmount":"0.002","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"unknown","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_jdnyKiHZ1WkxYmy4icjEF","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Sanity-checks a single numeric value (expense, salary, or metric) against real-world benchmarks from BLS, IRS, and GSA data to flag whether it is normal or anomalous","exampleAgentPrompt":"Is $450/night for a hotel in San Francisco normal for enterprise business travel? Check it against real-world benchmarks for the expense:travel:hotel_nightly category.","exampleUseCases":null,"resultDescription":"Returns whether the submitted value is normal or anomalous relative to real-world baselines (BLS, IRS, GSA), including the expected benchmark range, deviation indicators, and an anomaly flag for the given category, region, unit, and company size.","failureModes":["Unknown or unsupported category identifier returns a 400 error","Value outside plausible numeric range may be rejected","Missing required fields (value, category) returns a validation error","Region not covered by available benchmark data returns a 404 or empty benchmark","Unsupported unit of measurement returns an error"],"whenToPreferThis":"Use this endpoint when you need to validate a single value against authoritative government or industry benchmarks (BLS, IRS, GSA) for expenses, salaries, or common business metrics. Prefer this over the batch sibling endpoint for one-off checks where latency or simplicity matters. Ideal for pre-approval workflows, anomaly detection in finance/HR, or compliance checks on individual line items.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:34:00.326Z","isFirstParty":false}