Skip to main content
Glama

IssueBadge MCP Server

by issuebadge
package.json1.65 kB
{ "name": "issuebadge-mcp-server", "version": "1.0.0", "description": "MCP Server for IssueBadge API - AI-powered badge management with Claude and ChatGPT", "main": "dist/index.js", "type": "module", "keywords": [ "mcp", "model-context-protocol", "badge", "certificate", "api", "issuebadge", "claude", "chatgpt", "ai", "automation", "digital-certificates", "education", "credentialing" ], "author": { "name": "IssueBadge Team", "url": "https://issuebadge.com" }, "license": "MIT", "homepage": "https://github.com/issuebadge/mcp-server#readme", "repository": { "type": "git", "url": "https://github.com/issuebadge/mcp-server.git" }, "bugs": { "url": "https://github.com/issuebadge/mcp-server/issues" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch & node --watch dist/index.js", "clean": "rm -rf dist", "test": "npm run build && node dist/index.js --help", "lint": "eslint src --ext .ts", "format": "prettier --write src/**/*.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "axios": "^1.7.0", "dotenv": "^16.4.0", "form-data": "^4.0.0", "zod": "^3.22.0" }, "devDependencies": { "@types/node": "^20.11.0", "@typescript-eslint/eslint-plugin": "^6.19.0", "@typescript-eslint/parser": "^6.19.0", "eslint": "^8.56.0", "prettier": "^3.2.0", "typescript": "^5.3.0" }, "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" }, "files": [ "dist/**/*", "README.md", "LICENSE", ".env.example" ] }

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/issuebadge/mcp-server'

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