dubco-mcp-server-npm

JavaScript

The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides three MCP tools: create_link for generating new short URLs, update_link for modifying existing links, and delete_link for removing short links.

Protocol Implementations
Function Calling
Developer Tooling

Architecture and Design Patterns

The repository implements a server that acts as an intermediary between an AI assistant and the Dub.co API. It leverages the Model Context Protocol to expose functionalities like creating, updating, and deleting short links as tools that the AI assistant can utilize. The design appears modular, focusing on encapsulating Dub.co API interactions.

About

Language

JavaScript

Stars

4

Categories

Protocol ImplementationsFunction CallingDeveloper Tooling