{ "name": "alternativespe-mcp", "version": "0.1.1", "description": "MCP server for the Alternatives Partner API v3 (altdmp.io) — private-market data across Southeast Asia", "license": "WTFPL", "type": "module", "mcpName": "io.github.luarss/alternativespe-mcp", "author": "luarss", "repository": { "type": "git", "url": "git+https://github.com/luarss/alternativespe-mcp.git" }, "homepage": "https://github.com/luarss/alternativespe-mcp#readme", "bugs": { "url": "https://github.com/luarss/alternativespe-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "mcp-server", "altdmp", "private-markets", "southeast-asia", "api" ], "publishConfig": { "access": "public" }, "bin": { "alternativespe-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "watch": "tsc --watch", "start": "node dist/index.js", "dev": "tsx src/index.ts", "typecheck": "tsc --noEmit", "prepare": "npm run build", "prepublishOnly": "npm run build" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "1.20.1", "zod": "3.25.76" }, "devDependencies": { "@types/node": "22.10.2", "tsx": "4.20.6", "typescript": "5.9.3" } }