{"id":29885827,"url":"https://github.com/gitmaxd/dubco-mcp-server","last_synced_at":"2026-01-20T16:22:40.947Z","repository":{"id":281102742,"uuid":"944216304","full_name":"Gitmaxd/dubco-mcp-server","owner":"Gitmaxd","description":"MCP server for Dub.co link shortener API integration","archived":false,"fork":false,"pushed_at":"2025-04-15T18:23:13.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-12T14:50:18.364Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Gitmaxd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-07T01:17:11.000Z","updated_at":"2025-04-15T18:23:18.000Z","dependencies_parsed_at":"2025-03-07T04:45:22.128Z","dependency_job_id":null,"html_url":"https://github.com/Gitmaxd/dubco-mcp-server","commit_stats":null,"previous_names":["gitmaxd/dubco-mcp-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Gitmaxd/dubco-mcp-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gitmaxd%2Fdubco-mcp-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gitmaxd%2Fdubco-mcp-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gitmaxd%2Fdubco-mcp-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gitmaxd%2Fdubco-mcp-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gitmaxd","download_url":"https://codeload.github.com/Gitmaxd/dubco-mcp-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gitmaxd%2Fdubco-mcp-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276058107,"owners_count":25577867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-31T16:02:54.537Z","updated_at":"2025-09-20T06:51:16.004Z","avatar_url":"https://github.com/Gitmaxd.png","language":"JavaScript","funding_links":[],"categories":["Other Tools and Integrations"],"sub_categories":["How to Submit"],"readme":"# Dub.co MCP Server\n\n[![smithery badge](https://smithery.ai/badge/@Gitmaxd/dubco-mcp-server)](https://smithery.ai/server/@Gitmaxd/dubco-mcp-server)\n[![MCP Compatible](https://img.shields.io/badge/MCP-Compatible-brightgreen.svg)](https://github.com/modelcontextprotocol)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\n\nAn MCP server for interacting with the [Dub.co](https://dub.co) link shortener API. This server allows AI agents to create, update, and manage short links through your Dub.co account.\n\n\u003ca href=\"https://glama.ai/mcp/servers/p293dlsvcn\"\u003e\n  \u003cimg width=\"380\" height=\"200\" src=\"https://glama.ai/mcp/servers/p293dlsvcn/badge\" alt=\"Dub.co Server MCP server\" /\u003e\n\u003c/a\u003e\n\n## Features\n\n- Create short links with custom slugs\n- Update existing short links\n- Upsert links (create or update)\n- Delete links\n- Automatic domain selection\n\n## Installation\n\n### Installing via Smithery\n\nTo install Dub.co Link Shortener Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@Gitmaxd/dubco-mcp-server):\n\n```bash\nnpx -y @smithery/cli install @Gitmaxd/dubco-mcp-server --client claude\n```\n\n### Prerequisites\n\n- Node.js 18 or higher\n- A Dub.co account with API access\n- An API key from Dub.co\n\n### Option 1: Install via NPM (Recommended)\n\n```bash\nnpm install -g dubco-mcp-server\n```\n\nThen add the following to your MCP configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"dubco-server\": {\n      \"command\": \"dubco-mcp-server\",\n      \"env\": {\n        \"DUBCO_API_KEY\": \"your_api_key_here\"\n      },\n      \"disabled\": false,\n      \"autoApprove\": []\n    }\n  }\n}\n```\n\n### Option 2: Clone and Build\n\n```bash\n# Clone the repository\ngit clone https://github.com/Gitmaxd/dubco-mcp-server.git\ncd dubco-mcp-server\n\n# Install dependencies\nnpm install\n\n# Build the project\nnpm run build\n```\n\nThen add the following to your MCP configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"dubco-server\": {\n      \"command\": \"node\",\n      \"args\": [\"/path/to/dubco-mcp-server/build/index.js\"],\n      \"env\": {\n        \"DUBCO_API_KEY\": \"your_api_key_here\"\n      },\n      \"disabled\": false,\n      \"autoApprove\": []\n    }\n  }\n}\n```\n\n## Getting a Dub.co API Key\n\n1. Log in to your [Dub.co](https://dub.co) account\n2. Go to your workspace settings\n3. Navigate to the \"API\" section\n4. Generate a new API key\n\n## Usage\n\nOnce installed and configured, the MCP server provides the following tools to AI agents:\n\n### create_link\n\nCreate a new short link on dub.co.\n\n```json\n{\n  \"url\": \"https://example.com\",\n  \"key\": \"example\",  // optional\n  \"domain\": \"your-domain.com\",  // optional\n  \"externalId\": \"123\"  // optional\n}\n```\n\n### update_link\n\nUpdate an existing short link on dub.co.\n\n```json\n{\n  \"linkId\": \"link_id_here\",\n  \"url\": \"https://new-example.com\",  // optional\n  \"domain\": \"new-domain.com\",  // optional\n  \"key\": \"new-slug\"  // optional\n}\n```\n\n### upsert_link\n\nCreate or update a short link on dub.co.\n\n```json\n{\n  \"url\": \"https://example.com\",\n  \"key\": \"example\",  // optional\n  \"domain\": \"your-domain.com\",  // optional\n  \"externalId\": \"123\"  // optional\n}\n```\n\n### delete_link\n\nDelete a short link on dub.co.\n\n```json\n{\n  \"linkId\": \"link_id_here\"\n}\n```\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitmaxd%2Fdubco-mcp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitmaxd%2Fdubco-mcp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitmaxd%2Fdubco-mcp-server/lists"}