{
  "name": "mcp-tenant-credit-scorer",
  "version": "1.0.2",
  "description": "MCP server for tenant credit scoring based on S&P corporate methodology",
  "main": "src/index.js",
  "type": "module",
  "bin": {
    "mcp-tenant-credit-scorer": "./bin/mcp-tenant-credit-scorer"
  },
  "scripts": {
    "start": "node src/index.js",
    "dev": "node --watch src/index.js",
    "test": "node tests/test-basic.js"
  },
  "keywords": [
    "mcp",
    "credit-scoring",
    "tenant-screening",
    "risk-assessment",
    "financial-analysis"
  ],
  "author": "Faropoint",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/tntonic/credit-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/tntonic/credit-mcp/issues"
  },
  "homepage": "https://github.com/tntonic/credit-mcp#readme",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.5.0",
    "pdf-parse": "^1.1.1",
    "cheerio": "^1.0.0",
    "node-fetch": "^3.3.2"
  },
  "devDependencies": {
    "@types/node": "^20.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}