{ "name": "@hookline/mcp", "version": "0.9.1", "description": "Hookline MCP server — create test webhook endpoints, read incoming requests, and validate payloads from Claude Code, Cursor, and other MCP agents.", "mcpName": "org.hookline/mcp", "author": "ClearStack Services", "license": "MIT", "type": "module", "bin": { "hookline-mcp": "dist/index.js" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/hookline-org/mcp.git" }, "homepage": "https://github.com/hookline-org/mcp#readme", "bugs": "https://github.com/hookline-org/mcp/issues", "publishConfig": { "access": "public" }, "engines": { "node": ">=20" }, "scripts": { "build": "tsc -p tsconfig.json", "docgen": "npm run build && node scripts/gen-docs.mjs", "pretest": "npm run build", "test": "vitest run", "lint": "eslint src --ext .ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "hookline", "webhook", "openrtb", "validation", "claude", "cursor" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^20.19.0", "typescript": "^5.6.0", "vitest": "^2.1.0" } }