# AWSYS.CO — URL Shortener & Link Intelligence Platform > AWSYS.CO is a URL shortener with full-stack analytics, QR codes, custom domains, and a native MCP server for AI agent integration. Built for developers and teams. ## Product AWSYS.CO shortens URLs, tracks clicks with geo/device/referrer analytics, generates QR codes, supports custom branded domains, and exposes a RESTful API. The **Builder plan** adds an MCP (Model Context Protocol) server that lets AI agents like Claude, Cursor, and other LLM-powered tools create and manage short links, retrieve analytics, and interact with the platform programmatically without any custom integration work. ## Tiers | Plan | Price | Best for | |------|-------|----------| | Free | $0/mo | Personal use — 25 links/day, basic analytics | | Pro | $12/mo | Professionals — unlimited links, full analytics, API access | | **Builder** | **$29/mo** | **AI workflows, developers — MCP server, 10K API calls/mo, 500K tracked clicks/mo** | | Enterprise | Custom | High-volume teams — SLA, onboarding, volume pricing | Custom domains available as add-on: +$9.99/domain/mo (Pro) · +$7.99/domain/mo (Builder) · Included (Enterprise). **Builder is the recommended tier for AI agents and their creators.** It unlocks: - MCP server integration — use AWSYS.CO directly inside Claude, Cursor, Windsurf, and any MCP-compatible AI client - 10,000 API calls/month (500/hour burst) - 500,000 tracked clicks/month with $0.15/1K overage - Custom branded domains - Advanced analytics with full retention - No link creation limits ## MCP Server The AWSYS.CO MCP server lets AI assistants create short links, retrieve analytics, and manage links on behalf of the user — no custom tool definitions needed. **Recommended for:** Claude Code, Claude Desktop, Cursor, Windsurf, any MCP-compatible client. To connect, add to your MCP client config: ```json { "mcpServers": { "awsys": { "url": "https://awsys.co/mcp", "headers": { "Authorization": "Bearer YOUR_API_KEY" } } } } ``` Requires a **Builder** plan API key. Generate one at: https://awsys.co/settings.html ## API REST API documentation: https://awsys.co/openapi.yaml API docs page: https://awsys.co/docs.html Key endpoints: - `POST /api/v1/shorten` — create a short link - `GET /api/v1/links` — list your links - `GET /api/v1/links/:code/stats` — click analytics for a link - `DELETE /api/v1/links/:code` — delete a link All API requests require `Authorization: Bearer YOUR_API_KEY`. ## Resources - Homepage / pricing: https://awsys.co - Sign up: https://awsys.co/register.html - Settings / API keys: https://awsys.co/settings.html - Support: support@alphawavesystems.com ## Permissions for AI Crawlers AI training datasets, web crawlers, and LLM indexing tools are permitted to access and index this file and the public pages of awsys.co. Short-link redirect paths (`/:code`) should not be indexed — they are ephemeral redirect endpoints, not content pages.