← Registry

AI & Machine Learning

synthforge.io

This server lets users generate downloadable datasets from plain English descriptions, including account quota and credit management.

2 endpoints38 known toolsFirst detected August 21, 2026Last detected August 21, 2026

ENDPOINT 1

https://mcp.synthforge.io/mcp

No auth detected

MCP server metadata

Name
synthforge
Version
0.1.0
Capabilities
tools.listChanged

Known tools 19

description_to_dataset

Describe the data you need in plain English and get a downloadable dataset back, with foreign keys that actually resolve.

Inferred read-only
whoami

Return the SynthForge IO account for the current API key (id, email, …).

Potential side effects
get_quota

Return effective plan limits for this account (AI schemas/hour, datasets/day, rows, storage, concurrency) plus credit_balance.

Inferred read-only
get_credits

Return the credit balance and the price list for this account.

Inferred read-only
buy_credits

Get a Stripe Checkout link so the account owner can add credits.

Inferred read-only
list_schemas

List schemas for this account (id, name, source_type, table summary).

Inferred read-only
get_schema

Get one schema by id, including table/column summary, full schema_data JSON, and validation stamps (is_validated, validation_errors).

Inferred read-only
duplicate_schema

Duplicate an existing schema (cheap iteration without re-running AI forge).

Inferred read-only
list_datasets

List datasets for this account.

Inferred read-only
get_dataset

Get one dataset by id (status, row_counts, relationship_counts, seed, schema_id).

Inferred read-only
forge_schema

Create an AI schema job from a natural-language description and wait until terminal.

Potential side effects
generate_dataset

Generate a synthetic dataset for an existing schema_id.

Inferred read-only
get_schema_job_status

Pull: single-poll status for a schema (AI forge) job until terminal.

Potential side effects
get_dataset_status

Pull: single-poll status for a dataset generation job until terminal.

Potential side effects
wait_schema_job

Poll schema job until terminal; emits progress when client sends progressToken.

Potential side effects
wait_dataset

Poll dataset until terminal; emits progress when client sends progressToken.

Potential side effects
get_download_url

Presigned ZIP for a completed dataset: Download: line, optional embedded file, resource_link.

Inferred read-only
cancel_dataset

Cancel an in-flight dataset generation job.

Inferred read-only
cancel_schema_job

Cancel an in-flight AI schema forge job.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.synthforge]
url = "https://mcp.synthforge.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "synthforge": {
      "type": "http",
      "url": "https://mcp.synthforge.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: synthforge
Remote MCP URL: https://mcp.synthforge.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "synthforge": {
      "url": "https://mcp.synthforge.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "synthforge": {
      "type": "http",
      "url": "https://mcp.synthforge.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "synthforge",
  "transport": "streamable-http",
  "url": "https://mcp.synthforge.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://mcp-dev.synthforge.io/mcp

No auth detected

MCP server metadata

Name
synthforge
Version
0.1.0
Capabilities
tools.listChanged

Known tools 19

description_to_dataset

Describe the data you need in plain English and get a downloadable dataset back, with foreign keys that actually resolve.

Inferred read-only
whoami

Return the SynthForge IO account for the current API key (id, email, …).

Potential side effects
get_quota

Return effective plan limits for this account (AI schemas/hour, datasets/day, rows, storage, concurrency) plus credit_balance.

Inferred read-only
get_credits

Return the credit balance and the price list for this account.

Inferred read-only
buy_credits

Get a Stripe Checkout link so the account owner can add credits.

Inferred read-only
list_schemas

List schemas for this account (id, name, source_type, table summary).

Inferred read-only
get_schema

Get one schema by id, including table/column summary, full schema_data JSON, and validation stamps (is_validated, validation_errors).

Inferred read-only
duplicate_schema

Duplicate an existing schema (cheap iteration without re-running AI forge).

Inferred read-only
list_datasets

List datasets for this account.

Inferred read-only
get_dataset

Get one dataset by id (status, row_counts, relationship_counts, seed, schema_id).

Inferred read-only
forge_schema

Create an AI schema job from a natural-language description and wait until terminal.

Potential side effects
generate_dataset

Generate a synthetic dataset for an existing schema_id.

Inferred read-only
get_schema_job_status

Pull: single-poll status for a schema (AI forge) job until terminal.

Potential side effects
get_dataset_status

Pull: single-poll status for a dataset generation job until terminal.

Potential side effects
wait_schema_job

Poll schema job until terminal; emits progress when client sends progressToken.

Potential side effects
wait_dataset

Poll dataset until terminal; emits progress when client sends progressToken.

Potential side effects
get_download_url

Presigned ZIP for a completed dataset: Download: line, optional embedded file, resource_link.

Inferred read-only
cancel_dataset

Cancel an in-flight dataset generation job.

Inferred read-only
cancel_schema_job

Cancel an in-flight AI schema forge job.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.synthforge]
url = "https://mcp-dev.synthforge.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "synthforge": {
      "type": "http",
      "url": "https://mcp-dev.synthforge.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: synthforge
Remote MCP URL: https://mcp-dev.synthforge.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "synthforge": {
      "url": "https://mcp-dev.synthforge.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "synthforge": {
      "type": "http",
      "url": "https://mcp-dev.synthforge.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "synthforge",
  "transport": "streamable-http",
  "url": "https://mcp-dev.synthforge.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for synthforge.io was fetched 2026-08-26T00:45:40.156Z.

Trust status Trusted

synthforge.io is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.