MCP
MCP Tools Reference
Complete reference for each Faker Forge MCP tool.
MCP Tools Reference
This reference covers all Faker Forge MCP tools for Data Generation and API Mocking.
Tool Groups
- Data generation tools
- Schema management tools
- API mock tools
Data Generation Tools
generate-fake-data
Generate fake data for a new or existing codebase schema.
Required:
- codebase_identifier
Optional:
- schema (full raw schema text)
- additional_context
list-schemas
List available schemas for the authenticated user.
get-codebase-schema
Fetch schema detail by schema_id or codebase_identifier.
Optional:
- include_fields
Schema Management Tools
add-table-to-schema
Add one or more tables to existing schema context.
remove-table-from-schema
Remove one or more tables from schema context.
add-column-to-schema
Add a column by explicit definition or AI-assisted mode.
remove-column-from-schema
Remove a column from existing schema context.
API Mock Tools
create-api-mock
Create a new mock or add endpoints to an existing mock.
Required:
- codebase_identifier
- prompt
Optional:
- mock_id
- name
- baseurl
list-mocks
List mock APIs available to the authenticated user.
get-api-mock
Fetch details of a single mock by ID or codebase identifier.
Codebase Identifier Rules
Use this priority order consistently:
- git remote URL
- project folder name
- user-provided project identifier
Consistent identifiers allow schema/mock reuse across sessions.
Common Failure Modes
- Invalid or missing token
- Missing required fields
- Plan limit exceeded
- Polling timeout for long operations
- Unknown schema or mock ID