PRODUCTION · MCP SERVER

Claude talks directly to your Salesforce Flows.

Flow Forge is an MCP server that connects Claude to the Salesforce Metadata API. Claude can list every Flow in the org, read the full XML of any Flow, and deploy changes — all inside a conversation, no sandbox switching required.

3 MCP tools JWT Bearer auth to Salesforce GitHub ↗
MCP TOOLS
01 · list_flows
📋
Connected to Claude
List every Flow in the org

Returns all Flows in the Salesforce org — API name, type, and status — in a single tool call. Useful as a first step before reading or editing: Claude can survey what exists, identify the right Flow by name, and proceed from there without needing to leave the conversation.

Tool list_flows
Args None required
Returns API name · Flow type · Active / Inactive status
API Salesforce Tooling API — SOQL query on FlowDefinition
Claude tool · no UI
02 · get_flow
🔍
Connected to Claude
Read a Flow's full XML metadata

Returns the complete Salesforce Flow XML for any Flow by API name. Claude can read the structure, understand the logic, suggest edits, or generate a new version — then hand the updated XML back to deploy_flow to ship it, all without leaving the conversation.

Tool get_flow
Args flow_name — Salesforce API name of the Flow
Returns Full Flow XML metadata from Metadata API
API Salesforce Metadata API — retrieve by component name
Claude tool · no UI
03 · deploy_flow
🚀
Connected to Claude
Deploy a Flow to the org

Packages a Flow XML into a metadata deployment bundle and pushes it to the Salesforce org via the Metadata API. Claude can write or revise a Flow, validate it, and deploy — turning a conversation into a live change in the org with no sandbox switching or manual Metadata API calls.

Tool deploy_flow
Args flow_name · flow_xml — the full Flow XML to deploy
Returns Deployment status · success or error detail
API Salesforce Metadata API — JSZip bundle deploy
Claude tool · no UI
Protocol
MCP JSON-RPC SSE transport
Salesforce
Metadata API Tooling API JWT Bearer Flow jsforce
Runtime
Express Node.js Railway JSZip
Auth
OAuth 2.0 DCR 90-day tokens

Flow Forge is an internal MCP server at YourPolicy — not a public product. Connect via Claude.ai → Connections → https://flowforge.your-policy.ai/mcp