@handle-ai/mcp
Version:
Handle AI MCP Server - Direct API integration for Claude Desktop
36 lines (35 loc) • 664 B
JSON
{
"name": "@handle-ai/mcp",
"version": "1.0.3",
"description": "Handle AI MCP Server - Direct API integration for Claude Desktop",
"main": "index.js",
"type": "module",
"bin": {
"mcp": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"mcp",
"handle-ai",
"compliance",
"gdpr",
"hipaa",
"claude"
],
"author": "Handle AI",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"node-fetch": "^3.3.2"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"index.js",
"README.md"
]
}