URL Shortener (x.gd)
Creates shortened URLs using the x.gd service.
mcp-shoten-url
This is an MCP server for creating shortened URLs using x.gd.
Installation
Note: You need to set the XGD_API_KEY environment variable.
How to get an x.gd API key
Access this link and enter your email address to issue an API key.
Installation Steps
When using Claude Code/Desktop
For Claude Code, add the following settings to ~/.claude.json. For Claude Desktop, add them to ~/Library/Application Support/Claude/claude_desktop_config.json.
{
"mcpServers": {
"shoten-url": {
"command": "npx",
"args": [
"@hatimitu__hat/mcp-shoten-url"
],
"env": {
"XGD_API_KEY": "your_api_key_here"
}
}
}
}
When using VSCode
Add the following settings to your settings.json:
{
"mcp": {
"shoten-url": {
"command": "npx",
"args": [
"@hatimitu__hat/mcp-shoten-url"
],
"env": {
"XGD_API_KEY": "your_api_key_here"
}
}
}
}
Related Servers
Google Calendar
Interact with Google Calendar to list events, create meetings, and find free time slots.
Phabricator
Interact with Phabricator for task management and code review workflows.
Raindrop.io
Interact with and manage your Raindrop.io bookmarks.
Redmine
An MCP server for interacting with the Redmine project management system.
Quire
This server allows AI assistants to interact with your Quire projects, tasks, and data securely.
mcp-banco-inter
MCP (Model Context Protocol) Server for integration with the Banco Inter Business (PJ) API. It allows checking balances, statements, and managing billings via AI assistants.
esa.io
An MCP server for the esa.io API, allowing you to search, read, create, update, and delete posts.
Notion
Manage and interact with your entire Notion workspace.
Hyperpost
An AI-native publishing engine for persona-driven content creation and multi-platform publishing.
GoHighLevel MCP Server
Integrates with the GoHighLevel API, allowing interaction with its CRM, marketing automation, and business management tools.