{ "name": "@zyfy-uk/mcp", "version": "0.1.1", "description": "MCP server for Zyfy — UK postcode and vehicle intelligence for Claude and other AI agents", "mcpName": "io.github.zyfy-uk/zyfy-mcp", "type": "module", "bin": { "zyfy-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "smithery.yaml" ], "scripts": { "build": "tsup", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit" }, "engines": { "node": ">=20" }, "repository": { "type": "git", "url": "git+https://github.com/zyfy-uk/zyfy-mcp.git" }, "homepage": "https://zyfy.uk", "bugs": { "url": "https://github.com/zyfy-uk/zyfy-mcp/issues" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "zyfy", "uk", "uk-data", "postcode", "vehicle", "dvla", "dvsa", "mot", "ulez", "flood-risk", "property-prices", "broadband", "crime", "claude", "cursor", "ai", "llm", "registration", "enrichment" ], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "@zyfy-uk/zyfy": "^0.1.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^25.0.0", "tsup": "^8.0.0", "typescript": "^6.0.0", "vitest": "^4.0.0" } }