← synthforge.io

INDIVIDUAL MCP TOOL

cancel_dataset

Cancel an in-flight dataset generation job.

synthforge.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.synthforge.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for cancel_dataset and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

synthforge.io

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.

Related tools

  • description_to_dataset — Describe the data you need in plain English and get a downloadable dataset back, with foreign keys that actually resolve.
  • whoami — Return the SynthForge IO account for the current API key (id, email, …).
  • get_quota — Return effective plan limits for this account (AI schemas/hour, datasets/day, rows, storage, concurrency) plus credit_balance.
  • get_credits — Return the credit balance and the price list for this account.
  • buy_credits — Get a Stripe Checkout link so the account owner can add credits.
  • list_schemas — List schemas for this account (id, name, source_type, table summary).
  • get_schema — Get one schema by id, including table/column summary, full schema_data JSON, and validation stamps (is_validated, validation_errors).
  • duplicate_schema — Duplicate an existing schema (cheap iteration without re-running AI forge).