FakerForge
FakerForge

Documentation

Faker Forge Docs

Complete user guides for Data Generation, API Mocking, and MCP integration, organized for both developers and LLM-driven workflows.

MCP

MCP Quickstart

Token creation, client configuration, and secure usage basics.

MCP Quickstart

Use MCP to let AI agents interact with Faker Forge for generation and mocking tasks.

Prerequisites

  • Active Faker Forge account
  • API token with fakerforge:generate ability
  • MCP-capable client (VS Code, Cursor, Claude Code, Windsurf)

Create Token

  1. Open MCP token page.
  2. Create a token.
  3. Copy it immediately.
  4. Store securely in your client config.

Server URL

Use your deployed MCP endpoint URL from your environment.

Minimal Config Pattern

{
    "mcpServers": {
        "fakerforge": {
            "url": "https://your-domain/mcp/fakerforge",
            "headers": {
                "Authorization": "Bearer YOUR_TOKEN"
            }
        }
    }
}

Security Guidelines

  • Never commit MCP tokens.
  • Rotate tokens on team/member changes.
  • Use least privilege and environment separation.

First MCP Calls

  • list-schemas
  • get-codebase-schema
  • list-mocks

These verify auth and connectivity before mutation tools.

FakerForge

Synthetic Data Platform

© 2026 FakerForge. All rights reserved.

Navigation