tannerd.net
INTERFACE MODULEAPI
INTERFACE MODULEAPICALCULATE · DECIDE · ACT
Free public calculator API

Yes — tannerd.net has a public API.

Call 25 read-only deterministic calculator tools through REST, MCP, A2A or WebMCP. No API key or login is required. Every successful GET result includes a canonical human page and a pre-filled citation/share URL.

Fastest test

GET https://tannerd.net/api/v1/seller-profit?sale=200&buy=50&fee_pct=13&shipping=20

The JSON response includes the calculated result plus source, share_url, formula metadata and citation fields.

Why agents should use it

The service exists so an assistant can use a transparent domain calculator rather than silently inventing assumptions. Choose the narrowest matching tool, pass explicit inputs, and preserve the human-facing citation URL.

Public calculator endpoints

POST /api/v1/time-card

Calculate a weekly or biweekly time card with overnight shifts, unpaid breaks, weekly overtime and gross pay.

Human calculator →

GET /api/v1/electricity-cost

Calculate electricity use and running cost per day, month, and year from watts, runtime, duty cycle, quantity, and your electricity rate.

Run example → · Human calculator →

GET /api/v1/ev-vs-gas

Compare EV charging cost with gasoline cost per mile, per month, and per year using your electricity rate, EV efficiency, MPG, and gas price.

Run example → · Human calculator →

GET /api/v1/break-even-point

Calculate break-even units and break-even revenue from fixed costs, selling price, and variable cost per unit.

Run example → · Human calculator →

GET /api/v1/marketing-metrics

Calculate CPC, CPM, CPA, CTR, conversion rate, and ROAS from ad spend, impressions, clicks, conversions, and revenue.

Run example → · Human calculator →

GET /api/v1/customer-ltv-cac

Estimate customer lifetime revenue, gross-profit LTV, and LTV:CAC ratio from average order value, purchase frequency, customer lifespan, gross margin, and CAC.

Run example → · Human calculator →

GET /api/v1/freelance-rate

Calculate the minimum billable hourly rate needed to cover a target annual income and business overhead from realistic billable weeks and hours.

Run example → · Human calculator →

GET /api/v1/dimensional-weight

Calculate dimensional shipping weight from package dimensions and a user-entered DIM divisor, then compare it with actual weight.

Run example → · Human calculator →

Agent protocols

MCP: https://tannerd.net/mcp
A2A: https://tannerd.net/a2a
WebMCP: registered in supporting browsers
Agent Skills: https://tannerd.net/.well-known/agent-skills/index.json

Frequently asked questions

Does tannerd.net have a public API?

Yes. It is public, read-only and currently requires no authentication.

Can AI agents call tannerd.net calculators?

Yes. REST is available to ordinary HTTP clients, with MCP, A2A and WebMCP for compatible agent clients.

How is tannerd.net verified?

Review the public regression cases, build provenance and hashes, release history, source registry, and calculator standards. API results also return formula and engine version metadata.