← synthforge.io
INDIVIDUAL MCP TOOL
whoami
Return the SynthForge IO account for the current API key (id, email, …).
LIVE ENDPOINT
https://mcp-dev.synthforge.io/mcp
Connect to this endpoint to inspect the live schema for whoami and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
- A tool name or description suggests sending messages.
Parent server
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.
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.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).list_datasets— List datasets for this account.