LIVE ENDPOINT
https://api.forcefieldsilicon.com/mcp
Connect to this endpoint to inspect the live schema for cancel_job 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
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.com-forcefieldsilicon-mdengine]
url = "https://api.forcefieldsilicon.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-forcefieldsilicon-mdengine": {
"type": "http",
"url": "https://api.forcefieldsilicon.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-forcefieldsilicon-mdengine
Remote MCP URL: https://api.forcefieldsilicon.com/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": {
"com-forcefieldsilicon-mdengine": {
"url": "https://api.forcefieldsilicon.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-forcefieldsilicon-mdengine": {
"type": "http",
"url": "https://api.forcefieldsilicon.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-forcefieldsilicon-mdengine",
"transport": "streamable-http",
"url": "https://api.forcefieldsilicon.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
account— Balance in USD, the per-GPU hourly rate table, and the key id of the API key in use.submit_job— One call: create a hosted GPU job, upload the deck given INLINE as {relative_path: text}, and queue it.create_job— Step 1 of the two-step path for big decks: validates the spec, reserves a job id, returns a presigned upload_url.start_job— Step 2: queue a job whose deck tarball has been uploaded.job_status— State (created|uploaded|queued|launching|running|uploading|done|failed|cancelled), GPU, rate, billed seconds, cost so far, exit code, error, last thermo lines.job_log— The last <= 20 thermo/log lines the running pod reported (30 s heartbeat).job_results— For a done/failed job: a presigned download_url (valid ~7 days) for the results tarball (work/, log.list_jobs— Jobs of this API key, newest first.