Wireflow AI
officialYou're agent can Chain 60+ AI image and video models on one workflow canvas
What can you do with Wireflow AI MCP?
- List your workflows — Ask the assistant to retrieve all workflows in your account with
list_workflows. - Inspect a workflow’s inputs — Use
get_workflowto see a specific workflow’s nodes and required input fields before running it. - Browse published templates — Discover available template workflows via
list_templatesto find pre-built automation starting points. - Check available AI models — Call
list_modelsto see which image, video, and audio models are currently available for your workflows. - Run a workflow with consent — Trigger a workflow execution with
run_workflow(spends credits) and receive an execution ID for tracking. - Poll execution status — Use
get_executionto check the status and retrieve output URLs of a running or completed workflow. - View credit balance — Check your remaining credits and current plan via
get_credit_balance.
Documentation
Wireflow
Developers
Wireflow MCP Connector
Wireflow speaks the Model Context Protocol. Connect Claude or any MCP client and let it list, inspect, and run your AI workflows on your behalf, with explicit consent and per-scope permissions.
Connect
Add a custom connector in your MCP client and point it at the Streamable HTTP endpoint below. The client walks you through Wireflow’s OAuth sign-in and a consent screen, no manual API keys, no client setup.
https://www.wireflow.ai/api/mcp
How auth works
- OAuth 2.1 authorization code flow with PKCE (S256).
- Dynamic Client Registration (RFC 7591), so clients self-register with no pre-shared credentials.
- You approve a consent screen listing exactly the permissions the client asked for. Revoke anytime from settings.
Permissions
| workflows:read | View your workflows and templates |
|---|---|
| workflows:execute | Run your workflows (spends credits) |
| executions:read | View run status and results |
| models:read | List available AI models |
| usage:read | View your credit balance |
Tools
| list_workflows | List the workflows in your account |
|---|---|
| get_workflow | Inspect a workflow’s nodes and the inputs it accepts |
| list_templates | Browse published template workflows |
| list_models | List available image / video / audio models |
| get_credit_balance | Check your credit balance and plan |
| run_workflow | Run a workflow (consumes credits) and get an executionId |
| get_execution | Poll a run for status and output URLs |
Only run_workflow spends credits; every other tool is read-only.