Simulator Ai Plugin
UnclaimedClaude Code & Codex plugin for Simulator.Company — a Go MCP server exposing the platform REST API plus skills for actors, graphs, forms, and financial accounts.
Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (22)
buildLink
Build an absolute web-app deep-link (actor / event / chat / layer / transaction / …) for the user to click; resolves the web base + workspace automatically, and defaults to the user's open actor/layer from the UI context when present
compactGraphLayout
Auto-layout a layer into domain-clustered grids (replaces the pull → edit → push loop)
createChart
Create a dashboard chart actor (dynamic actorFilter or explicit accounts mode)
createSmartForm
Create a new Smart Form actor with develop + production environments
deploySmartForm
Deploy one Smart Form env to another (develop → production); creates a new release
diffReleases
Show added / removed / modified files between two releases
getAllLayerPlacements
Return every actor placement on a layer in one paginated call
getFileHistory
List version history for a Smart Form file (fileId from .manifest.json)
getFileVersion
Fetch the source of one specific file version
getTaskStatus
Poll an exportGraph / importGraph task; completed exports include a ready-to-share downloadUrl
listReleases
List releases for a Smart Form environment
listTrash
List soft-deleted objects in a Smart Form environment
pruneLongEdges
Delete edges longer than a distance threshold; preserves hierarchy edges
pullGraphFile
Fetch all actors and edges from a layer and write them to <layerId>.yaml in the working directory
pullSmartForm
Download all env file trees of a Smart Form to <actorId>/<env>/ with .manifest.json
pushGraphFile
Read <layerId>.yaml and sync it with the server layer: create / update / remove to match the file
pushSmartForm
Diff local develop files against .manifest.json, validate, and push changed files in one batch
restoreFromTrash
Restore a soft-deleted object from trash
rollbackFile
Restore a file to a prior version
rollbackRelease
Roll back to a prior release (forward-only: creates a new active release)
updateSmartFormEnv
Update Corezoid credentials bound to a Smart Form environment (develop or production)
uploadGraphFile
Upload a .graph archive (base64 or public URL) to workspace storage, returning the fileName for importGraph