{"service":"MimirAPI","skus":[{"id":"ping","path":"/v1/ping","priceUsd":0.001,"shelf":"house","rails":{"stripe":false,"x402":["base"]},"description":"Paid liveness probe for the MimirAPI counter. Returns pong, the SKU id, and a server timestamp. One tenth of a cent buys a complete challenge, sign, settle, serve round trip — the cheapest possible proof that your x402 client wiring works before you spend real money on real SKUs.","inputSchema":{"type":"object","properties":{},"additionalProperties":false},"outputSchema":{"type":"object","properties":{"pong":{"type":"boolean"},"sku":{"type":"string"},"ts":{"type":"string","description":"ISO-8601 server time"}},"required":["pong","sku","ts"]},"tags":["test","liveness","x402","micropayment"],"status":"live","proof":{"lastSettledAt":"2026-08-10T10:05:51.420Z","settles30d":6}},{"id":"provenance-cert","path":"/v1/provenance/certificate","priceUsd":0.25,"shelf":"house","rails":{"stripe":false,"x402":["base"]},"description":"Chain-of-custody license certificate for any digital asset: a SHA-256 content hash bound to issuer, subject, and license terms under an HMAC-SHA-256 signature. Deterministic, portable, independently verifiable — a receipt an agent can carry to prove what it licensed, from whom, and on what terms.","inputSchema":{"type":"object","properties":{"contentHash":{"type":"string","description":"SHA-256 hex of the asset"},"subject":{"type":"string"},"license":{"type":"string"}},"required":["contentHash","subject","license"]},"outputSchema":{"type":"object","properties":{"certificate":{"type":"object"}}},"tags":["provenance","license","certificate","signing","trust"],"status":"live","proof":{"lastSettledAt":"2026-07-22T15:02:58.904Z","settles30d":2}},{"id":"visual-review","path":"/v1/visual-review","priceUsd":0.01,"shelf":"house","rails":{"stripe":false,"x402":["base"]},"description":"Eyes for agents, for a penny: renders any URL in a real browser (Cloudflare Browser Rendering) and returns a full-page screenshot as an inline PNG plus an axe-core accessibility audit — WCAG violations with rule, impact, fix-it link, and affected-node counts. Verify a deploy visually, catch layout breakage, and check accessibility in one call, without running a browser yourself. https URLs only.","inputSchema":{"type":"object","properties":{"url":{"type":"string","format":"uri","description":"Public https URL to render + audit"}},"required":["url"],"additionalProperties":false},"outputSchema":{"type":"object","properties":{"url":{"type":"string"},"screenshot":{"type":"string","description":"Full-page PNG as a data: URI"},"audit":{"type":"object","description":"axe-core violations + summary"},"checkedAt":{"type":"string"}},"required":["url","screenshot","audit"]},"tags":["browser","screenshot","accessibility","audit","render","a11y","wcag"],"status":"live","proof":{"lastSettledAt":"2026-07-22T16:26:24.625Z","settles30d":1}},{"id":"ephemeral-db","path":"/v1/db","priceUsd":0.25,"shelf":"house","rails":{"stripe":false,"x402":["base"]},"description":"Ephemeral Postgres for agents: one POST provisions a real database and returns its connection string with a TTL; teardown at expiry is automatic and guaranteed. Scratch space for a pipeline, a test run, or a day of work — priced per DB-day, no signup, no cleanup, no leftovers.","inputSchema":{"type":"object","properties":{"ttlHours":{"type":"integer","minimum":1,"maximum":168}}},"outputSchema":{"type":"object","properties":{"connectionString":{"type":"string"},"expiresAt":{"type":"string"}}},"tags":["postgres","database","ephemeral","provisioning"],"status":"live","proof":{"lastSettledAt":"2026-07-25T18:01:59.963Z","settles30d":3}},{"id":"wallet-screen","path":"/v1/wallet/screen","priceUsd":0.05,"shelf":"house","rails":{"stripe":false,"x402":["base"]},"description":"Sanctions screen for an EVM wallet: one deterministic read of the public Chainalysis sanctions oracle contract. Call it mid-transaction before settling with an unknown counterparty — no account, no API key, one paid call returns sanctioned true/false with the oracle address for independent verification. Fail-closed: if the oracle is unreachable you get an error, never a false all-clear.","inputSchema":{"type":"object","properties":{"address":{"type":"string","description":"0x-prefixed 40-hex-char EVM address"}},"required":["address"]},"outputSchema":{"type":"object","properties":{"address":{"type":"string"},"sanctioned":{"type":"boolean"},"source":{"type":"string"},"oracle":{"type":"string"},"checkedAt":{"type":"string"}},"required":["address","sanctioned","source"]},"tags":["compliance","sanctions","wallet","screening","evm","risk"],"status":"live","proof":{"lastSettledAt":"2026-07-22T15:03:19.889Z","settles30d":2}},{"id":"og-image","path":"/v1/og-image","priceUsd":0.01,"shelf":"house","rails":{"stripe":false,"x402":["base"]},"description":"Deterministic 1200x630 social-card SVG from a title and optional subtitle, dark or light theme. Same input, byte-identical output — an agent building pages gets an Open Graph image in one call with no headless browser and no font pipeline.","inputSchema":{"type":"object","properties":{"title":{"type":"string","maxLength":120},"subtitle":{"type":"string","maxLength":200},"theme":{"type":"string","enum":["dark","light"]}},"required":["title"]},"outputSchema":{"type":"object","properties":{"svg":{"type":"string"},"width":{"type":"number"},"height":{"type":"number"},"contentType":{"type":"string"}},"required":["svg","width","height"]},"tags":["image","og-image","social-card","svg","media"],"status":"live","proof":{"lastSettledAt":"2026-07-22T15:03:25.481Z","settles30d":2}},{"id":"qr-svg","path":"/v1/qr","priceUsd":0.002,"shelf":"house","rails":{"stripe":false,"x402":["base"]},"description":"QR code as a crisp deterministic SVG from any text or URL up to 1000 characters, with selectable error-correction level (L/M/Q/H). Vector output scales to any size with no rasterization step.","inputSchema":{"type":"object","properties":{"data":{"type":"string","maxLength":1000},"ecl":{"type":"string","enum":["L","M","Q","H"]}},"required":["data"]},"outputSchema":{"type":"object","properties":{"svg":{"type":"string"},"modules":{"type":"number"},"ecl":{"type":"string"}},"required":["svg","modules"]},"tags":["qr","qrcode","barcode","svg","media"],"status":"live","proof":{"lastSettledAt":"2026-07-22T15:03:29.959Z","settles30d":3}},{"id":"chart-svg","path":"/v1/chart","priceUsd":0.01,"shelf":"house","rails":{"stripe":false,"x402":["base"]},"description":"Data to chart in one call: a numeric series rendered as a deterministic 800x400 line or bar chart SVG with optional labels and title. No charting library, no browser — an agent composing a report gets a predictable picture of its numbers.","inputSchema":{"type":"object","properties":{"type":{"type":"string","enum":["line","bar"]},"values":{"type":"array","items":{"type":"number"},"minItems":1,"maxItems":100},"labels":{"type":"array","items":{"type":"string","maxLength":24}},"title":{"type":"string","maxLength":80}},"required":["values"]},"outputSchema":{"type":"object","properties":{"svg":{"type":"string"},"type":{"type":"string"},"points":{"type":"number"}},"required":["svg","type","points"]},"tags":["chart","graph","visualization","svg","media"],"status":"live","proof":{"lastSettledAt":"2026-07-22T15:03:34.253Z","settles30d":2}},{"id":"x402-audit","path":"/v1/x402-audit","priceUsd":0.25,"shelf":"house","rails":{"stripe":false,"x402":["base"]},"description":"Weigh any x402 counter and get a verdict: does its URL answer a coherent 402, would the CDP Bazaar validator accept its discovery metadata, and is it actually listed in the discovery index? Returns a per-check report (passed / found-wanting / unweighed) with evidence, optionally HMAC-signed. The conformance check every x402 seller needs and no one else runs.","inputSchema":{"type":"object","properties":{"url":{"type":"string","format":"uri","description":"https URL of the x402 resource to weigh"}},"required":["url"]},"outputSchema":{"type":"object","properties":{"verdict":{"type":"object","properties":{"resource":{"type":"string"},"balances":{"type":"boolean"},"weighings":{"type":"array","items":{"type":"object"}},"summary":{"type":"object"}},"required":["resource","balances","weighings","summary"]},"certificate":{"type":"object"}},"required":["verdict"]},"tags":["x402","audit","conformance","bazaar","discovery","trust"],"status":"live","proof":{"lastSettledAt":"2026-07-22T15:03:38.439Z","settles30d":4}},{"id":"route-price","path":"/v1/route/price","priceUsd":0.03,"shelf":"composed","rails":{"stripe":false,"x402":["base"]},"description":"Live crypto/token spot price in USD, routed to the best live x402 provider and returned normalized. Pass ?symbol=BTC (or ETH, WIF, a coin name) and optional ?vs=USD. One integration, always-live: the router ranks providers by measured reliability (cheapest live source wins) and buys on your behalf, falling over to the next provider if one is down — so you never chase a dead endpoint or manage six provider accounts. Add ?verify=1 to cross-validate against a second independent source: the confidence signal reads \"cross-validated\" when they agree within 2%, \"divergent\" (both prices returned, none hidden) when they don't, else \"single-source\". Returns the price, its as-of time, the upstream source(s), and that confidence signal.","inputSchema":{"type":"object","properties":{"symbol":{"type":"string","description":"Asset symbol or name (BTC, ETH, WIF, bitcoin)"},"vs":{"type":"string","description":"Quote currency (default USD)"},"verify":{"type":"string","description":"Set to 1/true to cross-validate against a second independent source"}},"required":["symbol"],"additionalProperties":false},"outputSchema":{"type":"object","properties":{"priceUsd":{"type":"number"},"asOf":{"type":"string","description":"ISO-8601 as-of time from the upstream source"},"source":{"type":"string"},"confidence":{"type":"string","enum":["single-source","cross-validated","divergent"]},"spreadPct":{"type":"number","description":"Fractional gap between the two sources (present only with ?verify)"},"sources":{"type":"array","items":{"type":"object"}}},"required":["priceUsd","source","confidence","sources"]},"tags":["price","crypto","market-data","router","x402","oracle"],"status":"live","proof":{"lastSettledAt":"2026-07-27T23:51:30.669Z","settles30d":11}},{"id":"phone-intel","path":"/v1/phone/intel","priceUsd":0.03,"shelf":"house","rails":{"stripe":false,"x402":["base"]},"description":"Phone number intelligence for agents: pass any number and get back whether it is a valid E.164 number, its country, the carrier that holds it, and the line type — mobile, landline, or VoIP. One paid call, no account, no API key. Decide whether a number is worth calling or texting, or flag a VoIP number before you trust it. Free-format numbers are normalized; a syntactically bad number is rejected before any charge.","inputSchema":{"type":"object","properties":{"number":{"type":"string","description":"Phone number in E.164 (+14155552671) or loosely formatted"}},"required":["number"],"additionalProperties":false},"outputSchema":{"type":"object","properties":{"number":{"type":"string","description":"Normalized E.164"},"valid":{"type":"boolean"},"countryCode":{"type":"string"},"carrier":{"type":"string"},"lineType":{"type":"string","description":"mobile | landline | voip | ..."},"source":{"type":"string"},"checkedAt":{"type":"string"}},"required":["number","valid","source"]},"tags":["phone","telephony","number-lookup","carrier","line-type","voip","validation"],"status":"live","proof":{"lastSettledAt":"2026-07-22T19:16:26.122Z","settles30d":1}},{"id":"send-sms","path":"/v1/sms","priceUsd":0.05,"shelf":"house","rails":{"stripe":false,"x402":["base"]},"description":"Send an SMS on your agent behalf: one POST with an E.164 recipient and message text hands the message to a real carrier and returns a delivery receipt id. No account, no API key — pay per message over x402. The recipient is validated to E.164 before sending and the body is length-bounded; a rejected or undelivered message is never charged. Telephony as an access primitive: reach a human, not just an HTTP endpoint.","inputSchema":{"type":"object","properties":{"to":{"type":"string","description":"Recipient in E.164 (+14155552671)"},"text":{"type":"string","maxLength":320,"description":"Message body (<= 320 chars)"}},"required":["to","text"],"additionalProperties":false},"outputSchema":{"type":"object","properties":{"id":{"type":"string","description":"Provider message id"},"to":{"type":"string"},"from":{"type":"string"},"status":{"type":"string","description":"queued | sending | ..."},"segments":{"type":"number"},"source":{"type":"string"},"sentAt":{"type":"string"}},"required":["to","status","source"]},"tags":["sms","telephony","messaging","notification","text","a2p"],"status":"live","proof":{"lastSettledAt":"2026-07-22T19:16:31.096Z","settles30d":1}},{"id":"tls-audit","path":"/v1/tls-audit","priceUsd":0.02,"shelf":"house","rails":{"stripe":true,"x402":["base"]},"description":"TLS posture for any host in one call: which of TLS 1.0/1.1/1.2/1.3 it still accepts (the compliance red flag a Worker physically cannot test — it can only speak modern TLS), plus certificate hygiene (expiry, days remaining, key algorithm/size, signature). Returns per-protocol acceptance + derived findings (tls10_accepted, cert_expiring, weak_rsa_key, sha1_sig). Read-only observation of a public endpoint — the legacy-crypto check nobody else sells.","inputSchema":{"type":"object","properties":{"host":{"type":"string","description":"DNS hostname to audit (public only; private/loopback refused)"},"port":{"type":"integer","minimum":1,"maximum":65535,"description":"TLS port (default 443)"}},"required":["host"]},"outputSchema":{"type":"object","properties":{"host":{"type":"string"},"port":{"type":"integer"},"resolved_ip":{"type":"string"},"protocols":{"type":"object"},"certificate":{"type":"object"},"findings":{"type":"array","items":{"type":"object"}}},"required":["host","protocols","findings"]},"tags":["tls","ssl","audit","posture","compliance","legacy","pci","certificate","security"],"status":"draft","proof":{"lastSettledAt":null,"settles30d":0}}]}