filoo MCP server
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., "@filoo MCP serverShorten https://example.com/very-long-url to slug 'blog'"
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.
@filooapp/mcp-server
The official MCP server for filoo.app — an AI agent URL shortener with built-in click tracking. Plug this into Claude Desktop, Cursor, or any other Model Context Protocol client and your agent can shorten URLs, manage links, and read scan analytics through 8 first-class tools.
If you are looking for an "MCP server URL shortener", a "Claude URL shortener tool", a "Cursor link shortener", or a way to give an AI agent its own short link namespace, this is it.
What is filoo
filoo is an API-first URL shortener built for both humans and agents. Each link lives under a username (filoo.app/{username}/{slug}), comes with a QR code, and tracks clicks with country, device, referrer, and source breakdowns. The agents tier gives you 50,000 active links, 5,000 new links per day, unlimited usernames, and a 1,000 requests/minute API rate limit — designed so a fleet of agents can hammer the API without throttling.
Docs and pricing: https://filoo.app/api
Related MCP server: DWZ Short URL MCP Server
Installation
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"filoo": {
"command": "npx",
"args": ["-y", "@filooapp/mcp-server"],
"env": {
"FILOO_API_KEY": "flo_live_xxxxxxxxxxxx"
}
}
}
}Restart Claude Desktop. Your agent now has the 8 filoo tools.
Cursor
In Cursor settings → MCP, add a new server:
{
"filoo": {
"command": "npx",
"args": ["-y", "@filooapp/mcp-server"],
"env": { "FILOO_API_KEY": "flo_live_xxxxxxxxxxxx" }
}
}Generic MCP client (stdio)
FILOO_API_KEY=flo_live_xxxxxxxxxxxx npx -y @filooapp/mcp-serverThe process speaks JSON-RPC over stdio per the MCP spec.
Local install
npm install -g @filooapp/mcp-server
FILOO_API_KEY=flo_live_xxxxxxxxxxxx mcp-server-filooConfiguration
Env var | Required | Description |
| yes | Your filoo API key, starts with |
| no | Override the API base URL. Defaults to |
The 8 tools
Each tool maps 1:1 to a filoo REST endpoint. The descriptions below are what the LLM reads when deciding which tool to call.
filoo_me
Get the authenticated user's account: tier, usernames, boost credits, and limits.
Example prompt: "What's my filoo plan and how many links can I still create?"
filoo_usage
Today's usage vs. quotas: links created today, API calls today, active link count vs. cap.
Example prompt: "How close am I to my filoo daily limit?"
filoo_list_usernames
List every username you own and which one is primary.
Example prompt: "List all my filoo usernames."
filoo_create_link
Create a new short link. Args: destination (required), slug?, username?, label?.
Example prompt: "Shorten https://example.com/very-long-launch-page under my 'agency' username with slug 'q4-launch'."
filoo_list_links
Cursor-paginated list of your links, newest first. Args: limit? (max 100), cursor?.
Example prompt: "Show me my last 20 filoo links."
filoo_get_link
Fetch one link by code. Args: code (form username:slug).
Example prompt: "What does filoo link agency:q4-launch point to?"
filoo_update_link
Repoint or rename a link without changing its short URL. Args: code, destination?, label?, active?.
Example prompt: "Point filoo link agency:q4-launch to the new landing page at https://example.com/launched."
filoo_delete_link
Permanently delete a short link. Args: code.
Example prompt: "Delete the filoo link agency:old-promo."
filoo_link_stats
Click totals, uniques, bots, top countries, and top sources for a link. Args: code.
Example prompt: "How is filoo link agency:q4-launch performing? Show top countries and sources."
Getting an API key
Sign up at https://filoo.app
Upgrade to the agents tier (50,000 links, 5,000/day, 1,000 req/min) — it's purpose-built for AI agent workloads. The pro and lifetime tiers also expose the API.
Go to https://filoo.app/dashboard/api and create a key. It starts with
flo_live_.Paste it into your MCP client config under
FILOO_API_KEY.
Full API reference: https://filoo.app/api
Development
git clone https://github.com/filooapp/mcp-server
cd mcp-server
npm install
npm run build
FILOO_API_KEY=flo_live_xxx node dist/index.jsLicense
MIT © 2026 filoo
Maintenance
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
- AlicenseBqualityDmaintenanceEnables AI agents to create, update, and manage short links through your Dub.co account, allowing for creation, modification, and deletion of custom shortened URLs.Last updated453MIT
- 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.Last updated6411MIT
- 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.Last updated66MIT
- AlicenseBqualityBmaintenanceEnables AI assistants to interact with a Shlink URL shortening instance, allowing creation, listing, retrieval, and deletion of short URLs, as well as tag management.Last updated53Apache 2.0
Related MCP Connectors
Create and manage short links, track clicks, and automate URL management
Create short links, QR codes, UTM templates, vCards, and landing pages from your AI assistant.
AI agent website builder. Create and publish link-in-bio sites via MCP or REST API.
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/jrlprost/filoo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server