package.json•1.31 kB
{
"name": "ratespot-mcp-server",
"version": "2.0.2",
"description": "Model Context Protocol (MCP) server for RateSpot.io mortgage rates and foreclosure listings",
"main": "ratespot_mcp_server.js",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/zad0xlik/ratespot-mcp.git"
},
"scripts": {
"build": "tsc",
"start": "node dist/ratespot_mcp_server_streaming.js",
"dev": "tsc && node dist/ratespot_mcp_server_streaming.js",
"clean": "rm -rf dist",
"prebuild": "npm run clean",
"check": "tsc --noEmit --skipLibCheck ratespot_mcp_server.ts",
"test": "node test/test_server.js",
"test-python": "python3 test/test_ratespot_mcp.py"
},
"keywords": [
"mcp",
"model-context-protocol",
"ratespot",
"mortgage",
"rates",
"lending",
"real-estate",
"foreclosures",
"auctions",
"finance",
"claude",
"anthropic",
"api-integration",
"mortgage-products",
"loan-comparison"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"dotenv": "^16.0.0",
"file-type-js": "^0.1.0",
"iconv-lite": "^0.6.3",
"zod": "^3.22.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
}
}