MCP Protocol Compatible
Validated medical scores and lab formulas. One API call away.
Free forever up to 1,000 calls/month ยท No credit card
Ask any AI to calculate a clinical score. You'll get a confident answerโbut it's often wrong. In healthcare, wrong answers mean wrong treatments.
Models guess at formulas instead of computing them
Same patient data, different answers every time
Training data frozen in time, missing current standards
Ferritin gives your AI agent validated, peer-reviewed clinical calculators. Every call returns the same answerโthe right answer.
Every formula linked to its original peer-reviewed publication
Same inputs produce identical outputs, every single time
Updated when guidelines change, not when models retrain
Not a chatbot. Not an LLM wrapper. A clinical calculation engine built for the AI-native future.
We don't guess. Every formula is validated against peer-reviewed medical literature.
Primary source from peer-reviewed journals
Algorithm matches original publication exactly
500+ deterministic test cases
Compared against MDCalc, UpToDate
LLM-generated edge case verification
Get up and running in under 2 minutes
Sign up above or use curl:
curl -X POST https://api.ferritin.dev/v1/billing/signup \ -H "Content-Type: application/json" \ -d '{"email": "you@company.com"}'
{
"customer_id": "cus_abc123xyz",
"message": "Welcome! 1,000 free calls/month"
}
Add to Claude Desktop, Cursor, or any MCP-compatible client:
{
"mcpServers": {
"ferritin": {
"transport": "sse",
"url": "https://api.ferritin.dev/mcp/sse",
"headers": {
"Authorization": "Bearer cus_YOUR_ID"
}
}
}
}
Ask your AI assistant naturally:
# Risk Scores "Calculate CHAโDSโ-VASc for a 75-year-old female with CHF and HTN" # Lab Formulas "What's the corrected calcium if Ca is 8.5 and albumin is 2.8?" # Complex Workflows "Assess this patient's stroke risk and bleeding risk together"
In summary: These tools are for healthcare professionals only. Always verify calculations and use clinical judgment. Not a medical device.