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"
}
}
}
}
Похожие серверы
Kone.vc
спонсорMonetize your AI agent with contextual product recommendations
Obsidian MCP
Interact with your Obsidian vault using the Model Context Protocol, enabling AI assistants to read, write, and manipulate notes.
Xero
Interact with the Xero Accounting Software API.
Rezdy Agent
Search marketplace products, manage bookings, and handle customer relationships using the Rezdy Agent API.
monday.com MCP
An open framework to connect AI agents into your monday.com work OS, giving them secure access to data and tools to take action.
Zotero MCP
Connect your Zotero research library with AI assistants. Supports local/web API access, PDF annotation extraction, and advanced search.
Omnispindle
A todo management system designed for coordinating tasks across multiple projects, utilizing MongoDB and MQTT.
Trello MCP Server
Uses a Trello board as a knowledge base to store and retrieve code snippets, notes, and other information.
LimeSurvey
Manage surveys and responses in your LimeSurvey instance.
Multi-Carrier Shipping API — powered by Secureship
Secureship MCP gives AI assistants access to a multi-carrier shipping API covering rate comparison, label generation, package tracking, pickup scheduling, address book management, shipment history, customs documents, and more — across carriers like UPS, FedEx, Purolator, Canpar, and others. Browse 150+ live endpoint schemas, parameters, and auth details — always current, never stale.
Prolific MCP Server
A server to manage studies, recruit participants, and collect data on the Prolific platform.