100+ Utilities.
One API Key.

Micro-utilities designed for AI systems and developers. Short URLs, QR codes, text processing, encoding, hashing — all through a clean REST API or MCP.

MCP Server Ready WebMCP Enabled OpenAPI Spec llms.txt

Up and running in seconds

REST API

curl -X POST https://utils.bithub.org/api/v1/urls \
  -H "X-API-Key: utg_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com/very-long-page"}'

# Response:
{
  "short_url": "https://u.bithub.org/s/2BKxmR",
  "code": "2BKxmR",
  "target_url": "https://example.com/very-long-page"
}

MCP (for AI tools)

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

// Then just ask your AI:
// "Shorten this URL: https://example.com"

Available Now

More services launching every week

LIVE

Short URLs

Create, manage, and track shortened URLs with click analytics. Custom aliases for paid tiers.

SOON

QR Codes

Generate QR codes from text, URLs, WiFi credentials, and vCards.

SOON

Text Utilities

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

SOON

Encoding / Decoding

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

SOON

Hash Generation

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

SOON

Data Conversion

Convert between JSON, YAML, XML, CSV, TOML, and other formats.

Simple, honest pricing

Start free. Upgrade when you need more.

Free

£0/month
  • 3 short URLs / month
  • 1,000 redirects / month
  • Auto-generated codes
  • Click count analytics
Get started
POPULAR

Starter

£5/month
  • 100 short URLs / month
  • 20,000 redirects / month
  • Custom aliases
  • Basic analytics

Pro

£20/month
  • 1,000 short URLs / month
  • 100,000 redirects / month
  • Custom aliases
  • Full analytics

Built for AI

Every integration point an AI system needs to discover and use your tools

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.