The utility API for contexts where pip install doesn't exist.

100+ developer utilities — text, hash, image, AI, and more — behind a single HTTP endpoint. Purpose-built for AI agents, N8N workflows, Cloudflare Workers, and no-code tools.

MCP Server Ready WebMCP Enabled OpenAPI Spec llms.txt

Is this for me?

Honest answers for different use cases.

Node / Python app

You probably don't need us. pip install works fine in your environment.

AI agent (Claude, GPT)

Yes. Claude can call HTTP. It can't pip install. We bridge that gap.

N8N / Make / Zapier

Yes. One HTTP Request node. That's all you need to access 100+ utilities.

Cloudflare Worker / edge

Yes. No native modules at the edge. We have all of them — one fetch call away.

See it in action

No signup required. Hit the API right now.

Why not just assemble your own stack?

You could. Here's what that looks like vs. UtilsToGo.

DIY stack

  • Install 15+ npm/pip packages
  • Register 15+ separate API accounts
  • Maintain version compatibility across packages
  • Debug 15+ independent failure points
  • Unavailable at the edge / in AI agents

UtilsToGo

  • One API key
  • One base URL
  • One rate limit dashboard
  • One invoice
  • Works from anywhere: agents, edge, N8N, webhooks

Up and running in seconds

REST API

curl -X POST https://utils.bithub.org/api/v1/hash/generate \
  -H "Content-Type: application/json" \
  -d '{"text": "hello", "algorithm": "sha256"}'

# Response:
{
  "algorithm": "sha256",
  "hash": "2cf24db...a63ef"
}

MCP (for AI agents)

// Claude Desktop / Cursor config:
{
  "mcpServers": {
    "utilstogo": {
      "url": "https://utils.bithub.org/mcp",
      "transport": "streamable-http"
    }
  }
}

// Then just ask your AI:
// "Generate a SHA-256 hash of 'hello'"

100+ utilities, all live

Every service accessible via REST and MCP.

Text Utilities

Case conversion, word count, readability, slug generation, and more.

Hash & Checksum

MD5, SHA-1, SHA-256, SHA-512, bcrypt, HMAC, CRC32.

Encoding / Decoding

Base64, URL encoding, HTML entities, JWT decode, hex.

Data Conversion

JSON, YAML, XML, CSV, TOML — convert between any format.

Image Processing

Resize, crop, compress, convert, watermark, EXIF strip.

AI Analysis

Summarise, sentiment, language detect, alt text, translate, grammar.

Security Utilities

Password generator, JWT inspector, CORS checker, CSP builder.

Network Tools

IP lookup, DNS, WHOIS, port checker, SSL cert, HTTP headers.

Short URLs

Create and track shortened URLs with click analytics.

Every integration point an AI needs

Built to be discovered and used by AI systems without human intervention.

MCP Server

Native Model Context Protocol endpoint. Works with Claude Desktop, Cursor, and any MCP client.

WebMCP

Browser-based MCP discovery via /.well-known/mcp.json. AI browser extensions find us automatically.

OpenAPI Spec

Full OpenAPI 3.0 spec auto-generated. Import into any API client or AI tool.

llms.txt

Machine-readable site description at /llms.txt. AI crawlers understand us instantly.

Simple, honest pricing

Start free. Upgrade when you need more.

Free

£0/month
  • 60 requests/minute
  • All stateless tools
  • 3 short URLs / month
  • Basic analytics
Get started
POPULAR

Starter

£5/month
  • 300 requests/minute
  • All services + AI tools
  • 100 short URLs / month
  • API key scoping & spend limits
See pricing

Pro

£20/month
  • Unlimited requests
  • Priority support
  • 1,000 short URLs / month
  • Full analytics & webhooks
See pricing