# UtilsToGo > AI-first micro-utility platform — 100+ developer tools behind one API key. ## Overview UtilsToGo provides micro-utility APIs designed for AI systems, developers, and automation. Each utility is a simple, focused API endpoint. Authenticate with an API key and go. ## API - Base URL: https://utils.bithub.org/api/v1 - OpenAPI spec: https://utils.bithub.org/api/docs - Authentication: API key via `X-API-Key` header - Format: JSON request/response ## MCP (Model Context Protocol) - Endpoint: https://utils.bithub.org/mcp - Transport: StreamableHTTP - Discovery: https://utils.bithub.org/.well-known/mcp.json ## Available Services ### Short URLs - Create: POST /api/v1/urls {"url": "https://example.com"} - List: GET /api/v1/urls - Stats: GET /api/v1/urls/{id}/stats - Delete: DELETE /api/v1/urls/{id} - Short URL domain: https://bbrl.uk/{code} ## Pricing - Free: 3 URLs/month, 1000 redirects/month - Starter (£5/mo): 100 URLs/month, 20000 redirects/month - Pro (£20/mo): 1000 URLs/month, 100000 redirects/month ## Links - Website: https://utils.bithub.org - API Docs: https://utils.bithub.org/docs - Pricing: https://utils.bithub.org/pricing