alliotools-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| percentage_calculatorA | Calculate percentages: what is X% of Y, X is what % of Y, or percentage change between two values. |
| compound_interest_calculatorA | Calculate compound interest: final amount, total interest earned, and year-by-year breakdown. |
| bmi_calculatorA | Calculate Body Mass Index (BMI) and get the corresponding weight category. |
| age_calculatorA | Calculate exact age from a birthdate: years, months, days, and next birthday countdown. |
| tip_calculatorA | Calculate tip amount and total bill, optionally split between multiple people. |
| discount_calculatorB | Calculate the discounted price, amount saved, and effective discount percentage. |
| profit_margin_calculatorA | Calculate gross profit margin, markup percentage, and net profit from cost and revenue. |
| salary_calculatorB | Convert between hourly, daily, weekly, monthly, and annual salary figures. |
| loan_calculatorA | Calculate monthly loan payment, total interest, and amortization for any loan. |
| break_even_calculatorB | Calculate the break-even point in units and revenue from fixed costs, variable costs, and selling price. |
| markup_calculatorB | Calculate selling price from cost and markup percentage, or find the markup from cost and price. |
| area_calculatorA | Calculate the area of common shapes: rectangle, circle, triangle, trapezoid, ellipse, and more. |
| fuel_cost_calculatorB | Calculate total fuel cost and cost per kilometre/mile for a trip. |
| inflation_calculatorA | Calculate the inflation-adjusted value of money between any two years (1913–2024). |
| calorie_calculatorA | Calculate daily calorie needs (TDEE) based on age, gender, weight, height, and activity level. |
| unit_converterB | Convert between units of length, weight, temperature, volume, speed, area, and data storage. |
| number_base_converterB | Convert numbers between binary, octal, decimal, and hexadecimal. |
| roman_numeral_converterA | Convert between Roman numerals and integers (1–3999). |
| number_to_wordsA | Convert any number to its written English word form (e.g. 1234 → "one thousand two hundred thirty-four"). |
| color_converterA | Convert colors between HEX, RGB, HSL, HSV, and CMYK formats. |
| base64_encode_decodeA | Encode text to Base64 or decode Base64 back to text. |
| hash_generatorB | Generate MD5, SHA-1, SHA-256, SHA-384, or SHA-512 hash of any text. |
| uuid_generatorA | Generate one or more UUIDs (v4, cryptographically random). |
| json_formatterA | Format, validate, and minify JSON. Returns pretty-printed JSON or a minified version. |
| url_encoder_decoderB | Encode or decode URL components and full URLs. |
| html_encoder_decoderB | Encode special characters to HTML entities or decode HTML entities back to characters. |
| regex_testerA | Test a regular expression against text. Returns all matches, groups, and match positions. |
| jwt_decoderA | Decode a JWT token and display its header, payload, and expiry status. Does not verify signature. |
| timestamp_converterB | Convert Unix timestamps to human-readable dates and vice versa. |
| sql_formatterA | Format and beautify SQL queries with proper indentation and keyword casing. |
| text_minifierA | Minify CSS, JavaScript, or HTML by removing whitespace and comments. |
| hex_rgb_converterB | Convert between HEX color codes and RGB values. |
| cron_parserA | Parse a cron expression into plain English and show the next 5 execution times. |
| word_counterA | Count words, characters, sentences, paragraphs, and reading time for any text. |
| case_converterA | Convert text to UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case, or PascalCase. |
| text_diffA | Compare two texts and show the differences line by line. |
| lorem_ipsum_generatorA | Generate lorem ipsum placeholder text in paragraphs, sentences, or words. |
| text_to_slugA | Convert any text to a URL-friendly slug (lowercase, hyphens, no special characters). |
| palindrome_checkerA | Check if a word or phrase is a palindrome (reads the same forwards and backwards). |
| text_reverserA | Reverse text character by character, word by word, or line by line. |
| duplicate_line_removerB | Remove duplicate lines from text, optionally case-insensitive. |
| text_sorterC | Sort lines of text alphabetically, by length, or in reverse. |
| morse_code_converterA | Convert text to Morse code or decode Morse code back to text. |
| character_counterA | Count characters with and without spaces, and get character frequency breakdown. |
| date_calculatorB | Calculate the number of days between two dates, or add/subtract days from a date. |
| time_zone_converterB | Convert a time from one time zone to another. Handles daylight saving automatically. |
| unix_timestamp_converterB | Convert Unix timestamps to human-readable dates and back, in any timezone. |
| week_number_calculatorB | Find the ISO week number for any date, and the date range of any week number. |
| time_duration_calculatorA | Calculate duration between two times, or add a duration to a time. |
| dns_lookupA | 🌐 Network tool: resolves DNS records for a domain. Makes a DNS query to resolve A, MX, TXT, and NS records. |
| http_header_checkerB | 🌐 Network tool: fetches HTTP response headers from any URL. Makes an HTTP HEAD request to the target URL. |
| website_status_checkerA | 🌐 Network tool: checks if a website is up or down. Makes an HTTP request to the target URL. |
| ip_address_lookupA | 🌐 Network tool: resolves a hostname to its IP address, or looks up geolocation for an IP. Makes a DNS query and optional geolocation API call. |
| open_graph_previewA | 🌐 Network tool: fetches a URL and extracts Open Graph and Twitter Card meta tags for social sharing preview. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DesignbyFahad/alliotools-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server