package.json•1.35 kB
{
"name": "howrisky-mcp-server",
"version": "1.0.0",
"description": "Official MCP server for AI-powered financial risk analysis. Monte Carlo simulations with fat-tail modeling (CVaR, VaR, ruin probability) for Claude Desktop, Cursor, Windsurf, Cline, Copilot. 8 tools including portfolio risk, startup equity, real estate analysis.",
"keywords": [
"mcp",
"mcp-server",
"model-context-protocol",
"monte-carlo",
"risk-analysis",
"portfolio-analysis",
"cvar",
"var",
"financial-modeling",
"claude",
"cursor",
"windsurf",
"cline",
"copilot",
"chatgpt",
"ai-tools",
"finance",
"trading",
"investing",
"kelly-criterion",
"fat-tail",
"kde",
"startup-valuation",
"real-estate"
],
"author": "Diogo Seca <diogo@howrisky.ai>",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://github.com/howrisky/howrisky-mcp-server.git"
},
"bugs": {
"url": "https://github.com/howrisky/howrisky-mcp-server/issues"
},
"homepage": "https://howrisky.ai/mcp",
"bin": {
"howrisky-mcp": "./index.js"
},
"main": "./index.js",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"node-fetch": "^3.3.2"
},
"devDependencies": {},
"scripts": {
"test": "node test/test.js"
}
}