Clear

other

7,393–7,416 of 7,451

x402.outpimp.com

x402.outpimp.com

19
score

Barista FIRE calculator. Simulates net worth growth through a full-time-saving phase and then a reduced-target phase funded partly by part-time/side income after quitting full-time work, until full financial independence is reached. Returns 400 for invalid or out-of-range inputs.

down
USDC BaseSolana

x402.outpimp.com

x402.outpimp.com

19
score

Gas mileage savings calculator. Compares annual fuel cost between two gas-powered vehicles based on miles driven, gas price, and each vehicle's MPG, and computes the break-even point for any price premium of the more efficient vehicle. Returns 400 for invalid or out-of-range inputs.

down
USDC BaseSolana

x402.outpimp.com

x402.outpimp.com

19
score

Alcohol spending and opportunity-cost calculator. Sums home and going-out drinking costs plus associated rideshare costs into monthly and yearly totals, then projects what that redirected spending could grow into if invested instead, using the future-value-of-an-annuity formula. Returns 400 for invalid or out-of-range inputs.

down
USDC BaseSolana

x402.outpimp.com

x402.outpimp.com

19
score

Unit conversion for length, mass, volume, and temperature using exact conversion factors (temperature uses the correct affine formulas, not simple multiplication). Returns 400 for unsupported units or categories.

down
USDC BaseSolana

x402.outpimp.com

x402.outpimp.com

19
score

Line-based diff between two strings using the Myers diff algorithm (via the diff/jsdiff library), returning a list of equal/add/remove operations. Returns 400 for input over the 50,000-character length cap or 2,000-line cap.

down
USDC BaseSolana

x402.outpimp.com

x402.outpimp.com

19
score

Compound interest calculator. Projects the ending value of an investment given a starting principal, monthly contributions, and an annual interest rate, compounded monthly over a chosen number of years. Returns 400 for invalid or out-of-range inputs.

down
USDC BaseSolana

x402.outpimp.com

x402.outpimp.com

19
score

Base64 decoder API. Decodes a base64 string back to UTF-8 text instantly and correctly, avoiding the padding and charset errors LLMs make when decoding base64 by hand. Returns 400 if text is missing, not a string, or not valid base64.

down
USDC BaseSolana

x402.outpimp.com

x402.outpimp.com

19
score

Coast FIRE calculator. Computes the lump sum needed today, invested with zero further contributions, to grow into your full retirement number by your target retirement age, plus (given an ongoing monthly contribution) a year-by-year projection of when your actual trajectory crosses that lump sum. Returns 400 for invalid or out-of-range inputs.

down
USDC BaseSolana

x402.outpimp.com

x402.outpimp.com

19
score

Purchase impact on FIRE timeline calculator. Runs the FIRE net-worth simulation twice — with and without a one-time purchase amount deducted at a given year — and reports how many years that purchase delays financial independence, quantifying its true opportunity cost. Returns 400 for invalid or out-of-range inputs.

down
USDC BaseSolana

x402.outpimp.com

x402.outpimp.com

19
score

Periodic table element lookup by symbol or atomic number, returning name, atomic mass, and category. Covers the most commonly referenced elements. Returns 400 if neither symbol nor atomicNumber is provided, or the element is not found.

down
USDC BaseSolana

x402.outpimp.com

x402.outpimp.com

19
score

Lookup of standard physical constants (speed of light, gravitational constant, Planck constant, elementary charge, Avogadro number, Boltzmann constant, gas constant, electron mass) with exact published CODATA values. Returns 400 for an unrecognized constant name.

down
USDC BaseSolana

x402.outpimp.com

x402.outpimp.com

19
score

Sunrise, sunset, solar noon, day length, and moon phase for a given latitude/longitude/date, computed via the suncalc library (standard solar/lunar position algorithms) — precise astronomical math an LLM cannot reliably compute mentally. Returns 400 for out-of-range coordinates or an invalid date.

down
USDC BaseSolana

x402.outpimp.com

x402.outpimp.com

19
score

HSA (Health Savings Account) growth calculator. Projects year-by-year account balance from a starting value, annual contributions, annual expense withdrawals, and an annual return rate. Returns 400 for invalid or out-of-range inputs.

down
USDC BaseSolana

x402.outpimp.com

x402.outpimp.com

19
score

15-year vs 30-year mortgage comparison calculator. Computes monthly payment and total interest for both loan terms on the same purchase price and down payment, and reports the payment and lifetime-interest tradeoff between them. Returns 400 for invalid or out-of-range inputs.

down
USDC BaseSolana

x402.outpimp.com

x402.outpimp.com

19
score

Portfolio rebalancing calculator. Given current holdings and target allocation percentages, computes the dollar gap per asset and the monthly buy/sell inflow needed to reach the target allocation over a chosen rebalancing period. Returns 400 for invalid or out-of-range inputs.

down
USDC BaseSolana

x402.outpimp.com

x402.outpimp.com

19
score

Converts a color between hex, rgb, and hsl representations using exact arithmetic. Returns 400 for a malformed or out-of-range color value.

down
USDC BaseSolana

x402.outpimp.com

x402.outpimp.com

19
score

Scientific unit conversion for pressure, energy, and molarity using exact conversion factors. Returns 400 for unsupported units or categories.

down
USDC BaseSolana

x402.outpimp.com

x402.outpimp.com

19
score

Solves a system of linear equations (Ax = b) using the ml-matrix library's LU decomposition (LuDecomposition), with a near-singularity guard beyond the library's exact-singular check, for systems up to 20x20. Returns 400 for malformed, mismatched-size, non-finite, oversized, or non-unique/near-singular-solution systems.

down
USDC BaseSolana

x402.outpimp.com

x402.outpimp.com

19
score

Safe arithmetic expression evaluator. Parses and evaluates expressions with +, -, *, /, ^, and parentheses using a bounded-recursion parser (no eval/Function), avoiding the arithmetic slips an LLM makes on long expressions. Returns 400 for invalid, oversized, or division-by-zero expressions.

down
USDC BaseSolana

x402.outpimp.com

x402.outpimp.com

19
score

Computes the next N run times for a standard 5-field cron expression, avoiding the mental cron-schedule simulation an LLM often gets subtly wrong. Returns 400 for an invalid expression or an out-of-range count.

down
USDC BaseSolana

x402.outpimp.com

x402.outpimp.com

19
score

Validates a JSON document against a JSON Schema using the industry-standard ajv validator, returning whether it is valid and a list of human-readable error messages if not. Returns 400 for a malformed schema or oversized input.

down
USDC BaseSolana

receipt-normalizer.pdfextractapi.workers.dev

receipt-normalizer.pdfextractapi.workers.dev

19
score

Normalize a receipt, invoice, or order confirmation into a canonical structured purchase record.

down
USDC Base

axiom-sentinel.axiom-roland.workers.dev

axiom-sentinel.axiom-roland.workers.dev

18
score

Observe a structured workflow event and return an advisory Decision (nominal|watch|throttle|pause|human_review). Actuation is OFF; authority is none. No outbound calls. Optional tenant_id selects the in-memory tenant Map (Durable Object later).

down
USDC Base

api.aye.today

api.aye.today

18
score

Attested resolution: is at least one NOAA/NWS alert at or above a requested severity active for a covered station's point right now? Evidence bundle with the hash-attested alerts payload and alert count, capped by an aye/nay receipt — never a bare boolean. Refusals are free.

down
USDC Base