Create short links, QR codes, UTM templates, and vCards from your AI assistant.
Whooshly MCP server exists for a simple reason — assistants are far more useful when they can act on Whooshly directly instead of describing what you should do. Create short links, QR codes, UTM templates, and vCards from your AI assistant.
The server is hosted – there's nothing to run for URL-based clients. This npm package is a small stdio bridge for clients that don't yet speak remote MCP (e.g. Claude Desktop) and for npx convenience.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Once Whooshly is connected, these are the calls the assistant has available:
get_billing_status — Check whether the account has unlocked Core / Procreate_link — Create a short link → id, slug, short URLlist_links — List your links, newest first (cursor-paged)get_link_stats — Exact click/scan totals + daily series for a linkcreate_qr — Create a dynamic QR code, returned as a scannable PNGget_qr — Re-fetch a saved QR code as a PNGcreate_utm — Save a reusable UTM templatelist_utm — List saved UTM templatescreate_vcard — Create a hosted digital business card (vCard) pagecreate_page — Create a landing page on your subdomain from content blocksupdate_page — Edit a page's blocks, theme, or slug – never deleteslist_pages — List your landing pages with lead countsYou will need 3 environment variables: WHOOSHLY_TOKEN, WHOOSHLY_MCP_URL, WHOOSHLY_API_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Whooshly's toolset — get_billing_status, create_link, list_links and 11 more — is a fair guide to whether it matches your workflow. It is maintained by co.whooshly; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| get_billing_status | Check whether the account has unlocked Core / Pro |
| create_link | Create a short link → id, slug, short URL |
| list_links | List your links, newest first (cursor-paged) |
| get_link_stats | Exact click/scan totals + daily series for a link |
| create_qr | Create a dynamic QR code, returned as a scannable PNG |
| get_qr | Re-fetch a saved QR code as a PNG |
| create_utm | Save a reusable UTM template |
| list_utm | List saved UTM templates |
| create_vcard | Create a hosted digital business card (vCard) page |
| create_page | Create a landing page on your subdomain from content blocks |
| update_page | Edit a page's blocks, theme, or slug – never deletes |
| list_pages | List your landing pages with lead counts |
| get_page | One page's content, lead count & webhook delivery rollup |
| search | Search your links by slug/destination (deep-research) |
| Variable | Description | Required |
|---|---|---|
| WHOOSHLY_TOKEN | Credential the server authenticates with. | Yes |
| WHOOSHLY_MCP_URL | Endpoint or connection string the server talks to. | Yes |
| WHOOSHLY_API_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.