Loading...
npx @flowcore/platform-mcp-server --username <username> --pat <pat>get_resourceRetrieves a specific resource from the Flowcore Platform.
Read-only operation; no data modification.
list_resourcesLists available resources on the Flowcore Platform.
Read-only operation; no data modification.
create_resourceCreates a new resource on the Flowcore Platform.
Non-destructive write operation.
update_resourceUpdates an existing resource on the Flowcore Platform.
Structural modification of existing data.
delete_resourceDeletes a resource from the Flowcore Platform.
Destructive operation; irreversible data loss.
This server's safety depends on the security of the PAT and the specific tools exposed through the MCP interface. It's relatively safe for read-only operations, but risky if destructive operations are enabled without proper authorization controls. Ensure PAT is securely stored and rotated regularly.