osk-calculators
Precision calculators for AI agents (medical, finance, engineering, tax, physics).
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Search Calculators: Search osk's precision calculators by topic or keyword (e.g. 'tax', 'glucose', 'loan', 'AASHTO'). Returns matching calculator names and descriptions. Use this first to find the rig
- Get Calculator: Get the input parameters and price for a specific calculator by its name (path, e.g. '/calc/add'). Call this before call_calculator to know what arguments are needed.
- Call Calculator: Run a specific calculator with the given arguments. 'name' is the calculator path (e.g. '/calc/add'), 'args' is an object of query parameters (e.g. {a: 2, b: 3}). Returns the computed
What data it sees
Do you need an account
No: the server works without sign-in
Precision calculators for AI agents (medical, finance, engineering, tax, physics). Pay-per-call in USDC via x402 on Base. No API keys.
Server tool list (3)
Raw names from tools/list. Only developers need these.
| search_calculators | Search osk's precision calculators by topic or keyword (e.g. 'tax', 'glucose', 'loan', 'AASHTO'). Returns matching calculator names and descriptions. Use this first to find the right calculator. |
| get_calculator | Get the input parameters and price for a specific calculator by its name (path, e.g. '/calc/add'). Call this before call_calculator to know what arguments are needed. |
| call_calculator | Run a specific calculator with the given arguments. 'name' is the calculator path (e.g. '/calc/add'), 'args' is an object of query parameters (e.g. {a: 2, b: 3}). Returns the computed result. |