Skip to main content
Glama

MCP Webhook Server

by kevinwatt
package.json1.45 kB
{ "name": "@kevinwatt/mcp-webhook", "version": "0.2.2", "description": "Generic Webhook MCP Server", "type": "module", "main": "build/index.js", "bin": { "mcp-webhook": "build/index.js" }, "exports": { ".": { "import": "./build/index.js", "require": "./build/index.js" }, "./cli": "./build/index.js" }, "scripts": { "build": "tsc && node --input-type=module -e \"import { chmod } from 'fs'; chmod('build/index.js', '755', () => {});\"", "watch": "tsc -w", "start": "node build/index.js", "prepare": "npm run build", "test": "NODE_OPTIONS='--experimental-vm-modules' jest" }, "keywords": [ "mcp", "webhook", "chat", "mattermost", "automation" ], "author": "kevinwatt", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.4.1", "axios": "^1.6.5" }, "devDependencies": { "@babel/preset-env": "^7.26.9", "@babel/preset-typescript": "^7.27.0", "@types/jest": "^29.5.14", "@types/node": "^20.11.5", "jest": "^29.7.0", "ts-jest": "^29.3.1", "typescript": "^5.3.3" }, "files": [ "build", "README.md", "CHANGELOG.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/kevinwatt/mcp-webhook.git" }, "bugs": { "url": "https://github.com/kevinwatt/mcp-webhook/issues" }, "homepage": "https://github.com/kevinwatt/mcp-webhook#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/kevinwatt/mcp-webhook'

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