{ "name": "@hooksense/mcp", "version": "0.2.1", "mcpName": "io.github.ozers/hooksense", "description": "MCP server for HookSense — the webhook & callback layer for AI agents. Create a callback URL, wait_for_callback instead of polling, and verify signatures, from any MCP client.", "repository": { "type": "git", "url": "https://github.com/ozers/hooksense-mcp" }, "type": "module", "main": "dist/index.js", "bin": { "hooksense-mcp": "dist/index.js" }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "prepublishOnly": "npm run build" }, "keywords": ["mcp", "model-context-protocol", "hooksense", "webhooks", "callbacks", "ai-agents", "wait-for-callback", "claude", "cursor"], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.2", "typescript": "^5.6.3" }, "engines": { "node": ">=18" } }