MCP server for the Inistate platform — no-code apps creation powered by AI
MCP server for the Inistate platform — no-code apps creation powered by AI. Exposed over MCP by the inistate mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
MCP server for the Inistate platform — module discovery, entry management, and activity submission.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Everything the assistant can do here goes through one of these:
list_workspaces — List workspaces the user has access toset_workspace — Set the active workspacelist_modules — List all discoverable modules in the workspaceget_module_schema — Get the canvas schema (basic or extended tier) — available in every modeget_module_canvas — Get full module definition with stable IDs (round-trippable) (configure)list_entries — Query entries with filters, sorting, and paginationget_entry — Read a single entry by IDget_form — Get form fields and defaults for an activitysubmit_activity — Create, edit, delete, or run custom activitiessubmit_activities — Bulk variant — same activity applied to up to 100 entries in one callget_entry_history — Get entry audit trail and commentsrequest_upload_url — Default upload path — get a presigned S3 URL to PUT file bytes toYou will need 4 environment variables: INISTATE_API_TOKEN, INISTATE_WORKSPACE_ID, OAUTH_ISSUER_URL, INISTATE_APP_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Inistate MCP's toolset — list_workspaces, set_workspace, list_modules and 11 more — is a fair guide to whether it matches your workflow. It is maintained by inistate; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| list_workspaces | List workspaces the user has access to |
| set_workspace | Set the active workspace |
| list_modules | List all discoverable modules in the workspace |
| get_module_schema | Get the canvas schema (basic or extended tier) — available in every mode |
| get_module_canvas | Get full module definition with stable IDs (round-trippable) **(configure)** |
| list_entries | Query entries with filters, sorting, and pagination |
| get_entry | Read a single entry by ID |
| get_form | Get form fields and defaults for an activity |
| submit_activity | Create, edit, delete, or run custom activities |
| submit_activities | Bulk variant — same activity applied to up to 100 entries in one call |
| get_entry_history | Get entry audit trail and comments |
| request_upload_url | Default upload path — get a presigned S3 URL to PUT file bytes to |
| confirm_upload | Confirm a presigned upload completed; returns the File/Image field path |
| upload_file | Fallback upload via base64/multipart (use only if the presigned flow fails) |
{
"mcpServers": {
"inistate": {
"command": "npx",
"args": ["-y", "inistate-mcp"],
"env": {
"INISTATE_API_TOKEN": "your-value",
"INISTATE_WORKSPACE_ID": "your-value",
"OAUTH_ISSUER_URL": "your-value",
"INISTATE_APP_URL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| INISTATE_API_TOKEN | Credential the server authenticates with. | Yes |
| INISTATE_WORKSPACE_ID | Configuration value read at startup. | Optional |
| OAUTH_ISSUER_URL | Endpoint or connection string the server talks to. | Yes |
| INISTATE_APP_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.