U301 Url Shortener
@tealight-uk
关于 U301 Url Shortener
MCP server for interacting with U301 URL Shortener
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"command": "npx",
"args": [
"-y",
"@u301/mcp"
],
"env": {
"U301_API_KEY": "<Your-U301-API-Key>",
"domain": "<if you don't have one, remove this key>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is U301 Url Shortener?
U301 Url Shortener is an MCP server that creates short URLs using the U301 URL shortening service. It supports optional parameters like custom slugs, expiration times, password protection, and comments. The server is intended for AI assistants (e.g., Cursor, Windsurf) to replace long URLs with short, memorable ones.
How to use U301 Url Shortener?
First, obtain an API key from the U301 Dashboard. Optionally, add a custom domain by connecting to Cloudflare and specify a workspace. Then add the MCP server configuration to your client (using npx and the @u301/mcp package) with the required U301_API_KEY environment variable and optional domain and workspaceId variables. Instruct your AI to replace long URLs with meaningful short URLs.
Key features of U301 Url Shortener?
- Creates short URLs with a required
urlparameter. - Supports optional custom
slugfor the short URL. - Optional
expirestime in seconds. - Optional
passwordfor access control. - Optional
commentfor dashboard display. - Custom domain and workspace support via environment variables.
Use cases of U301 Url Shortener?
- Shortening long URLs directly from an AI-assisted coding environment.
- Adding password protection and expiration to shared links.
- Organizing short links under specific workspaces.
FAQ from U301 Url Shortener
What parameters does the server accept?
It requires url and optionally accepts slug, expires (seconds), password, and comment.
What environment variables are required?
U301_API_KEY is required; domain and workspaceId are optional.
How do I install or run this server?
Use the npx command with the @u301/mcp package as shown in the configuration example (stdio transport).
What transport does this server use?
The server uses stdio transport, as demonstrated by the command and args configuration.
What license is this server under?
The server is licensed under the MIT License.
其他 分类下的更多 MCP 服务器
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
ghidraMCP
LaurieWiredMCP Server for Ghidra
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论