Whooshly MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Whooshly MCPShorten my launch URL and create a QR code for it."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Whooshly MCP
Give your AI assistant a campaign-link toolkit. Whooshly exposes a hosted Model Context Protocol server so Claude, ChatGPT, and any MCP client can create short links, dynamic QR codes, UTM templates, hosted vCard pages, and landing pages with lead capture β and read back real click/scan analytics β directly from a conversation.
"Shorten this launch URL, make a QR for the flyer, and save a UTM template for the paid-social campaign" β three tools, one message, links you actually own.
π Short links on
whooshly.cowith live click trackingπ§ Dynamic QR codes returned as scannable PNGs, right in the chat
π·οΈ UTM templates you can reuse across campaigns
π Hosted vCard digital business cards
π Real analytics β exact click/scan totals and daily series per link
πΈ Pay once. Unlock the core toolkit for a one-time price β no subscription. See pricing β
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.
1. Get an agent token
Every tool acts on your Whooshly account, so you need a token:
Sign in at app.whooshly.co
Open Agents β New token
Copy the token (shown once)
Reads and writes require the one-time Core unlock; get_billing_status works on any account so an agent can check before it acts.
Related MCP server: Clypt MCP Server
2. Connect
Claude.ai / Claude (web, desktop, mobile) β by URL, no install
Add a Custom Connector pointing at the remote server. Claude runs the OAuth flow in-browser; approve it and the tools appear.
https://app.whooshly.co/api/mcpSettings β Connectors β Add custom connector β paste the URL.
ChatGPT β by URL
Add a connector / custom MCP server with the same URL:
https://app.whooshly.co/api/mcpClaude Code β one command
claude mcp add whooshly --transport http https://app.whooshly.co/api/mcpThen authenticate with /mcp inside Claude Code, or pass a token header:
claude mcp add whooshly --transport http https://app.whooshly.co/api/mcp \
--header "Authorization: Bearer $WHOOSHLY_TOKEN"Claude Desktop (or any stdio client) β via this bridge
For clients that only speak stdio, use this package. Add it to your claude_desktop_config.json:
{
"mcpServers": {
"whooshly": {
"command": "npx",
"args": ["-y", "whooshly-mcp"],
"env": {
"WHOOSHLY_TOKEN": "your-agent-token"
}
}
}
}That's it β restart the client and the Whooshly tools are available.
Tools
Tool | What it does | Access |
| Check whether the account has unlocked Core / Pro | any |
| Create a short link β id, slug, short URL | Core |
| List your links, newest first (cursor-paged) | Core |
| Exact click/scan totals + daily series for a link | Core |
| Create a dynamic QR code, returned as a scannable PNG | Core |
| Re-fetch a saved QR code as a PNG | Core |
| Save a reusable UTM template | Core |
| List saved UTM templates | Core |
| Create a hosted digital business card (vCard) page | Core |
| Create a landing page on your subdomain from content blocks | Core |
| Edit a page's blocks, theme, or slug β never deletes | Core |
| List your landing pages with lead counts | Core |
| One page's content, lead count & webhook delivery rollup | Core |
| Search your links by slug/destination (deep-research) | Core |
| Fetch full details of one link by id (deep-research) | Core |
All read tools are annotated readOnlyHint; write tools can only create or edit β an agent can never delete anything, never read your leads' personal details (counts only), and never see or change a lead webhook. Every tool operates only on your own account (openWorldHint: false).
Example prompts
Once connected, try:
"Shorten https://example.com/2026-summer-launch with the slug
summer26and show me the QR code.""Create a UTM template called
paid-socialwith sourceinstagram, mediumcpc, campaignsummer-launch.""How many clicks did my
summer26link get this week?""Make a vCard for Jane Doe, Head of Growth at Acme, jane@acme.com."
Configuration
Env var | Default | Purpose |
| β | Required for the stdio bridge. Your agent token. |
|
| Override the endpoint (self-host / staging). |
WHOOSHLY_API_TOKEN is accepted as an alias for WHOOSHLY_TOKEN.
How the bridge works
whooshly-mcp reads newline-delimited JSON-RPC from stdin, POSTs each message to the hosted server with your bearer token, and writes the correlated reply to stdout. It has zero npm dependencies (Node 18+ built-ins only), so it's small and easy to audit β the entire bridge is one file: bin/whooshly-mcp.mjs.
The heavy lifting β auth, rate limits, entitlement checks, QR rendering, analytics β all happens server-side on Whooshly. The bridge is a transport shim, nothing more.
Links
Website: https://whooshly.co
MCP server / connect guide: https://whooshly.co/mcp
App / dashboard: https://app.whooshly.co
MCP endpoint:
https://app.whooshly.co/api/mcp
License
MIT Β© Whooshly
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to create, manage, and analyze short URLs through complete URL shortening functionality. Supports batch operations, custom domains, click statistics, and comprehensive link management.661MIT
- Alicense-qualityBmaintenanceConnects AI assistants to the Clypt Link Intelligence platform to shorten URLs, manage tags, and generate QR codes. It enables users to view link analytics and perform bulk link operations through natural language commands.47MIT
- AlicenseAqualityDmaintenanceGenerate styled QR codes, manage dynamic short links with click analytics, and publish micro-landing pages via AI agents.19541MIT
- Alicense-qualityCmaintenanceAI-native URL shortener and paste handoff service for agents. Create short links, publish handoff pastes, resolve prior slugs, generate QR links, and find tagged artifacts across sessions.MIT
Related MCP Connectors
Create and manage short links, track clicks, and automate URL management
Create and manage trackable QR codes with scan tracking, analytics, and dynamic URL updates.
An AI-first personal CRM you run in natural language: contacts, reminders, notes, and more.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ankurmans/whooshly-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server