ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Faker API with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Generate high-quality mock data for development and testing. including addresses, persons, companies, and products in multiple locales.

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 · 11 capabilities

The complete Faker API capability set.

These are the exact actions your AI can choose when you ask it to work with Faker API.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 11 available through Faker API.

  1. 01

    Get persons

    Supports genders "male", "female", and "other". Generate mock personal information

  2. 02

    Get texts

    Generate mock text content

  3. 03

    Get images

    Supports sources like Picsum and types like "any" or "pokemon". Generate mock image URLs

  4. 04

    Get addresses

    Can be filtered by country_code. Generate mock address data

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 11 available through Faker API.

  1. 05

    Get books

    Generate mock book information

  2. 06

    Get companies

    Generate mock company data

  3. 07

    Get credit cards

    Generate mock credit card information

  4. 08

    Get custom

    Pass a JSON object mapping field names to Faker types (e.g. {"myField": "name", "otherField": "email"}). Generate custom mock data structures

Capability set03 / 03

09-11

3 capabilities in this set.

Part of 11 available through Faker API.

  1. 09

    Get places

    Generate mock place data

  2. 10

    Get products

    Generate mock product data

  3. 11

    Get users

    Generate mock user account data

Observed, not estimated

1028ms average. Fast in production.

Faker API is checked daily against the live service.

Daily averagePeak 1429ms
Aug 20Today
Fastest day
878ms
Slowest day
1429ms
14-day trend
Slowing+18%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 11 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 API, so you can see the experience inside your AI.

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

Faker API Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_1d6UeDZa3GxcUtj29pBEYYPnwezDodnKDwlrsATh/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 API capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "faker-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_1d6UeDZa3GxcUtj29pBEYYPnwezDodnKDwlrsATh/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 API owners ask.

  • 01

    Can I generate data in specific languages like Brazilian Portuguese or French?

    Yes! Use the _locale parameter with codes like pt_BR or fr_FR. This ensures that names, addresses, and other fields follow the conventions of that specific region.

  • 02

    How do I ensure I get the same random data every time for my tests?

    You can use the _seed parameter. By providing the same integer seed in your request, the generator will produce identical results, which is perfect for regression testing.

  • 03

    What is the maximum amount of data I can request in a single call?

    The _quantity parameter allows you to request between 1 and 1000 rows of data per capability execution.