{ "name": "@przeslijmi/real-fake-data-mcp", "version": "1.0.0", "mcpName": "io.github.przeslijmi/real-fake-data-mcp", "description": "Model Context Protocol (MCP) server for Real Fake Data — exposes the hosted RFD generators (PESEL, NIP, REGON, IBAN, addresses, companies, people across 27 EU countries) to AI assistants as tools.", "keywords": [ "mcp", "model-context-protocol", "claude", "fake-data", "test-data", "seed-data", "pesel", "nip", "regon", "poland" ], "homepage": "https://github.com/przeslijmi/real-fake-data-mcp#readme", "bugs": "https://github.com/przeslijmi/real-fake-data-mcp/issues", "repository": { "type": "git", "url": "git+https://github.com/przeslijmi/real-fake-data-mcp.git" }, "license": "MIT", "type": "module", "bin": { "real-fake-data-mcp": "./dist/server.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", "clean": "rm -rf dist *.tsbuildinfo", "start": "node dist/server.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.6.0" } }