Realistic synthetic test data β valid PESELs, NIPs, IBANs, addresses, people across 27 EU countries.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Real Fake Data.
list_generatorsLists every available generator with its `id`, `description`, and `supportedLocales`. Call it first to discover which ids `generate` accepts.
generateRuns one generator and returns the API's `{ data, meta }` envelope.
A Model Context Protocol server for Real Fake Data β gives an AI assistant (Claude Desktop, Claude Code, Cursor, β¦) realistic, synthetic test data on demand: valid PESELs (correct checksums), NIPs, REGONs, IBANs, addresses drawn from real cities and streets, people, and company names across 27 EU countries.
Output looks real but is fake β safe for staging, demos, and seed data.
list_generators for discovery, generate to run any generator by id. New generators on the API appear automatically β no client upgrade.seed for reproducible output, or omit it to randomise each call.No global install needed β point your MCP client at the package via npx. It runs over stdio, so the client spawns it as a subprocess.
Add it to your MCP servers config (claude_desktop_config.json, or via claude mcp add):
Restart the client; the real-fake-data tools become available in any conversation.
Requires Node 22+.
The client passes configuration through the server's env:
| Variable | Required | Description |
|---|---|---|
REAL_FAKE_DATA_API_KEY | No | API key sent as Authorization: Bearer <key>, lifting requests onto your metered plan. Omit to use the anonymous lane. |
REAL_FAKE_DATA_API_BASE_URL | No | Override the hosted API. Defaults to https://api.real-fake-data.com; point it at a local API during development. |
list_generatorsLists every available generator with its id, description, and supportedLocales. Call it first to discover which ids generate accepts.
You: What fake-data generators are available?
Claude (calls
list_generators) βpl.pesel,pl.company,pl.address,any.email,de.company-name, β¦
generateRuns one generator and returns the API's { data, meta } envelope.
| Argument | Type | Description |
|---|---|---|
generator | string (required) | Generator id from list_generators, e.g. pl.pesel or any.email. |
options | Record<string, string | number | boolean> | Generator-specific query parameters; omit for defaults. |
count | number | Number of records to generate; omit for a single record. (Upper bound enforced by your plan.) |
seed | number | Seed for reproducible output; omit to randomise each call. |
You: Generate 3 female Polish people for my staging DB.
Claude (calls
generatewith{ generator: "pl.person", count: 3, options: { sex: "f" } }) β three records of{ name, surname, initials, birthDate, pesel }.
options are the same query parameters the generator exposes on the REST API β list_generators describes each, and the API docs list them in full. Examples: { "format": "digits-only" } for a NIP, { "teryt": "14" } to anchor an address to a region, { "invalid": true } to get a deliberately-wrong checksum for testing your validators.
This server is a thin MCP front end over the same hosted endpoints the Playwright addon and REST API serve. A generator id maps directly to a route β pl.pesel β GET /v1/pl/pesel, any.email β GET /v1/email β and metering, plan limits, and validation all behave identically. Use this package when you want an AI assistant to produce test data conversationally; use the Playwright addon or the REST API directly from code.
MIT
This repository is auto-generated from a private upstream monorepo. Open issues here, but code changes are made upstream and re-synced β pull requests against this repo are applied upstream, not merged directly.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/real-fake-data)<a href="https://allmcps.com/mcp/real-fake-data"><img src="https://allmcps.com/api/badge/real-fake-data?style=directory" alt="Real Fake Data on AllMCPs" /></a>