Skip to main content
Glama

DWZ Short URL MCP Server

by muleiwu
package.json1.33 kB
{ "name": "@muleiwu/dwz-mcp", "version": "1.0.3", "description": "基于 MCP 协议的短网址客户端,为 AI 助手提供短网址生成和管理功能", "main": "src/index.js", "type": "module", "bin": { "dwz-mcp": "./src/index.js" }, "scripts": { "start": "node src/index.js", "dev": "node --watch src/index.js", "build": "echo 'No build step required for Node.js'", "lint": "eslint src/**/*.js", "lint:fix": "eslint src/**/*.js --fix", "format": "prettier --write src/**/*.js", "prepublishOnly": "npm run lint", "prepare": "npm run build" }, "keywords": [ "mcp", "short-url", "url-shortener", "ai-assistant", "model-context-protocol" ], "author": "muleiwu", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "axios": "^1.6.0", "dotenv": "^17.2.3", "joi": "^17.11.0" }, "devDependencies": { "eslint": "^8.55.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.0.1", "prettier": "^3.1.0" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com:muleiwu/dwz-mcp.git" }, "bugs": { "url": "https://github.com/muleiwu/dwz-mcp/issues" }, "homepage": "https://github.com/muleiwu/dwz-mcp#readme" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/muleiwu/dwz-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server