TinyFn - 500+ Deterministic MCP Tools for AI Agents

Model Context Protocol

LLMs hallucinate math, fumble conversions, and make up validations. Give your agents 500+ deterministic tools via MCP.

500+ tools
100% deterministic
0 hallucinations

Three ways to use TinyFn

Same 500+ tools. Pick how you want to use them.

MCP Tools by Category

30 tool categories for your AI agent. Pick what you need.

500+ Endpoints

The boring stuff, done right

Also: Math Statistics Finance DateTime Regex JSON Geolocation Text Analysis Health Calculators Fun

Works with everything

MCP. Simple REST API. Use it anywhere.

// Claude Desktop / Cursor / Claude Code config
{
  "mcpServers": {
    "tinyfn": {
      "url": "https://api.tinyfn.io/mcp/all/",
      "headers": {
        "X-API-Key": "your-api-key"
      }
    }
  }
}
const response = await fetch(
  'https://api.tinyfn.io/v1/validate/[email protected]',
  { headers: { 'X-API-Key': 'your-api-key' } }
);

const { is_valid, domain } = await response.json();
// { is_valid: true, domain: "company.io", disposable: false }
import requests

response = requests.get(
    'https://api.tinyfn.io/v1/validate/email',
    params={'email': '[email protected]'},
    headers={'X-API-Key': 'your-api-key'}
)

data = response.json()
# {'is_valid': True, 'domain': 'company.io', 'disposable': False}
curl "https://api.tinyfn.io/v1/validate/[email protected]" \
  -H "X-API-Key: your-api-key"

# {"is_valid": true, "domain": "company.io", "disposable": false}

Simple, transparent pricing

Start free. Scale when you need to. No hidden fees.

Free

$0/month

Perfect for trying things out

  • 100 requests/month
  • All 500+ endpoints
  • 10 req/minute rate limit
  • Community support
Get Started Free

Pro

$30/month

For production apps

  • 100,000 requests/month
  • All 500+ endpoints
  • 1,000 req/minute rate limit
  • Priority support
  • Advanced analytics
  • Webhook notifications

Need more? Enterprise plans with unlimited requests, SLA, and dedicated support. Contact sales

Your agent deserves better tools

500+ deterministic endpoints. Zero hallucinations.

Get Started Free