{ "name": "@themelt/mcp-server", "version": "0.1.5", "mcpName": "io.github.omer907/melt-mcp-server", "description": "Melt MCP server — exposes value-leak discovery (melt_analyze_value_vectors, melt_estimate_annual_leak) and a lead-capture handoff (melt_request_scan) to Claude, Cursor, GitHub Copilot, and any MCP-compatible agent.", "type": "module", "main": "dist/index.js", "bin": { "melt-mcp-server": "dist/index.js" }, "homepage": "https://themelt.ai", "files": [ "dist" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "start:http": "node dist/httpServer.js", "dev": "tsc --watch", "inspect": "npx @modelcontextprotocol/inspector node dist/index.js", "build:mcpb": "bash scripts/build-mcpb.sh", "pretest": "npm run build", "test": "node test/e2e.mjs" }, "keywords": [ "mcp", "model-context-protocol", "ai-roi", "enterprise-ai", "melt", "shadow-ai", "ai-adoption-maturity", "software-waste", "feature-adoption", "ai-governance", "tech-stack-audit" ], "author": "Melt AI", "license": "MIT", "private": false, "repository": { "type": "git", "url": "git+https://github.com/melt-ai/melt-mcp-server.git" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^3.24.0" }, "devDependencies": { "@anthropic-ai/mcpb": "^2.1.2", "@types/node": "^22.10.0", "typescript": "^5.7.0" } }