osk-calculators
Precision calculators for AI agents (medical, finance, engineering, tax, physics).
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- 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
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Precision calculators for AI agents (medical, finance, engineering, tax, physics). Pay-per-call in USDC via x402 on Base. No API keys.
Список инструментов сервера (3)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |