mcpbeat Sign in

Real Fake Data MCP Server

by przeslijmi Your server? Claim it
local only

Real Fake Data runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm. Last commit 4 Jul 2026.

Realistic synthetic test data — valid PESELs, NIPs, IBANs, addresses, people across 27 EU countries.

Installs per day peak 12 · avg 6 · +88% w/w
a month agotoday
43
Installs / week
npm · @przeslijmi/real-fake-data-mcp
0
Stars
0 open issues
4 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Real Fake Data every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add real-fake-data-mcp -- npx -y @przeslijmi/real-fake-data-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "real-fake-data-mcp": {
      "args": [
        "-y",
        "@przeslijmi/real-fake-data-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.real-fake-data-mcp]
command = "npx"
args = ["-y", "@przeslijmi/real-fake-data-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "real-fake-data-mcp": {
      "args": [
        "-y",
        "@przeslijmi/real-fake-data-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "real-fake-data-mcp": {
      "args": [
        "-y",
        "@przeslijmi/real-fake-data-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: REAL_FAKE_DATA_API_KEY (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 (Override the hosted API. Defaults to https://api.real-fake-data.com; point it at a local API during development.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Real Fake Data

same job, measured the same way
Sampuli
by kevinbett

Format-true synthetic test data for 90 countries — IBANs, SWIFT/BIC, IDs, cards, all certified.

217 installs/wk 6 tools answering
SeedBase Test Data
by marcelglaeser

Generate realistic, FK-consistent synthetic test data for your databases from your AI assistant.

49 installs/wk 6 tools answering
JsonFabrica
by ms-methos

Generate realistic, relational synthetic JSON test data from templates, via the JsonFabrica API.

87 installs/wk local only
SyntheticUser Lab MCP
by syntheticuserlab

Paid remote MCP for synthetic user testing, UX validation, analytics, checkout, and readiness.

answering
Timeweaver MCP
by fixtureforge

Synthetic time-series test data with trend, seasonality, noise, and anomalies, for any MCP client.

55 installs/wk local only
Synthetic Data — Random User
by saifs

Generate synthetic random user data for testing, demos, and development without using real persona.

answering
IBAN Validation MCP
by iban-test-www

Validate IBANs in 111 countries; bank directory checks for DE, AT, BE, FR, LU, NL, PT and ES.

4 tools answering
Minds: Synthetic Market Research Panels
by getminds

Run AI market research: synthetic customer panels for concept testing, message testing, segments.

24 tools answering

Real Fake Data — questions

Answers built from our own checks of this server.

Why is there no uptime for Real Fake Data?
Real Fake Data runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @przeslijmi/real-fake-data-mcp was installed 43 times last week.
How do I connect Real Fake Data?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @przeslijmi/real-fake-data-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Real Fake Data?
The npm package @przeslijmi/real-fake-data-mcp was installed 43 times in the last week. Week over week that is +88%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Real Fake Data open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.