# TinyFn MCP server

500+ deterministic tools for AI agents: math, conversion, validation, hashing, encoding, date/time.

## Links
- Registry page: https://www.getdrio.com/mcp/io-tinyfn-tinyfn
- Repository: https://github.com/tinyfn-io/tinyfn-mcp

## Install
- Endpoint: https://api.tinyfn.io/mcp/all/
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: X-API-Key (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://api.tinyfn.io/mcp/all/
- Header: X-API-Key

## Tools
- is_even - Check if a number is even. Endpoint: https://api.tinyfn.io/mcp/all/
- is_odd - Check if a number is odd. Endpoint: https://api.tinyfn.io/mcp/all/
- is_prime - Check if a number is prime. Endpoint: https://api.tinyfn.io/mcp/all/
- is_positive - Check if a number is positive. Endpoint: https://api.tinyfn.io/mcp/all/
- is_negative - Check if a number is negative. Endpoint: https://api.tinyfn.io/mcp/all/
- is_zero - Check if a number is zero. Endpoint: https://api.tinyfn.io/mcp/all/
- is_integer - Check if a number is an integer. Endpoint: https://api.tinyfn.io/mcp/all/
- is_divisible - Check if a number is divisible by another number. Endpoint: https://api.tinyfn.io/mcp/all/
- is_perfect_square - Check if a number is a perfect square. Endpoint: https://api.tinyfn.io/mcp/all/
- is_fibonacci - Check if a number is a Fibonacci number. Endpoint: https://api.tinyfn.io/mcp/all/
- factorial - Calculate the factorial of a number. Endpoint: https://api.tinyfn.io/mcp/all/
- fibonacci - Get the nth Fibonacci number. Endpoint: https://api.tinyfn.io/mcp/all/
- gcd - Calculate the greatest common divisor. Endpoint: https://api.tinyfn.io/mcp/all/
- lcm - Calculate the least common multiple. Endpoint: https://api.tinyfn.io/mcp/all/
- absolute_value - Get the absolute value of a number. Endpoint: https://api.tinyfn.io/mcp/all/
- square_root - Calculate the square root of a number. Endpoint: https://api.tinyfn.io/mcp/all/
- power - Calculate base raised to the power of exponent. Endpoint: https://api.tinyfn.io/mcp/all/
- percentage - Calculate what percentage value is of total. Endpoint: https://api.tinyfn.io/mcp/all/
- average - Calculate the average of a list of numbers. Endpoint: https://api.tinyfn.io/mcp/all/
- round_number - Round a number to specified decimal places. Endpoint: https://api.tinyfn.io/mcp/all/
- clamp - Clamp a number within a range. Endpoint: https://api.tinyfn.io/mcp/all/
- distance - Calculate Euclidean distance between two points. Endpoint: https://api.tinyfn.io/mcp/all/
- sin - Calculate the sine of an angle. Endpoint: https://api.tinyfn.io/mcp/all/
- cos - Calculate the cosine of an angle. Endpoint: https://api.tinyfn.io/mcp/all/
- tan - Calculate the tangent of an angle. Endpoint: https://api.tinyfn.io/mcp/all/
- deg_to_rad - Convert degrees to radians. Endpoint: https://api.tinyfn.io/mcp/all/
- rad_to_deg - Convert radians to degrees. Endpoint: https://api.tinyfn.io/mcp/all/
- add - Add two or more numbers together. Endpoint: https://api.tinyfn.io/mcp/all/
- subtract - Subtract b from a. Endpoint: https://api.tinyfn.io/mcp/all/
- multiply - Multiply two or more numbers together. Endpoint: https://api.tinyfn.io/mcp/all/
- divide - Divide a by b. Endpoint: https://api.tinyfn.io/mcp/all/
- modulo - Calculate a modulo b (remainder of a divided by b). Endpoint: https://api.tinyfn.io/mcp/all/
- log - Calculate logarithm. Natural log if no base specified. Endpoint: https://api.tinyfn.io/mcp/all/
- log10 - Calculate base-10 logarithm. Endpoint: https://api.tinyfn.io/mcp/all/
- log2 - Calculate base-2 logarithm. Endpoint: https://api.tinyfn.io/mcp/all/
- exp - Calculate e raised to the power of number. Endpoint: https://api.tinyfn.io/mcp/all/
- floor - Round down to nearest integer. Endpoint: https://api.tinyfn.io/mcp/all/
- ceil - Round up to nearest integer. Endpoint: https://api.tinyfn.io/mcp/all/
- minimum - Find the minimum value. Endpoint: https://api.tinyfn.io/mcp/all/
- maximum - Find the maximum value. Endpoint: https://api.tinyfn.io/mcp/all/
- sum_numbers - Calculate the sum of numbers. Endpoint: https://api.tinyfn.io/mcp/all/
- sign - Get the sign of a number (-1, 0, or 1). Endpoint: https://api.tinyfn.io/mcp/all/
- truncate - Truncate to integer (remove decimal part). Endpoint: https://api.tinyfn.io/mcp/all/
- hypotenuse - Calculate the hypotenuse of a right triangle. Endpoint: https://api.tinyfn.io/mcp/all/
- cube - Calculate the cube of a number. Endpoint: https://api.tinyfn.io/mcp/all/
- cube_root - Calculate the cube root of a number. Endpoint: https://api.tinyfn.io/mcp/all/
- square - Calculate the square of a number. Endpoint: https://api.tinyfn.io/mcp/all/
- nth_root - Calculate the nth root of a number. Endpoint: https://api.tinyfn.io/mcp/all/
- compare - Compare two numbers (e.g., is 0.9 greater than 0.11?). Endpoint: https://api.tinyfn.io/mcp/all/
- compare_decimals - Compare decimal numbers with detailed explanation (handles 0.9 vs 0.11 correctly). Endpoint: https://api.tinyfn.io/mcp/all/
- rank_numbers - Rank a list of numbers from largest to smallest (or vice versa). Endpoint: https://api.tinyfn.io/mcp/all/
- is_between - Check if a number is between two bounds. Endpoint: https://api.tinyfn.io/mcp/all/
- reverse_string - Reverse a string. Endpoint: https://api.tinyfn.io/mcp/all/
- uppercase - Convert text to uppercase. Endpoint: https://api.tinyfn.io/mcp/all/
- lowercase - Convert text to lowercase. Endpoint: https://api.tinyfn.io/mcp/all/
- capitalize - Capitalize the first letter of each word. Endpoint: https://api.tinyfn.io/mcp/all/
- title_case - Convert text to title case. Endpoint: https://api.tinyfn.io/mcp/all/
- sentence_case - Convert text to sentence case. Endpoint: https://api.tinyfn.io/mcp/all/
- camel_case - Convert text to camelCase. Endpoint: https://api.tinyfn.io/mcp/all/
- snake_case - Convert text to snake_case. Endpoint: https://api.tinyfn.io/mcp/all/
- kebab_case - Convert text to kebab-case. Endpoint: https://api.tinyfn.io/mcp/all/
- pascal_case - Convert text to PascalCase. Endpoint: https://api.tinyfn.io/mcp/all/
- string_length - Get the length of a string. Endpoint: https://api.tinyfn.io/mcp/all/
- word_count - Count words in text. Endpoint: https://api.tinyfn.io/mcp/all/
- trim - Trim whitespace from text. Endpoint: https://api.tinyfn.io/mcp/all/
- truncate_2 - Truncate text to a specified length. Endpoint: https://api.tinyfn.io/mcp/all/
- pad - Pad text to a specified length. Endpoint: https://api.tinyfn.io/mcp/all/
- repeat - Repeat text a specified number of times. Endpoint: https://api.tinyfn.io/mcp/all/
- replace - Replace occurrences in text. Endpoint: https://api.tinyfn.io/mcp/all/
- contains - Check if text contains a substring. Endpoint: https://api.tinyfn.io/mcp/all/
- starts_with - Check if text starts with a prefix. Endpoint: https://api.tinyfn.io/mcp/all/
- ends_with - Check if text ends with a suffix. Endpoint: https://api.tinyfn.io/mcp/all/
- split - Split text by delimiter. Endpoint: https://api.tinyfn.io/mcp/all/
- join - Join items with a delimiter. Endpoint: https://api.tinyfn.io/mcp/all/
- slug - Convert text to URL-friendly slug. Endpoint: https://api.tinyfn.io/mcp/all/
- is_palindrome - Check if text is a palindrome. Endpoint: https://api.tinyfn.io/mcp/all/
- count_char - Count occurrences of a character (e.g., how many 'r' in 'strawberry'). Endpoint: https://api.tinyfn.io/mcp/all/
- count_substring - Count occurrences of a substring. Endpoint: https://api.tinyfn.io/mcp/all/
- count_all_chars - Count occurrences of each character in text. Endpoint: https://api.tinyfn.io/mcp/all/
- remove_whitespace - Remove all whitespace from text. Endpoint: https://api.tinyfn.io/mcp/all/
- normalize_whitespace - Normalize whitespace (multiple spaces to single). Endpoint: https://api.tinyfn.io/mcp/all/
- is_empty - Check if text is empty or whitespace only. Endpoint: https://api.tinyfn.io/mcp/all/
- extract_numbers - Extract all numbers from text. Endpoint: https://api.tinyfn.io/mcp/all/
- extract_emails - Extract all email addresses from text. Endpoint: https://api.tinyfn.io/mcp/all/
- extract_urls - Extract all URLs from text. Endpoint: https://api.tinyfn.io/mcp/all/
- celsius_to_fahrenheit - Convert Celsius to Fahrenheit. Endpoint: https://api.tinyfn.io/mcp/all/
- fahrenheit_to_celsius - Convert Fahrenheit to Celsius. Endpoint: https://api.tinyfn.io/mcp/all/
- celsius_to_kelvin - Convert Celsius to Kelvin. Endpoint: https://api.tinyfn.io/mcp/all/
- kelvin_to_celsius - Convert Kelvin to Celsius. Endpoint: https://api.tinyfn.io/mcp/all/
- meters_to_feet - Convert meters to feet. Endpoint: https://api.tinyfn.io/mcp/all/
- feet_to_meters - Convert feet to meters. Endpoint: https://api.tinyfn.io/mcp/all/
- kilometers_to_miles - Convert kilometers to miles. Endpoint: https://api.tinyfn.io/mcp/all/
- miles_to_kilometers - Convert miles to kilometers. Endpoint: https://api.tinyfn.io/mcp/all/
- inches_to_centimeters - Convert inches to centimeters. Endpoint: https://api.tinyfn.io/mcp/all/
- centimeters_to_inches - Convert centimeters to inches. Endpoint: https://api.tinyfn.io/mcp/all/
- kilograms_to_pounds - Convert kilograms to pounds. Endpoint: https://api.tinyfn.io/mcp/all/
- pounds_to_kilograms - Convert pounds to kilograms. Endpoint: https://api.tinyfn.io/mcp/all/
- ounces_to_grams - Convert ounces to grams. Endpoint: https://api.tinyfn.io/mcp/all/
- grams_to_ounces - Convert grams to ounces. Endpoint: https://api.tinyfn.io/mcp/all/
- stone_to_kilograms - Convert stone to kilograms. Endpoint: https://api.tinyfn.io/mcp/all/
- liters_to_gallons_us - Convert liters to US gallons. Endpoint: https://api.tinyfn.io/mcp/all/
- gallons_us_to_liters - Convert US gallons to liters. Endpoint: https://api.tinyfn.io/mcp/all/
- liters_to_gallons_uk - Convert liters to UK gallons. Because a UK gallon isn't a US gallon. Endpoint: https://api.tinyfn.io/mcp/all/
- gallons_uk_to_liters - Convert UK gallons to liters. Endpoint: https://api.tinyfn.io/mcp/all/
- milliliters_to_fluid_ounces - Convert milliliters to US fluid ounces. Endpoint: https://api.tinyfn.io/mcp/all/
- cups_to_milliliters - Convert US cups to milliliters. Endpoint: https://api.tinyfn.io/mcp/all/
- milliliters_to_cups - Convert milliliters to US cups. Endpoint: https://api.tinyfn.io/mcp/all/
- square_meters_to_square_feet - Convert square meters to square feet. Endpoint: https://api.tinyfn.io/mcp/all/
- square_feet_to_square_meters - Convert square feet to square meters. Endpoint: https://api.tinyfn.io/mcp/all/
- acres_to_hectares - Convert acres to hectares. Endpoint: https://api.tinyfn.io/mcp/all/
- mph_to_kph - Convert miles per hour to kilometers per hour. Endpoint: https://api.tinyfn.io/mcp/all/
- kph_to_mph - Convert kilometers per hour to miles per hour. Endpoint: https://api.tinyfn.io/mcp/all/
- meters_per_second_to_mph - Convert meters per second to miles per hour. Endpoint: https://api.tinyfn.io/mcp/all/
- knots_to_kph - Convert knots to kilometers per hour. Endpoint: https://api.tinyfn.io/mcp/all/
- bytes_to_human - Convert bytes to human-readable format. Endpoint: https://api.tinyfn.io/mcp/all/
- kilobytes_to_megabytes - Convert kilobytes to megabytes. Endpoint: https://api.tinyfn.io/mcp/all/
- megabytes_to_gigabytes - Convert megabytes to gigabytes. Endpoint: https://api.tinyfn.io/mcp/all/
- decimal_to_binary - Convert decimal to binary. Endpoint: https://api.tinyfn.io/mcp/all/
- binary_to_decimal - Convert binary to decimal. Endpoint: https://api.tinyfn.io/mcp/all/
- decimal_to_hexadecimal - Convert decimal to hexadecimal. Endpoint: https://api.tinyfn.io/mcp/all/
- hexadecimal_to_decimal - Convert hexadecimal to decimal. Endpoint: https://api.tinyfn.io/mcp/all/
- decimal_to_octal - Convert decimal to octal. Endpoint: https://api.tinyfn.io/mcp/all/
- hex_to_rgb - Convert hex color to RGB. Endpoint: https://api.tinyfn.io/mcp/all/
- rgb_to_hex - Convert RGB to hex color. Endpoint: https://api.tinyfn.io/mcp/all/
- hours_to_minutes - Convert hours to minutes. Endpoint: https://api.tinyfn.io/mcp/all/
- minutes_to_seconds - Convert minutes to seconds. Endpoint: https://api.tinyfn.io/mcp/all/
- seconds_to_hms - Convert seconds to hours:minutes:seconds. Endpoint: https://api.tinyfn.io/mcp/all/
- generate_uuid - Generate UUID(s). Endpoint: https://api.tinyfn.io/mcp/all/
- generate_uuid_v7 - Generate UUID v7 (time-ordered). Endpoint: https://api.tinyfn.io/mcp/all/
- random_number - Generate random integer(s). Endpoint: https://api.tinyfn.io/mcp/all/
- random_float - Generate random float(s). Endpoint: https://api.tinyfn.io/mcp/all/
- random_string - Generate random string(s). Endpoint: https://api.tinyfn.io/mcp/all/
- generate_password - Generate secure password(s). Endpoint: https://api.tinyfn.io/mcp/all/
- generate_token - Generate cryptographically secure token. Endpoint: https://api.tinyfn.io/mcp/all/
- generate_hash - Generate hash of text. Endpoint: https://api.tinyfn.io/mcp/all/
- generate_lorem - Generate lorem ipsum text using Faker. Endpoint: https://api.tinyfn.io/mcp/all/
- generate_color - Generate random color(s). Endpoint: https://api.tinyfn.io/mcp/all/
- roll_dice - Roll dice. Endpoint: https://api.tinyfn.io/mcp/all/
- flip_coin - Flip a coin. Endpoint: https://api.tinyfn.io/mcp/all/
- shuffle_list - Shuffle a list of items. Endpoint: https://api.tinyfn.io/mcp/all/
- pick_random - Pick random item(s) from a list. Endpoint: https://api.tinyfn.io/mcp/all/
- generate_sequence - Generate a number sequence. Endpoint: https://api.tinyfn.io/mcp/all/
- validate_email - Validate an email address. Endpoint: https://api.tinyfn.io/mcp/all/
- validate_url - Validate a URL. Endpoint: https://api.tinyfn.io/mcp/all/
- validate_phone - Validate a phone number. Endpoint: https://api.tinyfn.io/mcp/all/
- validate_credit_card - Validate a credit card number using Luhn algorithm. Endpoint: https://api.tinyfn.io/mcp/all/
- validate_uuid - Validate a UUID. Endpoint: https://api.tinyfn.io/mcp/all/
- validate_ip - Validate an IP address (v4 or v6). Endpoint: https://api.tinyfn.io/mcp/all/
- validate_mac - Validate a MAC address. Endpoint: https://api.tinyfn.io/mcp/all/
- validate_json - Validate JSON syntax. Endpoint: https://api.tinyfn.io/mcp/all/
- validate_hex - Validate a hexadecimal string. Endpoint: https://api.tinyfn.io/mcp/all/
- validate_base64 - Validate a base64 string. Endpoint: https://api.tinyfn.io/mcp/all/
- validate_alphanumeric - Check if text is alphanumeric. Endpoint: https://api.tinyfn.io/mcp/all/
- validate_password_strength - Check password strength. Endpoint: https://api.tinyfn.io/mcp/all/
- validate_date - Validate a date string. Endpoint: https://api.tinyfn.io/mcp/all/
- validate_domain - Validate a domain name. Endpoint: https://api.tinyfn.io/mcp/all/
- validate_semver - Validate a semantic version string. Endpoint: https://api.tinyfn.io/mcp/all/
- get_now - Get current date and time. Endpoint: https://api.tinyfn.io/mcp/all/
- convert_timestamp - Convert Unix timestamp to date. Endpoint: https://api.tinyfn.io/mcp/all/
- convert_timestamp_ms - Convert Unix timestamp (milliseconds) to date. Endpoint: https://api.tinyfn.io/mcp/all/
- date_to_timestamp - Convert date to Unix timestamp. Endpoint: https://api.tinyfn.io/mcp/all/
- format_date - Format a date string. Endpoint: https://api.tinyfn.io/mcp/all/
- parse_date - Parse a date string. Endpoint: https://api.tinyfn.io/mcp/all/
- add_time - Add time to a date. Endpoint: https://api.tinyfn.io/mcp/all/
- subtract_time - Subtract time from a date. Endpoint: https://api.tinyfn.io/mcp/all/
- date_diff - Calculate difference between two dates. Endpoint: https://api.tinyfn.io/mcp/all/
- is_leap_year - Check if a year is a leap year. Endpoint: https://api.tinyfn.io/mcp/all/
- days_in_month - Get the number of days in a month. Endpoint: https://api.tinyfn.io/mcp/all/
- week_number - Get the ISO week number of a date. Endpoint: https://api.tinyfn.io/mcp/all/
- day_of_year - Get the day of year for a date. Endpoint: https://api.tinyfn.io/mcp/all/
- is_weekend - Check if a date is a weekend. Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_age - Calculate age from birthdate. Endpoint: https://api.tinyfn.io/mcp/all/
- relative_time - Get relative time description (e.g., '2 days ago'). Endpoint: https://api.tinyfn.io/mcp/all/
- current_time - Get current time in specified timezone. Endpoint: https://api.tinyfn.io/mcp/all/
- convert_timezone - Convert datetime between timezones. Endpoint: https://api.tinyfn.io/mcp/all/
- time_difference - Calculate difference between two datetimes. Endpoint: https://api.tinyfn.io/mcp/all/
- add_time_2 - Add time to a datetime. Endpoint: https://api.tinyfn.io/mcp/all/
- subtract_time_2 - Subtract time from a datetime. Endpoint: https://api.tinyfn.io/mcp/all/
- start_of_period - Get the start of a time period. Endpoint: https://api.tinyfn.io/mcp/all/
- end_of_period - Get the end of a time period. Endpoint: https://api.tinyfn.io/mcp/all/
- is_leap_year_2 - Check if a year is a leap year. Endpoint: https://api.tinyfn.io/mcp/all/
- days_in_month_2 - Get the number of days in a month. Endpoint: https://api.tinyfn.io/mcp/all/
- week_number_2 - Get the ISO week number for a date. Endpoint: https://api.tinyfn.io/mcp/all/
- get_quarter - Get the quarter for a date. Endpoint: https://api.tinyfn.io/mcp/all/
- business_days - Count business days between two dates (excluding weekends). Endpoint: https://api.tinyfn.io/mcp/all/
- add_business_days - Add business days to a date. Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_age_2 - Calculate age from birthdate. Endpoint: https://api.tinyfn.io/mcp/all/
- list_timezones - List all available timezone abbreviations. Endpoint: https://api.tinyfn.io/mcp/all/
- unix_to_datetime - Convert Unix timestamp to datetime. Endpoint: https://api.tinyfn.io/mcp/all/
- datetime_to_unix - Convert datetime to Unix timestamp. Endpoint: https://api.tinyfn.io/mcp/all/
- base64_encode - Encode text to base64. Properly handles Unicode. Endpoint: https://api.tinyfn.io/mcp/all/
- base64_decode - Decode base64 to text. Endpoint: https://api.tinyfn.io/mcp/all/
- url_encode - URL encode text. Endpoint: https://api.tinyfn.io/mcp/all/
- url_decode - URL decode text. Endpoint: https://api.tinyfn.io/mcp/all/
- html_encode - HTML encode text (escape special characters). Endpoint: https://api.tinyfn.io/mcp/all/
- html_decode - HTML decode text (unescape special characters). Endpoint: https://api.tinyfn.io/mcp/all/
- hex_encode - Encode text to hexadecimal. Endpoint: https://api.tinyfn.io/mcp/all/
- hex_decode - Decode hexadecimal to text. Endpoint: https://api.tinyfn.io/mcp/all/
- binary_encode - Encode text to binary. Endpoint: https://api.tinyfn.io/mcp/all/
- binary_decode - Decode binary to text. Endpoint: https://api.tinyfn.io/mcp/all/
- ascii_encode - Get ASCII codes for text. Endpoint: https://api.tinyfn.io/mcp/all/
- ascii_decode - Convert ASCII codes to text. Endpoint: https://api.tinyfn.io/mcp/all/
- rot13 - Apply ROT13 cipher (encoding and decoding are the same operation). Endpoint: https://api.tinyfn.io/mcp/all/
- morse_encode - Encode text to Morse code. Endpoint: https://api.tinyfn.io/mcp/all/
- morse_decode - Decode Morse code to text. Endpoint: https://api.tinyfn.io/mcp/all/
- json_minify - Minify JSON (remove whitespace). Endpoint: https://api.tinyfn.io/mcp/all/
- json_prettify - Prettify JSON (format with indentation). Endpoint: https://api.tinyfn.io/mcp/all/
- jwt_decode - Decode JWT token (without signature verification). Endpoint: https://api.tinyfn.io/mcp/all/
- punycode_encode - Encode Unicode to Punycode (for internationalized domain names). Endpoint: https://api.tinyfn.io/mcp/all/
- punycode_decode - Decode Punycode to Unicode. Endpoint: https://api.tinyfn.io/mcp/all/
- hash_md5 - Generate MD5 hash of text. Endpoint: https://api.tinyfn.io/mcp/all/
- hash_sha1 - Generate SHA-1 hash of text. Endpoint: https://api.tinyfn.io/mcp/all/
- hash_sha256 - Generate SHA-256 hash of text. Endpoint: https://api.tinyfn.io/mcp/all/
- hash_sha384 - Generate SHA-384 hash of text. Endpoint: https://api.tinyfn.io/mcp/all/
- hash_sha512 - Generate SHA-512 hash of text. Endpoint: https://api.tinyfn.io/mcp/all/
- hash_sha3_256 - Generate SHA3-256 hash of text. Endpoint: https://api.tinyfn.io/mcp/all/
- hash_sha3_512 - Generate SHA3-512 hash of text. Endpoint: https://api.tinyfn.io/mcp/all/
- hash_blake2b - Generate BLAKE2b hash of text. Endpoint: https://api.tinyfn.io/mcp/all/
- hash_blake2s - Generate BLAKE2s hash of text. Endpoint: https://api.tinyfn.io/mcp/all/
- hmac_sha256 - Generate HMAC-SHA256. Endpoint: https://api.tinyfn.io/mcp/all/
- hmac_sha512 - Generate HMAC-SHA512. Endpoint: https://api.tinyfn.io/mcp/all/
- hmac_md5 - Generate HMAC-MD5. Endpoint: https://api.tinyfn.io/mcp/all/
- compare_hashes - Compare two hashes in constant time (timing-safe). Endpoint: https://api.tinyfn.io/mcp/all/
- hash_all - Generate hashes using multiple algorithms at once. Endpoint: https://api.tinyfn.io/mcp/all/
- hash_crc32 - Calculate CRC32 checksum. Endpoint: https://api.tinyfn.io/mcp/all/
- hash_adler32 - Calculate Adler-32 checksum. Endpoint: https://api.tinyfn.io/mcp/all/
- identify_hash - Identify the possible algorithm of a hash based on its format. Endpoint: https://api.tinyfn.io/mcp/all/
- file_checksum_guide - Get command-line instructions for file checksums. Endpoint: https://api.tinyfn.io/mcp/all/
- generate_hmac - Generate HMAC signature. Endpoint: https://api.tinyfn.io/mcp/all/
- md5_checksum - Generate MD5 checksum. Endpoint: https://api.tinyfn.io/mcp/all/
- sha1_checksum - Generate SHA1 checksum. Endpoint: https://api.tinyfn.io/mcp/all/
- sha256_checksum - Generate SHA256 checksum. Endpoint: https://api.tinyfn.io/mcp/all/
- sha512_checksum - Generate SHA512 checksum. Endpoint: https://api.tinyfn.io/mcp/all/
- password_entropy - Calculate password entropy (bits of randomness). Endpoint: https://api.tinyfn.io/mcp/all/
- random_bytes - Generate cryptographically secure random bytes. Endpoint: https://api.tinyfn.io/mcp/all/
- constant_time_compare - Compare two strings in constant time (timing-safe). Endpoint: https://api.tinyfn.io/mcp/all/
- verify_hash - Verify a hash matches the text. Endpoint: https://api.tinyfn.io/mcp/all/
- crc32_checksum - Calculate CRC32 checksum. Endpoint: https://api.tinyfn.io/mcp/all/
- adler32_checksum - Calculate Adler-32 checksum. Endpoint: https://api.tinyfn.io/mcp/all/
- analyze_password - Analyze password strength and characteristics. Endpoint: https://api.tinyfn.io/mcp/all/
- generate_password_2 - Generate a secure random password. Endpoint: https://api.tinyfn.io/mcp/all/
- generate_passphrase - Generate a passphrase from random words. Endpoint: https://api.tinyfn.io/mcp/all/
- generate_pin - Generate a random PIN. Endpoint: https://api.tinyfn.io/mcp/all/
- estimate_hash_time - Estimate time to crack a password using brute force. Endpoint: https://api.tinyfn.io/mcp/all/
- is_common_password - Check if password is in common password list. Endpoint: https://api.tinyfn.io/mcp/all/
- suggest_improvements - Suggest improvements for a password. Endpoint: https://api.tinyfn.io/mcp/all/
- leetspeak_password - Convert a password to leetspeak (for demonstration, not security). Endpoint: https://api.tinyfn.io/mcp/all/
- generate_memorable - Generate a memorable password based on a pattern. Endpoint: https://api.tinyfn.io/mcp/all/
- validate_ip_2 - Validate if a string is a valid IP address. Endpoint: https://api.tinyfn.io/mcp/all/
- ip_info - Get detailed information about an IP address. Endpoint: https://api.tinyfn.io/mcp/all/
- ip_to_integer - Convert IP address to integer. Endpoint: https://api.tinyfn.io/mcp/all/
- integer_to_ip - Convert integer to IP address. Endpoint: https://api.tinyfn.io/mcp/all/
- network_info - Get information about a network. Endpoint: https://api.tinyfn.io/mcp/all/
- ip_in_network - Check if an IP address is within a network. Endpoint: https://api.tinyfn.io/mcp/all/
- subnet_calculator - Calculate subnets from a network. Endpoint: https://api.tinyfn.io/mcp/all/
- supernet_calculator - Calculate the supernet that contains all given networks. Endpoint: https://api.tinyfn.io/mcp/all/
- range_to_cidr - Convert an IP range to CIDR notation. Endpoint: https://api.tinyfn.io/mcp/all/
- expand_cidr - Expand a CIDR to list of individual IPs. Endpoint: https://api.tinyfn.io/mcp/all/
- is_private_ip - Check if an IP address is private (RFC 1918 for IPv4). Endpoint: https://api.tinyfn.io/mcp/all/
- ipv4_to_ipv6 - Convert IPv4 address to IPv6 mapped address. Endpoint: https://api.tinyfn.io/mcp/all/
- ipv6_to_ipv4 - Extract IPv4 address from IPv6 mapped address. Endpoint: https://api.tinyfn.io/mcp/all/
- ip_to_binary - Convert IP address to binary representation. Endpoint: https://api.tinyfn.io/mcp/all/
- netmask_to_cidr - Convert subnet mask to CIDR prefix length. Endpoint: https://api.tinyfn.io/mcp/all/
- cidr_to_netmask - Convert CIDR prefix length to subnet mask. Endpoint: https://api.tinyfn.io/mcp/all/
- validate_json_2 - Validate if a string is valid JSON. Endpoint: https://api.tinyfn.io/mcp/all/
- prettify_json - Prettify (format) a JSON string. Endpoint: https://api.tinyfn.io/mcp/all/
- minify_json - Minify (compress) a JSON string. Endpoint: https://api.tinyfn.io/mcp/all/
- get_keys - Get all keys from a JSON object. Endpoint: https://api.tinyfn.io/mcp/all/
- get_values - Get all values from a JSON object. Endpoint: https://api.tinyfn.io/mcp/all/
- get_json_path - Extract a value from JSON using a path expression. Endpoint: https://api.tinyfn.io/mcp/all/
- flatten_json - Flatten a nested JSON object. Endpoint: https://api.tinyfn.io/mcp/all/
- unflatten_json - Unflatten a flat JSON object back to nested structure. Endpoint: https://api.tinyfn.io/mcp/all/
- json_diff - Compare two JSON objects and find differences. Endpoint: https://api.tinyfn.io/mcp/all/
- merge_json - Merge two JSON objects. Endpoint: https://api.tinyfn.io/mcp/all/
- json_stats - Get statistics about a JSON structure. Endpoint: https://api.tinyfn.io/mcp/all/
- get_json_type - Get the type of a JSON value. Endpoint: https://api.tinyfn.io/mcp/all/
- json_to_query_string - Convert a JSON object to URL query string. Endpoint: https://api.tinyfn.io/mcp/all/
- query_string_to_json - Convert a URL query string to JSON object. Endpoint: https://api.tinyfn.io/mcp/all/
- readability_score - Calculate readability scores (Flesch-Kincaid, etc.). Endpoint: https://api.tinyfn.io/mcp/all/
- extract_keywords - Extract keywords from text based on frequency. Endpoint: https://api.tinyfn.io/mcp/all/
- text_similarity - Calculate similarity between two texts (Jaccard similarity). Endpoint: https://api.tinyfn.io/mcp/all/
- levenshtein_distance - Calculate Levenshtein (edit) distance between two strings. Endpoint: https://api.tinyfn.io/mcp/all/
- soundex - Generate Soundex phonetic encoding. Endpoint: https://api.tinyfn.io/mcp/all/
- metaphone - Generate Metaphone phonetic encoding. Endpoint: https://api.tinyfn.io/mcp/all/
- generate_ngrams - Generate n-grams from text. Endpoint: https://api.tinyfn.io/mcp/all/
- basic_sentiment - Basic sentiment analysis using word lists. Endpoint: https://api.tinyfn.io/mcp/all/
- generate_acronym - Generate acronym from text. Endpoint: https://api.tinyfn.io/mcp/all/
- get_initials - Get initials from a name. Endpoint: https://api.tinyfn.io/mcp/all/
- mask_text - Mask text, keeping only start/end characters visible. Endpoint: https://api.tinyfn.io/mcp/all/
- lorem_words - Generate lorem ipsum words. Endpoint: https://api.tinyfn.io/mcp/all/
- smart_title_case - Smart title case (handles articles, prepositions). Endpoint: https://api.tinyfn.io/mcp/all/
- remove_duplicate_words - Remove consecutive duplicate words. Endpoint: https://api.tinyfn.io/mcp/all/
- slugify - Convert text to URL-friendly slug. Endpoint: https://api.tinyfn.io/mcp/all/
- deslugify - Convert a slug back to readable text. Endpoint: https://api.tinyfn.io/mcp/all/
- is_valid_slug - Check if a string is a valid URL slug. Endpoint: https://api.tinyfn.io/mcp/all/
- url_encode_2 - URL encode a string. Endpoint: https://api.tinyfn.io/mcp/all/
- url_decode_2 - URL decode a string. Endpoint: https://api.tinyfn.io/mcp/all/
- parse_url - Parse a URL into its components. Endpoint: https://api.tinyfn.io/mcp/all/
- build_url - Build a URL from components. Endpoint: https://api.tinyfn.io/mcp/all/
- normalize_url - Normalize a URL to a canonical form. Endpoint: https://api.tinyfn.io/mcp/all/
- extract_domain - Extract domain from a URL. Endpoint: https://api.tinyfn.io/mcp/all/
- is_valid_url - Validate if a string is a valid URL. Endpoint: https://api.tinyfn.io/mcp/all/
- join_path - Join path parts safely. Endpoint: https://api.tinyfn.io/mcp/all/
- add_query_param - Add a query parameter to a URL. Endpoint: https://api.tinyfn.io/mcp/all/
- remove_query_param - Remove a query parameter from a URL. Endpoint: https://api.tinyfn.io/mcp/all/
- filename_safe - Convert a string to a safe filename. Endpoint: https://api.tinyfn.io/mcp/all/
- to_camel_case - Convert text to camelCase. Endpoint: https://api.tinyfn.io/mcp/all/
- to_pascal_case - Convert text to PascalCase. Endpoint: https://api.tinyfn.io/mcp/all/
- to_snake_case - Convert text to snake_case. Endpoint: https://api.tinyfn.io/mcp/all/
- to_screaming_snake_case - Convert text to SCREAMING_SNAKE_CASE. Endpoint: https://api.tinyfn.io/mcp/all/
- to_kebab_case - Convert text to kebab-case. Endpoint: https://api.tinyfn.io/mcp/all/
- to_train_case - Convert text to Train-Case. Endpoint: https://api.tinyfn.io/mcp/all/
- to_title_case - Convert text to Title Case. Endpoint: https://api.tinyfn.io/mcp/all/
- to_sentence_case - Convert text to Sentence case. Endpoint: https://api.tinyfn.io/mcp/all/
- to_upper_case - Convert text to UPPERCASE. Endpoint: https://api.tinyfn.io/mcp/all/
- to_lower_case - Convert text to lowercase. Endpoint: https://api.tinyfn.io/mcp/all/
- swap_case - Swap case of each character. Endpoint: https://api.tinyfn.io/mcp/all/
- capitalize_text - Capitalize first letter only. Endpoint: https://api.tinyfn.io/mcp/all/
- to_dot_case - Convert text to dot.case. Endpoint: https://api.tinyfn.io/mcp/all/
- to_path_case - Convert text to path/case. Endpoint: https://api.tinyfn.io/mcp/all/
- to_constant_case - Convert text to CONSTANT_CASE (alias for screaming snake). Endpoint: https://api.tinyfn.io/mcp/all/
- to_header_case - Convert text to Header-Case (HTTP header style). Endpoint: https://api.tinyfn.io/mcp/all/
- to_alternating_case - Convert text to aLtErNaTiNg case. Endpoint: https://api.tinyfn.io/mcp/all/
- inverse_case - Inverse the case of each character (same as swap). Endpoint: https://api.tinyfn.io/mcp/all/
- detect_case - Detect the case style of text. Endpoint: https://api.tinyfn.io/mcp/all/
- convert_all_cases - Convert text to all case formats at once. Endpoint: https://api.tinyfn.io/mcp/all/
- format_number - Format a number with locale-specific separators. Endpoint: https://api.tinyfn.io/mcp/all/
- format_currency - Format an amount as currency. Endpoint: https://api.tinyfn.io/mcp/all/
- format_percentage - Format a number as a percentage. Endpoint: https://api.tinyfn.io/mcp/all/
- format_ordinal - Convert a number to its ordinal form (1st, 2nd, 3rd, etc.). Endpoint: https://api.tinyfn.io/mcp/all/
- number_to_words - Convert a number to words. Endpoint: https://api.tinyfn.io/mcp/all/
- number_to_roman - Convert a number to Roman numerals. Endpoint: https://api.tinyfn.io/mcp/all/
- roman_to_number - Convert Roman numerals to a number. Endpoint: https://api.tinyfn.io/mcp/all/
- format_bytes - Format bytes to human-readable size. Endpoint: https://api.tinyfn.io/mcp/all/
- format_phone - Format a phone number according to country conventions. Endpoint: https://api.tinyfn.io/mcp/all/
- format_credit_card - Format a credit card number with spaces. Endpoint: https://api.tinyfn.io/mcp/all/
- format_ssn - Format a Social Security Number. Endpoint: https://api.tinyfn.io/mcp/all/
- format_duration - Format seconds as duration. Endpoint: https://api.tinyfn.io/mcp/all/
- format_relative_time - Format seconds as relative time (e.g., '2 hours ago', 'in 3 days'). Endpoint: https://api.tinyfn.io/mcp/all/
- format_truncate - Truncate text to a maximum length. Endpoint: https://api.tinyfn.io/mcp/all/
- format_list - Format a list of items with proper grammar. Endpoint: https://api.tinyfn.io/mcp/all/
- hex_to_hsl - Convert hex color to HSL. Endpoint: https://api.tinyfn.io/mcp/all/
- hsl_to_hex - Convert HSL to hex color. Endpoint: https://api.tinyfn.io/mcp/all/
- hex_to_hsv - Convert hex color to HSV. Endpoint: https://api.tinyfn.io/mcp/all/
- hsv_to_hex - Convert HSV to hex color. Endpoint: https://api.tinyfn.io/mcp/all/
- hex_to_cmyk - Convert hex color to CMYK. Endpoint: https://api.tinyfn.io/mcp/all/
- cmyk_to_hex - Convert CMYK to hex color. Endpoint: https://api.tinyfn.io/mcp/all/
- lighten_color - Lighten a color by a percentage. Endpoint: https://api.tinyfn.io/mcp/all/
- darken_color - Darken a color by a percentage. Endpoint: https://api.tinyfn.io/mcp/all/
- saturate_color - Increase color saturation by a percentage. Endpoint: https://api.tinyfn.io/mcp/all/
- desaturate_color - Decrease color saturation by a percentage. Endpoint: https://api.tinyfn.io/mcp/all/
- grayscale_color - Convert color to grayscale. Endpoint: https://api.tinyfn.io/mcp/all/
- invert_color - Invert a color. Endpoint: https://api.tinyfn.io/mcp/all/
- complement_color - Get the complementary color (opposite on color wheel). Endpoint: https://api.tinyfn.io/mcp/all/
- triadic_colors - Get triadic colors (three colors equally spaced on color wheel). Endpoint: https://api.tinyfn.io/mcp/all/
- analogous_colors - Get analogous colors (adjacent colors on color wheel). Endpoint: https://api.tinyfn.io/mcp/all/
- split_complementary_colors - Get split-complementary colors. Endpoint: https://api.tinyfn.io/mcp/all/
- tetradic_colors - Get tetradic colors (four colors forming a rectangle on color wheel). Endpoint: https://api.tinyfn.io/mcp/all/
- contrast_ratio - Calculate contrast ratio between two colors (WCAG). Endpoint: https://api.tinyfn.io/mcp/all/
- get_luminance - Calculate relative luminance of a color. Endpoint: https://api.tinyfn.io/mcp/all/
- blend_colors - Blend two colors together. Endpoint: https://api.tinyfn.io/mcp/all/
- generate_gradient - Generate a gradient between two colors. Endpoint: https://api.tinyfn.io/mcp/all/
- generate_shades - Generate shades (darker variations) of a color. Endpoint: https://api.tinyfn.io/mcp/all/
- generate_tints - Generate tints (lighter variations) of a color. Endpoint: https://api.tinyfn.io/mcp/all/
- random_color - Generate a random color. Endpoint: https://api.tinyfn.io/mcp/all/
- is_valid_hex - Check if a string is a valid hex color. Endpoint: https://api.tinyfn.io/mcp/all/
- name_to_hex - Convert a CSS color name to hex. Endpoint: https://api.tinyfn.io/mcp/all/
- cidr_info - Get information about a CIDR range. Endpoint: https://api.tinyfn.io/mcp/all/
- subnet_mask_info - Get subnet mask from prefix length. Endpoint: https://api.tinyfn.io/mcp/all/
- ip_in_range - Check if an IP address is within a CIDR range. Endpoint: https://api.tinyfn.io/mcp/all/
- port_info - Get information about a port number. Endpoint: https://api.tinyfn.io/mcp/all/
- http_method_info - Get information about an HTTP method. Endpoint: https://api.tinyfn.io/mcp/all/
- parse_url_2 - Parse a URL into its components. Endpoint: https://api.tinyfn.io/mcp/all/
- build_url_2 - Build a URL from components. Endpoint: https://api.tinyfn.io/mcp/all/
- ipv4_to_ipv6_2 - Convert IPv4 address to IPv6 mapped format. Endpoint: https://api.tinyfn.io/mcp/all/
- private_ip_ranges - Get RFC 1918 private IP address ranges. Endpoint: https://api.tinyfn.io/mcp/all/
- haversine_distance - Calculate distance between two coordinates using Haversine formula. Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_bearing - Calculate bearing (direction) between two coordinates. Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_midpoint - Calculate geographic midpoint between two coordinates. Endpoint: https://api.tinyfn.io/mcp/all/
- destination_point - Calculate destination point given start, bearing, and distance. Endpoint: https://api.tinyfn.io/mcp/all/
- dms_to_decimal - Convert DMS (degrees, minutes, seconds) to decimal degrees. Endpoint: https://api.tinyfn.io/mcp/all/
- decimal_to_dms - Convert decimal degrees to DMS (degrees, minutes, seconds). Endpoint: https://api.tinyfn.io/mcp/all/
- is_valid_coordinates - Check if coordinates are valid. Endpoint: https://api.tinyfn.io/mcp/all/
- bounding_box - Calculate bounding box around a point. Endpoint: https://api.tinyfn.io/mcp/all/
- point_in_polygon - Check if a point is inside a polygon (ray casting algorithm). Endpoint: https://api.tinyfn.io/mcp/all/
- geohash_encode - Encode coordinates to geohash. Endpoint: https://api.tinyfn.io/mcp/all/
- geohash_decode - Decode geohash to coordinates. Endpoint: https://api.tinyfn.io/mcp/all/
- polygon_area - Calculate area of a polygon on Earth's surface. Endpoint: https://api.tinyfn.io/mcp/all/
- polyline_length - Calculate total length of a polyline. Endpoint: https://api.tinyfn.io/mcp/all/
- polygon_centroid - Calculate centroid of a polygon. Endpoint: https://api.tinyfn.io/mcp/all/
- timezone_offset - Estimate timezone offset from longitude (approximate). Endpoint: https://api.tinyfn.io/mcp/all/
- sun_position - Calculate approximate sun position (azimuth and elevation). Endpoint: https://api.tinyfn.io/mcp/all/
- array_intersection - Get intersection of two arrays. Endpoint: https://api.tinyfn.io/mcp/all/
- array_union - Get union of two arrays. Endpoint: https://api.tinyfn.io/mcp/all/
- array_difference - Get difference of two arrays (items in array1 not in array2). Endpoint: https://api.tinyfn.io/mcp/all/
- array_symmetric_difference - Get symmetric difference (items in either but not both). Endpoint: https://api.tinyfn.io/mcp/all/
- is_subset - Check if array1 is a subset of array2. Endpoint: https://api.tinyfn.io/mcp/all/
- array_reverse - Reverse an array. Endpoint: https://api.tinyfn.io/mcp/all/
- array_rotate - Rotate an array by n positions. Endpoint: https://api.tinyfn.io/mcp/all/
- array_first - Get first n items from array. Endpoint: https://api.tinyfn.io/mcp/all/
- array_last - Get last n items from array. Endpoint: https://api.tinyfn.io/mcp/all/
- array_nth - Get item at specific index. Endpoint: https://api.tinyfn.io/mcp/all/
- array_slice - Slice an array. Endpoint: https://api.tinyfn.io/mcp/all/
- array_compact - Remove falsy values (empty strings) from array. Endpoint: https://api.tinyfn.io/mcp/all/
- array_zip - Zip two arrays together. Endpoint: https://api.tinyfn.io/mcp/all/
- array_unzip - Unzip array of pairs into two arrays. Endpoint: https://api.tinyfn.io/mcp/all/
- array_fill - Create an array filled with a value. Endpoint: https://api.tinyfn.io/mcp/all/
- array_repeat - Repeat an array n times. Endpoint: https://api.tinyfn.io/mcp/all/
- group_by_length - Group items by their string length. Endpoint: https://api.tinyfn.io/mcp/all/
- array_partition - Partition array into chunks of specified size. Endpoint: https://api.tinyfn.io/mcp/all/
- array_interleave - Interleave two arrays. Endpoint: https://api.tinyfn.io/mcp/all/
- array_dedupe - Remove duplicates from array. Endpoint: https://api.tinyfn.io/mcp/all/
- array_frequency - Count frequency of each item. Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_mean - Calculate arithmetic mean (average). Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_median - Calculate median. Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_mode - Calculate mode (most frequent value). Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_variance - Calculate variance. Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_stddev - Calculate standard deviation. Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_percentile - Calculate a specific percentile. Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_quartiles - Calculate quartiles (Q1, Q2, Q3). Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_range - Calculate range (max - min). Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_sum - Calculate sum of numbers. Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_product - Calculate product of numbers. Endpoint: https://api.tinyfn.io/mcp/all/
- geometric_mean - Calculate geometric mean. Endpoint: https://api.tinyfn.io/mcp/all/
- harmonic_mean - Calculate harmonic mean. Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_zscore - Calculate z-score (standard score). Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_correlation - Calculate Pearson correlation coefficient. Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_covariance - Calculate covariance between two datasets. Endpoint: https://api.tinyfn.io/mcp/all/
- describe_data - Get descriptive statistics for a dataset. Endpoint: https://api.tinyfn.io/mcp/all/
- compound_interest - Calculate compound interest. Endpoint: https://api.tinyfn.io/mcp/all/
- simple_interest - Calculate simple interest. Endpoint: https://api.tinyfn.io/mcp/all/
- loan_payment - Calculate monthly loan payment. Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_tip - Calculate tip and split bill. Endpoint: https://api.tinyfn.io/mcp/all/
- percentage_change - Calculate percentage change between two values. Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_markup - Calculate selling price from cost and markup. Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_margin - Calculate profit margin. Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_discount - Calculate discounted price. Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_vat - Calculate VAT (Value Added Tax). Endpoint: https://api.tinyfn.io/mcp/all/
- mortgage_calculator - Calculate mortgage details. Endpoint: https://api.tinyfn.io/mcp/all/
- rule_of_72 - Calculate time to double investment using Rule of 72. Endpoint: https://api.tinyfn.io/mcp/all/
- future_value - Calculate future value of an investment. Endpoint: https://api.tinyfn.io/mcp/all/
- present_value - Calculate present value of a future amount. Endpoint: https://api.tinyfn.io/mcp/all/
- break_even - Calculate break-even point. Endpoint: https://api.tinyfn.io/mcp/all/
- return_on_investment - Calculate Return on Investment (ROI). Endpoint: https://api.tinyfn.io/mcp/all/
- test_pattern - Test if a regex pattern matches text. Endpoint: https://api.tinyfn.io/mcp/all/
- find_all_matches - Find all matches of a pattern in text. Endpoint: https://api.tinyfn.io/mcp/all/
- regex_replace - Replace pattern matches in text. Endpoint: https://api.tinyfn.io/mcp/all/
- regex_split - Split text by regex pattern. Endpoint: https://api.tinyfn.io/mcp/all/
- validate_pattern - Validate if a regex pattern is syntactically correct. Endpoint: https://api.tinyfn.io/mcp/all/
- escape_pattern - Escape special regex characters in text. Endpoint: https://api.tinyfn.io/mcp/all/
- extract_groups - Extract capture groups from a pattern match. Endpoint: https://api.tinyfn.io/mcp/all/
- get_email_pattern - Get regex pattern for email validation. Endpoint: https://api.tinyfn.io/mcp/all/
- get_url_pattern - Get regex pattern for URL validation. Endpoint: https://api.tinyfn.io/mcp/all/
- get_phone_pattern - Get regex pattern for phone number validation. Endpoint: https://api.tinyfn.io/mcp/all/
- get_ipv4_pattern - Get regex pattern for IPv4 address validation. Endpoint: https://api.tinyfn.io/mcp/all/
- get_ipv6_pattern - Get regex pattern for IPv6 address validation. Endpoint: https://api.tinyfn.io/mcp/all/
- get_date_pattern - Get regex pattern for date validation. Endpoint: https://api.tinyfn.io/mcp/all/
- get_time_pattern - Get regex pattern for time validation. Endpoint: https://api.tinyfn.io/mcp/all/
- get_credit_card_pattern - Get regex pattern for credit card validation. Endpoint: https://api.tinyfn.io/mcp/all/
- get_uuid_pattern - Get regex pattern for UUID validation. Endpoint: https://api.tinyfn.io/mcp/all/
- get_slug_pattern - Get regex pattern for URL slug validation. Endpoint: https://api.tinyfn.io/mcp/all/
- get_hex_color_pattern - Get regex pattern for hex color validation. Endpoint: https://api.tinyfn.io/mcp/all/
- get_password_pattern - Get regex pattern for password validation with custom requirements. Endpoint: https://api.tinyfn.io/mcp/all/
- prime_factors - Get prime factors of a number. Endpoint: https://api.tinyfn.io/mcp/all/
- get_divisors - Get all divisors of a number. Endpoint: https://api.tinyfn.io/mcp/all/
- nth_prime - Get the nth prime number. Endpoint: https://api.tinyfn.io/mcp/all/
- primes_in_range - Get all prime numbers in a range. Endpoint: https://api.tinyfn.io/mcp/all/
- to_roman - Convert number to Roman numerals. Endpoint: https://api.tinyfn.io/mcp/all/
- base_convert - Convert a number between different bases. Endpoint: https://api.tinyfn.io/mcp/all/
- is_perfect_number - Check if a number is a perfect number (sum of proper divisors equals the number). Endpoint: https://api.tinyfn.io/mcp/all/
- is_armstrong_number - Check if a number is an Armstrong number (narcissistic number). Endpoint: https://api.tinyfn.io/mcp/all/
- is_palindrome_number - Check if a number is a palindrome. Endpoint: https://api.tinyfn.io/mcp/all/
- collatz_sequence - Generate Collatz sequence for a number. Endpoint: https://api.tinyfn.io/mcp/all/
- digital_root - Calculate the digital root (repeated digit sum until single digit). Endpoint: https://api.tinyfn.io/mcp/all/
- sum_digits - Sum the digits of a number. Endpoint: https://api.tinyfn.io/mcp/all/
- reverse_number - Reverse the digits of a number. Endpoint: https://api.tinyfn.io/mcp/all/
- count_digits - Count the number of digits. Endpoint: https://api.tinyfn.io/mcp/all/
- nth_triangular - Get the nth triangular number. Endpoint: https://api.tinyfn.io/mcp/all/
- is_triangular - Check if a number is a triangular number. Endpoint: https://api.tinyfn.io/mcp/all/
- nth_square - Get the nth square number. Endpoint: https://api.tinyfn.io/mcp/all/
- nth_cube - Get the nth cube number. Endpoint: https://api.tinyfn.io/mcp/all/
- is_power_of - Check if a number is a power of another number. Endpoint: https://api.tinyfn.io/mcp/all/
- nearest_power - Find the nearest power of a base to a number. Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_bmi - Calculate Body Mass Index (BMI). Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_bmr - Calculate Basal Metabolic Rate (BMR) using Mifflin-St Jeor equation. Endpoint: https://api.tinyfn.io/mcp/all/
- ideal_weight - Calculate ideal body weight using various formulas. Endpoint: https://api.tinyfn.io/mcp/all/
- heart_rate_zones - Calculate heart rate training zones. Endpoint: https://api.tinyfn.io/mcp/all/
- estimate_body_fat - Estimate body fat percentage using US Navy method. Endpoint: https://api.tinyfn.io/mcp/all/
- daily_water_intake - Calculate recommended daily water intake. Endpoint: https://api.tinyfn.io/mcp/all/
- calories_burned - Estimate calories burned during activities. Endpoint: https://api.tinyfn.io/mcp/all/
- calculate_macros - Calculate macronutrient targets. Endpoint: https://api.tinyfn.io/mcp/all/
- sleep_cycles - Calculate optimal sleep/wake times based on 90-minute sleep cycles. Endpoint: https://api.tinyfn.io/mcp/all/
- lorem_words_2 - Generate lorem ipsum words. Endpoint: https://api.tinyfn.io/mcp/all/
- lorem_sentences - Generate lorem ipsum sentences. Endpoint: https://api.tinyfn.io/mcp/all/
- lorem_paragraphs - Generate lorem ipsum paragraphs. Endpoint: https://api.tinyfn.io/mcp/all/
- lorem_html - Generate lorem ipsum as HTML. Endpoint: https://api.tinyfn.io/mcp/all/
- lorem_markdown - Generate lorem ipsum as Markdown. Endpoint: https://api.tinyfn.io/mcp/all/
- lorem_bytes - Generate lorem ipsum of approximately specified byte size. Endpoint: https://api.tinyfn.io/mcp/all/
- generate_names - Generate random placeholder names. Endpoint: https://api.tinyfn.io/mcp/all/
- generate_emails - Generate random placeholder email addresses. Endpoint: https://api.tinyfn.io/mcp/all/
- generate_addresses - Generate random placeholder addresses. Endpoint: https://api.tinyfn.io/mcp/all/
- generate_phones - Generate random placeholder phone numbers. Endpoint: https://api.tinyfn.io/mcp/all/
- generate_companies - Generate random placeholder company names. Endpoint: https://api.tinyfn.io/mcp/all/
- generate_dates - Generate random dates. Endpoint: https://api.tinyfn.io/mcp/all/
- generate_uuids - Generate random UUIDs. Endpoint: https://api.tinyfn.io/mcp/all/
- magic_8_ball - Ask the Magic 8-Ball. Endpoint: https://api.tinyfn.io/mcp/all/
- fortune_cookie - Get a fortune cookie message. Endpoint: https://api.tinyfn.io/mcp/all/
- dad_joke - Get a random dad joke. Endpoint: https://api.tinyfn.io/mcp/all/
- would_you_rather - Get a 'Would You Rather' question. Endpoint: https://api.tinyfn.io/mcp/all/
- random_compliment - Generate a random compliment. Endpoint: https://api.tinyfn.io/mcp/all/
- random_excuse - Generate a random excuse. Endpoint: https://api.tinyfn.io/mcp/all/
- friendly_roast - Generate a friendly roast. Endpoint: https://api.tinyfn.io/mcp/all/
- random_trivia - Get a random trivia fact. Endpoint: https://api.tinyfn.io/mcp/all/
- random_emoji - Get random emoji(s). Endpoint: https://api.tinyfn.io/mcp/all/
- yes_no - Get a random yes or no answer. Endpoint: https://api.tinyfn.io/mcp/all/
- random_integer - Generate random integer(s) within a range. Endpoint: https://api.tinyfn.io/mcp/all/
- random_float_2 - Generate random floating-point number(s). Endpoint: https://api.tinyfn.io/mcp/all/
- random_boolean - Generate random boolean value(s). Endpoint: https://api.tinyfn.io/mcp/all/
- random_choice - Pick random item(s) from a list. Endpoint: https://api.tinyfn.io/mcp/all/
- random_weighted_choice - Pick random item(s) with weighted probabilities. Endpoint: https://api.tinyfn.io/mcp/all/
- random_shuffle - Randomly shuffle a list of items. Endpoint: https://api.tinyfn.io/mcp/all/
- random_string_2 - Generate random string(s) from specified character set. Endpoint: https://api.tinyfn.io/mcp/all/
- random_bytes_2 - Generate cryptographically secure random bytes. Endpoint: https://api.tinyfn.io/mcp/all/
- random_uuid - Generate random UUID(s). Endpoint: https://api.tinyfn.io/mcp/all/
- random_gaussian - Generate random number(s) from a Gaussian (normal) distribution. Endpoint: https://api.tinyfn.io/mcp/all/
- random_date - Generate random date(s) within a range. Endpoint: https://api.tinyfn.io/mcp/all/
- random_time - Generate random time(s) of day. Endpoint: https://api.tinyfn.io/mcp/all/
- random_color_2 - Generate random color(s). Endpoint: https://api.tinyfn.io/mcp/all/
- random_name - Generate random name(s) using Faker with locale support. Endpoint: https://api.tinyfn.io/mcp/all/
- random_email - Generate random email address(es) using Faker. Endpoint: https://api.tinyfn.io/mcp/all/
- random_phone - Generate random phone number(s) using Faker with locale-appropriate formats. Endpoint: https://api.tinyfn.io/mcp/all/
- random_ip - Generate random IP address(es). Endpoint: https://api.tinyfn.io/mcp/all/
- random_mac - Generate random MAC address(es). Endpoint: https://api.tinyfn.io/mcp/all/
- random_coordinates - Generate random geographic coordinates. Endpoint: https://api.tinyfn.io/mcp/all/
- random_dice - Roll dice with configurable sides. Endpoint: https://api.tinyfn.io/mcp/all/
- random_coin - Flip a coin (optionally biased). Endpoint: https://api.tinyfn.io/mcp/all/
- random_card - Draw random playing card(s) from a deck. Endpoint: https://api.tinyfn.io/mcp/all/
- random_password - Generate secure random password(s). Endpoint: https://api.tinyfn.io/mcp/all/
- random_hex - Generate random hexadecimal string(s). Endpoint: https://api.tinyfn.io/mcp/all/
- random_element - Get random chemical element(s). Endpoint: https://api.tinyfn.io/mcp/all/
- random_emoji_2 - Get random emoji(s). Endpoint: https://api.tinyfn.io/mcp/all/
- random_address - Generate random address(es) using Faker with locale support. Endpoint: https://api.tinyfn.io/mcp/all/
- random_company - Generate random company name(s) using Faker. Endpoint: https://api.tinyfn.io/mcp/all/
- random_job - Generate random job title(s) using Faker. Endpoint: https://api.tinyfn.io/mcp/all/
- random_person - Generate complete random person profile(s) using Faker. Endpoint: https://api.tinyfn.io/mcp/all/
- random_text - Generate random text using Faker. Endpoint: https://api.tinyfn.io/mcp/all/
- random_username - Generate random username(s) using Faker. Endpoint: https://api.tinyfn.io/mcp/all/
- random_url - Generate random URL(s) using Faker. Endpoint: https://api.tinyfn.io/mcp/all/
- random_credit_card - Generate random credit card details (fake, for testing only). Endpoint: https://api.tinyfn.io/mcp/all/
- list_locales - List available locales for Faker-powered endpoints. Endpoint: https://api.tinyfn.io/mcp/all/
- echo - Echo back the message. For testing. Endpoint: https://api.tinyfn.io/mcp/all/
- ping - Ping endpoint. Returns pong. Endpoint: https://api.tinyfn.io/mcp/all/
- null - Returns null. For when you need a null. Endpoint: https://api.tinyfn.io/mcp/all/
- true_endpoint - Returns true. Endpoint: https://api.tinyfn.io/mcp/all/
- false_endpoint - Returns false. Endpoint: https://api.tinyfn.io/mcp/all/
- empty_array - Returns an empty array. Endpoint: https://api.tinyfn.io/mcp/all/
- empty_object - Returns an empty object. Endpoint: https://api.tinyfn.io/mcp/all/
- user_agent - Parse a user agent string. Endpoint: https://api.tinyfn.io/mcp/all/
- ip_info_2 - Get basic information about an IP address. Endpoint: https://api.tinyfn.io/mcp/all/
- rgb_to_hsl - Convert RGB to HSL color. Endpoint: https://api.tinyfn.io/mcp/all/
- compare_2 - Compare two values. Endpoint: https://api.tinyfn.io/mcp/all/
- sort_items - Sort a list of items. Endpoint: https://api.tinyfn.io/mcp/all/
- unique_items - Get unique items from a list. Endpoint: https://api.tinyfn.io/mcp/all/
- count_items - Count occurrences of each item. Endpoint: https://api.tinyfn.io/mcp/all/
- min_value - Find minimum value. Endpoint: https://api.tinyfn.io/mcp/all/
- max_value - Find maximum value. Endpoint: https://api.tinyfn.io/mcp/all/
- fizzbuzz - The classic FizzBuzz. Enterprise-grade. Endpoint: https://api.tinyfn.io/mcp/all/
- hello_world - Hello World as a Service. Endpoint: https://api.tinyfn.io/mcp/all/
- status_code_info - Get information about an HTTP status code. Endpoint: https://api.tinyfn.io/mcp/all/
- chunk_array - Split items into chunks of specified size. Endpoint: https://api.tinyfn.io/mcp/all/
- flatten_array - Flatten a nested array. Endpoint: https://api.tinyfn.io/mcp/all/
- in_range - Check if a value is within a range. Endpoint: https://api.tinyfn.io/mcp/all/

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.tinyfn
- Version: 1.0.2
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 19, 2026
- Source: https://registry.modelcontextprotocol.io
