ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use faker-data-gen with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Generate thousands of mock names, addresses, and paragraphs instantly. Perfectly deterministic, 100% local, and ready for E2E testing.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 3 capabilities

The complete faker-data-gen capability set.

These are the exact actions your AI can choose when you ask it to work with faker-data-gen.

Capability set01 / 01

01-03

3 capabilities in this set.

Part of 3 available through faker-data-gen.

  1. 01

    Generate fake addresses

    Provide a count and optionally a numeric seed to guarantee deterministic reproducible outputs. Deterministically generates random addresses based on a seed

  2. 02

    Generate fake names

    Provide a count and optionally a numeric seed to guarantee deterministic reproducible outputs. Deterministically generates random names and identities based on a seed

  3. 03

    Generate fake text

    Provide the number of paragraphs and optionally a numeric seed to guarantee deterministic reproducible outputs. Deterministically generates random lorem-ipsum paragraphs based on a seed

Observed, not estimated

842ms average. Fast in production.

faker-data-gen is checked daily against the live service.

Daily averagePeak 971ms
Aug 20Today
Fastest day
629ms
Slowest day
971ms
14-day trend
Slowing+46%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 3 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of faker-data-gen, so you can see the experience inside your AI.

It does not authenticate your account with faker-data-gen. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

faker-data-gen Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_zqXVHiAERlUFEc9cneeKTVPEFZz6uDTR7XoZvaRY/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — faker-data-gen capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "deterministic-faker-data-engine-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_zqXVHiAERlUFEc9cneeKTVPEFZz6uDTR7XoZvaRY/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions faker-data-gen owners ask.

  • 01

    Why do I need a 'seed' parameter?

    In software testing, you often need the data to be 'fake' but 'repeatable'. If a test fails for user 'John Smith', you want it to generate 'John Smith' again when you re-run the test tomorrow. A seed guarantees mathematical consistency.

  • 02

    Does it use Faker.js under the hood?

    No. To maintain the 'zero-dependency' utility promise and keep latency at absolute zero, it relies on a custom, lightweight Linear Congruential Generator (LCG) algorithm built directly into the MCP core.

  • 03

    Is my mock data sent to the cloud?

    No. All generation happens locally in your environment. This ensures 100% compliance with strict enterprise development policies.