# Za.gl > Za.gl is a free URL shortener, pastebin, and landing page creator. No signup required. Za.gl provides three core services, all accessible without authentication: - **URL Shortener**: Create short links with custom aliases, password protection, expiration timers, and wait-before-redirect. Analytics with click tracking and country detection included. - **Pastebin**: Share code and text snippets with syntax highlighting for 25 programming languages. Supports password protection and expiration. - **Landing Pages**: Create custom web pages with full HTML, CSS, and JavaScript support. Instant hosting with a unique slug. ## Key Features - No signup or API keys required (anonymous accounts auto-created) - Password protection for all content types - Expiration settings (minutes, hours, days, or specific date) - QR code generation for short URLs - Click analytics with country detection - 29 UI languages supported - MCP server available for AI assistant integration ## API Endpoints All endpoints accept JSON via POST: - `POST https://za.gl/api/shorten` — Shorten a URL - `POST https://za.gl/api/paste` — Create a paste - `POST https://za.gl/api/landing` — Create a landing page ## MCP Server Za.gl provides a remote MCP server for AI assistant integration: ``` https://za.gl/api/mcp ``` Tools: `shorten_url`, `create_paste`, `create_landing_page` ## More Information - Detailed API reference: https://za.gl/llms-full.txt - Website: https://za.gl