500+ deterministic tools for AI agents: math, conversion, validation, hashing, encoding, date/time.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
๐งฎ Give your AI agent 500+ deterministic tools
Stop hallucinating math. Start getting correct answers.
Quick Start โข Servers โข Examples โข Pricing โข Docs โข Support
| ๐ Free Tier Available! 100 requests/month FREE โ no credit card required Get your free API key โ |
LLMs are great at reasoning. They're terrible at math.
Ask any AI assistant to compute 17% of 4,847 and you'll get a confident, wrong answer. Ask it to validate an email with regex, generate a SHA-256 hash, or convert timezones โ same story. LLMs hallucinate on deterministic tasks.
TinyFn is a Model Context Protocol (MCP) server that gives your AI assistant 500+ tools that always return the correct answer. Math, conversions, validations, hashing, date arithmetic โ the boring stuff, done right.
| ๐งฎ 500+ Tools Math, strings, dates, and much more | ๐ฏ Zero Hallucinations Deterministic results every single time | โก No Installation Remote MCP server zero setup | ๐ Works Everywhere Claude, Cursor, Windsurf, any MCP client |
TinyFn runs as a remote MCP server โ no npx, no Docker, no local install. Just add the URL to your config.
| Platform | Tool Limit | Recommended Setup | Config Location |
|---|---|---|---|
| Claude Code | 500+ (Tool Search) | /mcp/all/ โ use everything | ~/.claude/settings.json |
| Claude Desktop | ~100 tools | 2โ3 category servers | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Cursor | ~40 tools | 1โ2 focused servers | Cursor MCP settings |
| Windsurf | ~40 tools | 1โ2 focused servers | Windsurf MCP settings |
| Continue.dev | Varies | Category servers | .continue/config.json |
| Any MCP Client | Varies | Match to your tool limit | Client-specific |
๐ก Why category servers? Most AI clients limit the number of tools. TinyFn splits 500+ tools across 12 focused servers so you can pick exactly what you need.
Once connected, just ask your AI assistant in plain language:
Math & Numbers
Conversions
Validation
Encoding & Hashing
Date & Time
Generators
1. Get your free API key at tinyfn.io (takes 10 seconds)
2. Add TinyFn to your MCP client:
Claude Code supports Tool Search, so you can use the full server with all 500+ tools:
Add this to ~/.claude/settings.json or use claude mcp add.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Tip: Claude Desktop supports ~100 tools. Add 2โ3 category servers based on your workflow.
These platforms have a ~40 tool limit. Pick 1โ2 focused servers:
Recommended for Cursor/Windsurf: validate (15 tools), hash (18 tools), encode (20 tools), convert (42 tools).
3. Start asking questions. Your AI now has deterministic tools for math, conversions, validation, and more.
All servers use base URL https://api.tinyfn.io. Pick the categories you need:
| Server | Endpoint | Tools | What It Does |
|---|---|---|---|
| All | /mcp/all/ | 500+ | Everything โ best for Claude Code |
| Math | /mcp/math/ | 52 | Arithmetic, trig, primes, factorials, comparisons |
| Convert | /mcp/convert/ | 42 | Temperature, length, weight, volume, speed, data sizes |
| String | /mcp/string/ | 33 | Case conversion, slugify, trim, word count, extraction |
| Datetime | /mcp/datetime/ | 24 | Date parsing, formatting, diffs, timezones, leap years |
| Encode | /mcp/encode/ | 20 | Base64, URL, HTML, hex, ROT13, morse, JWT decode |
| Hash | /mcp/hash/ | 18 | MD5, SHA-256, SHA-512, HMAC, bcrypt, CRC32 |
| Color | /mcp/color/ | 30 | HEX/RGB/HSL conversion, gradients, contrast, palettes |
| Stats | /mcp/stats/ | 16 | Mean, median, mode, std dev, percentiles, correlation |
| Validate | /mcp/validate/ | 15 | Email, URL, phone, credit card, UUID, IP, JSON, dates |
| Finance | /mcp/finance/ | 15 | Interest, loans, mortgage, ROI, margin, tip calculator |
| Generate | /mcp/generate/ | 15 | UUIDs, passwords, random numbers, lorem ipsum, dice |
โ ๏ธ Important: All URLs must end with a trailing
/or requests will return 404 errors.
| Tool | Description | Example |
|---|---|---|
add, subtract, multiply, divide | Basic arithmetic | add(17, 25) โ 42 |
percentage | Percentage calculation | percentage(17, 4847) โ 823.99 |
is_prime | Primality testing | is_prime(7919) โ true |
factorial | Factorial calculation | factorial(12) โ 479001600 |
fibonacci | Nth Fibonacci number | fibonacci(10) โ 55 |
gcd, lcm | GCD and LCM | gcd(48, 18) โ 6 |
power, square_root | Exponentiation | square_root(144) โ 12 |
sin, cos, tan | Trigonometric functions | sin(1.5708) โ 1.0 |
log, log10, log2 | Logarithms | log10(1000) โ 3 |
floor, ceil, round_number | Rounding | ceil(4.2) โ 5 |
absolute_value, sign | Number properties | sign(-42) โ -1 |
clamp, distance, hypotenuse | Range & geometry | hypotenuse(3, 4) โ 5 |
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/tinyfn)<a href="https://allmcps.com/mcp/tinyfn"><img src="https://allmcps.com/api/badge/tinyfn?style=directory" alt="TinyFn on AllMCPs" /></a>