{ "name": "ausdata-mcp", "version": "0.4.5", "mcpName": "io.ausdata/ausdata-mcp", "description": "MCP server for the Australian public data API. For Claude Code, Cursor, Windsurf, and other MCP clients.", "author": { "name": "Harrison Vass", "email": "hvass97@gmail.com", "url": "https://github.com/Bigred97" }, "license": "MIT", "homepage": "https://ausdata.io", "repository": { "type": "git", "url": "git+https://github.com/Bigred97/ausdata-mcp-client.git" }, "type": "module", "bin": { "ausdata-mcp": "./bin/run.js" }, "main": "dist/index.js", "files": [ "bin", "dist", "README.md", "LICENSE" ], "keywords": [ "mcp", "model-context-protocol", "claude", "cursor", "windsurf", "australia", "public-data" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^22.0.0", "eslint": "^9.0.0", "msw": "^2.0.0", "typescript": "^5.5.0", "typescript-eslint": "^8.59.3", "vitest": "^2.0.0" }, "scripts": { "build": "tsc", "dev": "node bin/dev.js", "test": "vitest run", "lint": "eslint src test", "prepublishOnly": "npm run build" }, "bugs": { "url": "https://github.com/Bigred97/ausdata-mcp-client/issues" } }