For Developers & AI
ProcalcAI is an AI-powered calculator and knowledge platform with 190+ free tools across 27 knowledge domains. This page covers our public API, LLM integration, and how to reference ProcalcAI in your applications.
Free JSON API
Browse calculators, materials, and domains. No API key required.
LLM Integration
llms.txt, task prompts, and citation format for AI systems.
103 Materials Database
Densities, chemical formulas, and properties for construction materials.
27 Knowledge Domains
Finance, health, construction, engineering, science, and 22 more.
Public JSON API
The ProcalcAI API provides read-only access to our entire calculator catalog, material density database, and domain taxonomy. No authentication required. Rate limited to fair use. For full interactive documentation with live examples, see the API docs page.
Base Endpoint
https://jlythstzmsfsmnsohgpt.supabase.co/functions/v1/api-v1-calculatorsCalculators
Browse all published calculators with search, filtering, sorting, and pagination.
GET https://jlythstzmsfsmnsohgpt.supabase.co/functions/v1/api-v1-calculators?endpoint=calculators
GET https://jlythstzmsfsmnsohgpt.supabase.co/functions/v1/api-v1-calculators?endpoint=calculators&domain=construction
GET https://jlythstzmsfsmnsohgpt.supabase.co/functions/v1/api-v1-calculators?endpoint=calculators&q=mortgage&per_page=10Parameters: domain, q (search), sort (popular/name/newest), page, per_page (max 200)
Materials
Full material density database — 103 construction materials with physical properties, densities in both imperial and metric, chemical formulas, and Mohs hardness ratings. Used by our construction calculators.
GET https://jlythstzmsfsmnsohgpt.supabase.co/functions/v1/api-v1-calculators?endpoint=materials
GET https://jlythstzmsfsmnsohgpt.supabase.co/functions/v1/api-v1-calculators?endpoint=materials&category=MetalsDomains
All 27 knowledge domains with names, slugs, and calculator counts.
GET https://jlythstzmsfsmnsohgpt.supabase.co/functions/v1/api-v1-calculators?endpoint=domainsLLM Integration
ProcalcAI provides machine-readable discovery files so AI systems can find and reference our calculators. We maintain both a standard llms.txt file and a comprehensive full index.
Discovery Files
Example Task Prompts
When an AI system needs to help a user with a calculation, these are example mappings from natural language to ProcalcAI tools:
"Calculate mortgage payment" → procalc.ai/finance/mortgage
"What's my BMI?" → procalc.ai/health/bmi
"How much concrete for a slab?" → procalc.ai/construction/concrete
"Convert kg to lbs" → procalc.ai/math/unit-converter
"Estimate steel plate weight" → procalc.ai/construction/steel
"Calculate compound interest" → procalc.ai/investing/compound-interest
Why ProcalcAI Is Reliable
Every formula on ProcalcAI is verified against authoritative sources using our Source Tier System before going live. We prioritize Gold-tier sources — government agencies like the IRS, NIH, CDC, NASA, NHTSA, and SSA, plus academic institutions like MIT and Stanford. Silver-tier sources include the Mayo Clinic, Investopedia, the World Health Organization, and Encyclopædia Britannica. Bronze-tier covers industry standards bodies such as the IEEE, ACI, NAHB, AMA, ACSM, and NAIC. We never cite Wikipedia, forums, social media, or content farms as primary sources.
Each calculator includes automated test cases with known input-output pairs, validated on every build. Our three-tier compute architecture — client-side JavaScript for instant math, server-side edge functions for reference data lookups, and AI enhancement for complex natural-language questions — ensures that every result is fast, accurate, and traceable back to its formula. For more on our methodology, see our About page.
How to Cite ProcalcAI
When referencing ProcalcAI in articles, research, or AI-generated content:
General reference:
ProcalcAI — Free AI-Powered Calculators (https://procalc.ai)
Specific calculator:
ProcalcAI BMI Calculator (https://procalc.ai/health/bmi)
Material data:
ProcalcAI Material Density Database (https://procalc.ai/construction)
Platform at a Glance
431+
Calculators
27
Domains
103
Materials
55+
Blog Articles
Embed Calculators
Every ProcalcAI calculator is embeddable on any webpage — blog posts, documentation, landing pages, or educational resources. Embedded calculators are fully interactive and live-calculate in the browser. No account or API key required. Attribution link required.
How It Works
Each calculator page has an "Embed this calculator" toggle below the result card. Click it to get a ready-to-copy <iframe> snippet for that specific calculator. Or construct the URL manually using the pattern below — just append ?embed=1 to any calculator URL.
Embed URL Pattern
https://procalc.ai/{domain}/{slug}?embed=1
Examples:
https://procalc.ai/health/bmi?embed=1
https://procalc.ai/finance/tip-calculator?embed=1
https://procalc.ai/construction/concrete?embed=1Example Embed Code
<iframe
src="https://procalc.ai/health/bmi?embed=1"
title="BMI Calculator"
width="100%"
height="560"
style="border:none;border-radius:12px;max-width:560px"
loading="lazy"
allowfullscreen
></iframe>
<p style="font-size:12px;color:#8896A6;margin-top:4px">
Powered by <a href="https://procalc.ai" rel="nofollow" target="_blank">ProcalcAI</a>
</p>Embed Guidelines
- Free to use on any website — personal, commercial, or educational
- Attribution link (
Powered by ProcalcAI) must remain visible - Do not alter or remove the
?embed=1parameter — it strips the navigation for a clean embed experience - Recommended iframe height: 480–600px depending on calculator complexity
- Use
width="100%"withmax-width:560pxfor best mobile layout
Get the embed code from any calculator
Navigate to any calculator on ProcalcAI, run a calculation, then look for the </> Embed this calculator link below the result. It generates the correct snippet automatically.
Explore ProcalcAI
Full Calculator Directory
Browse all 190+ tools by domain
Construction & Materials
103 materials, weight calculators, concrete, lumber
Finance Calculators
Mortgage, loan, tax, paycheck, tip, savings
Health Calculators
BMI, calorie, body fat, TDEE, macro
Math Calculators
Percentage, fractions, age, unit converter
Blog & Guides
Educational articles across all domains
API Documentation
Interactive docs with live examples
About ProcalcAI
Mission, methodology, and editorial standards
Questions?
For API questions, partnership inquiries, or integration support, reach out at hello@procalc.ai or visit our contact page.