1001coder/tinyurl-mcp-server
If you are the rightful owner of tinyurl-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
TinyURL MCP Server is a simple Model Context Protocol server designed to generate short links using the TinyURL API.
TinyURL MCP Server
A simple MCP server for generating short links using TinyURL API.
Configuration
{
"mcpServers": {
"tinyurl": {
"command": "uvx",
"args": ["tinyurl-mcp-server"],
"env": {
"TINYURL_API_KEY": "your_tinyurl_api_key"
}
}
}
}