package.jsonā¢2.37 kB
{
"name": "@realvest/mcp-server",
"version": "2.0.0",
"description": "MCP server providing real estate investment calculators and resources for AI assistants",
"main": "src/index.js",
"type": "module",
"bin": {
"realvest-mcp": "./src/index.js"
},
"scripts": {
"start": "node src/index.js",
"dev": "node --watch src/index.js",
"test": "node --test test/**/*.test.js",
"prepublishOnly": "npm test"
},
"keywords": [
"mcp",
"model-context-protocol",
"real-estate",
"investment",
"calculator",
"affordability",
"brrrr",
"claude",
"ai-tools"
],
"author": "RealVest <support@realvest.ai>",
"license": "MIT",
"homepage": "https://github.com/sigaihealth/realvestmcp",
"repository": {
"type": "git",
"url": "git+https://github.com/sigaihealth/realvestmcp.git"
},
"bugs": {
"url": "https://github.com/sigaihealth/realvestmcp/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
},
"mcp": {
"name": "RealVest MCP Server",
"description": "Access RealVest.ai calculators and resources through MCP",
"tools": [
"calculate_affordability",
"analyze_brrrr_deal",
"evaluate_house_hack",
"project_portfolio_growth",
"analyze_syndication",
"calculate_mortgage_affordability",
"analyze_debt_to_income",
"calculate_irr",
"analyze_fix_flip",
"compare_loans",
"calculate_npv",
"calculate_cocr",
"calculate_dscr",
"analyze_breakeven",
"analyze_sensitivity",
"run_monte_carlo",
"calculate_tax_benefits",
"compare_properties",
"analyze_refinance",
"analyze_airbnb_str",
"analyze_1031_exchange",
"analyze_market_comps",
"analyze_construction_loan",
"analyze_wholesale_deal",
"analyze_subject_to_deal",
"analyze_seller_financing",
"analyze_hard_money_loan",
"calculate_capital_gains_tax",
"analyze_rent_vs_buy",
"track_deal_pipeline",
"analyze_joint_venture",
"analyze_property_management",
"track_property_expenses"
],
"resources": [
"insights_articles",
"state_assistance_programs",
"market_data",
"calculator_examples"
]
}
}