MCP.so
Sign In

TinyURL MCP Server

@1001coder

About TinyURL MCP Server

No overview available yet

Basic information

Category

Other

License

MIT

Runtime

python

Transports

stdio

Publisher

1001coder

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "tinyurl": {
      "command": "uvx",
      "args": [
        "tinyurl-mcp-server"
      ],
      "env": {
        "TINYURL_API_KEY": "your_tinyurl_api_key"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is TinyURL MCP Server?

A simple MCP server for generating short links using the TinyURL API.

How to use TinyURL MCP Server?

Configure the server in your MCP client settings with command uvx, args ["tinyurl-mcp-server"], and environment variable TINYURL_API_KEY set to your TinyURL API key.

Key features of TinyURL MCP Server

  • Generates short URLs via the TinyURL API.

Use cases of TinyURL MCP Server

FAQ from TinyURL MCP Server

Comments

More Other MCP servers