EN – English中文 – ChineseES – EspañolAR – العربيةID – IndonesianPT – PortuguêsFR – FrançaisJA – 日本語RU – РусскийDE – Deutschहि – हिन्दी
⚡ MCP Server

Use allio Tools inside your AI assistant

106 utilities — calculators, converters, developer tools, text tools, and more — available as a local server your AI assistant can call directly. Zero data collection. No API keys. Everything runs on your machine.

🔒
Runs locally

Every calculator, converter, and developer tool computes results in Node.js on your machine. Nothing is transmitted to allio Tools or any server.

🚫
No API keys

Add one line to your config file and it works. No accounts, no registration, no tokens to manage.

📖
Open source

Every line of code is public. Read it, audit it, fork it. No hidden behaviour.

🌐
Network tools disclosed

DNS lookup, site status, and similar tools make direct calls from your machine to their target. These are clearly labelled.

Install in 60 seconds

Prerequisite:Node.js 18+. No other dependencies.

Select your assistant and paste the config snippet:

Edit claude_desktop_config.json(Windows: %APPDATA%/Claude/ · Mac: ~/Library/Application Support/Claude/):

{ "mcpServers": { "alliotools": { "command": "npx", "args": ["-y", "alliotools-mcp"] } }
}

Edit ~/.cursor/mcp.json:

{ "mcpServers": { "alliotools": { "command": "npx", "args": ["-y", "alliotools-mcp"] } }
}

Edit ~/.codeium/windsurf/mcp_config.json:

{ "mcpServers": { "alliotools": { "command": "npx", "args": ["-y", "alliotools-mcp"] } }
}

Edit .vscode/mcp.json:

{ "mcpServers": { "alliotools": { "command": "npx", "args": ["-y", "alliotools-mcp"] } }
}

Edit ~/.config/zed/settings.json:

{ "context_servers": { "alliotools": { "command": { "path": "npx", "args": ["-y", "alliotools-mcp"] } } }
}

Edit .vscode/mcp.json:

{ "servers": { "alliotools": { "type": "stdio", "command": "npx", "args": ["-y", "alliotools-mcp"] } }
}

Edit ~/.aws/amazonq/mcp.json:

{ "mcpServers": { "alliotools": { "command": "npx", "args": ["-y", "alliotools-mcp"] } }
}

Edit Settings → Tools → AI Assistant → MCP:

Command: npx
Arguments: -y alliotools-mcp

The npx -y alliotools-mcp command downloads and starts the server automatically each time your assistant launches. No global install needed.

What's included

54 tools across 6 categories — all free, all local (except network tools).

🧮
Calculators tools

Percentage, compound interest, BMI, mortgage, retirement, fraction, speed, inflation (1913–2024 CPI embedded), calories (TDEE/BMR), and more.

🔄
Converters tools

Units (length/weight/temp/volume/speed/data), number base, Roman numerals, number to words, colour (HEX/RGB/HSL/HSV/CMYK).

💻
Developer Tools tools

Base64, hash (MD5→SHA-512), UUID, JSON/YAML/XML formatters, JWT decoder, SQL formatter, cron parser, subnet calculator, email validator.

📝
Text Tools tools

Word counter, case converter (9 styles), diff, Lorem ipsum, Markdown→HTML, HTML→text, readability score, anagram checker, find & replace.

📅
Date & Time tools

Date calculator, timezone converter (IANA/DST-aware), Unix timestamp, ISO week number, countdown timer, world clock.

🌐
Network Tools tools

DNS lookup, HTTP header checker, site status, IP geolocation, Open Graph preview. These make direct external calls from your machine.

🩺
Health Tools tools

Body fat, ideal weight, water intake, sleep cycles, macros, TDEE, running pace, ovulation, pregnancy calculators.

🎲
Fun Tools tools

Coin flip, dice roller, magic 8-ball, password generator, random name/number/team generator, list shuffler.

Just ask naturally

"Calculate compound interest on $10,000 at 5% for 20 years with monthly contributions of $200"
"Convert 180 lbs to kg and also give me the BMI for someone 5'11""
"How many working days between March 15 and November 30?"
"Generate 10 UUIDs and give me their SHA-256 hashes"
"Format this JSON, then give me the Base64-encoded version"
"What time is 9:30 AM New York in Tokyo and London right now?"
"Is allio.tools up? Show me its DNS records and HTTP headers"

Also available in your browser

Every tool is also a free, no-login web app at allio.tools — 193+ tools, 11 languages, nothing to install.

Browse all tools →