AI & Machine Learning
synthforge.io
This server lets users generate downloadable datasets from plain English descriptions, including account quota and credit management.
ENDPOINT 1
https://mcp.synthforge.io/mcp
MCP server metadata
- Name
- synthforge
- Version
- 0.1.0
Known tools 19
description_to_datasetDescribe the data you need in plain English and get a downloadable dataset back, with foreign keys that actually resolve.
Inferred read-onlywhoamiReturn the SynthForge IO account for the current API key (id, email, …).
Potential side effectsget_quotaReturn effective plan limits for this account (AI schemas/hour, datasets/day, rows, storage, concurrency) plus credit_balance.
Inferred read-onlyget_schemaGet one schema by id, including table/column summary, full schema_data JSON, and validation stamps (is_validated, validation_errors).
Inferred read-onlyduplicate_schemaDuplicate an existing schema (cheap iteration without re-running AI forge).
Inferred read-onlyget_datasetGet one dataset by id (status, row_counts, relationship_counts, seed, schema_id).
Inferred read-onlyforge_schemaCreate an AI schema job from a natural-language description and wait until terminal.
Potential side effectsget_schema_job_statusPull: single-poll status for a schema (AI forge) job until terminal.
Potential side effectsget_dataset_statusPull: single-poll status for a dataset generation job until terminal.
Potential side effectswait_schema_jobPoll schema job until terminal; emits progress when client sends progressToken.
Potential side effectswait_datasetPoll dataset until terminal; emits progress when client sends progressToken.
Potential side effectsget_download_urlPresigned ZIP for a completed dataset: Download: line, optional embedded file, resource_link.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- synthforge
- Version
- 0.1.0
Known tools 19
description_to_datasetDescribe the data you need in plain English and get a downloadable dataset back, with foreign keys that actually resolve.
Inferred read-onlywhoamiReturn the SynthForge IO account for the current API key (id, email, …).
Potential side effectsget_quotaReturn effective plan limits for this account (AI schemas/hour, datasets/day, rows, storage, concurrency) plus credit_balance.
Inferred read-onlyget_schemaGet one schema by id, including table/column summary, full schema_data JSON, and validation stamps (is_validated, validation_errors).
Inferred read-onlyduplicate_schemaDuplicate an existing schema (cheap iteration without re-running AI forge).
Inferred read-onlyget_datasetGet one dataset by id (status, row_counts, relationship_counts, seed, schema_id).
Inferred read-onlyforge_schemaCreate an AI schema job from a natural-language description and wait until terminal.
Potential side effectsget_schema_job_statusPull: single-poll status for a schema (AI forge) job until terminal.
Potential side effectsget_dataset_statusPull: single-poll status for a dataset generation job until terminal.
Potential side effectswait_schema_jobPoll schema job until terminal; emits progress when client sends progressToken.
Potential side effectswait_datasetPoll dataset until terminal; emits progress when client sends progressToken.
Potential side effectsget_download_urlPresigned ZIP for a completed dataset: Download: line, optional embedded file, resource_link.
Inferred read-onlyCONNECT 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.
synthforge.io is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.