Limitations
This flow only supports the Claude Code CLI. It does not work with Claude Desktop, ChatGPT, or other AI clients that require OAuth.- MCP authentication relies on Upflow API credentials, which grant read-only admin access across the entire organization.
- API credentials are scoped to a single organization. To connect to multiple organizations, you’ll need to repeat the setup for each one.
Prerequisites
- Connect with your CSM so we can confirm:
- The current status of the MCP Server and that we can support your use case.
- That your technical team understands the authentication constraints.
- Once confirmed, the Upflow team will activate the feature so you can start using it.
Step 1 — Collect your connection parameters
- In the Upflow app, go to Organization settings → Apps → API.
- Copy the following values:
- Host
- Key
- Secret
- For the MCP host, take the Host value and append
/mcpat the end.- Example:
https://api.upflow.io→https://api.upflow.io/mcp
- Example:
- For User email, use:
- Your own email, or
- Any email belonging to a member of the same organization.
Host(with/mcpat the end)KeySecretUser_email
Step 2 — Add Upflow MCP to Claude Code
If you don’t have Claude Code yet, follow Claude Code’s quickstart to install it. You’ll need a Claude Code subscription. Install Claude Code by running this command in your terminal:<...> placeholders with the values from Step 1:
upflow-api-<Org_Name>. If you only need a single organization, you can use upflow-api.
Step 3 — Verify the connection
Start Claude Code:🟢 connected.
Try one of these prompts:
- Top debtors — Who are the top 5 debtors by outstanding balance?
- Recent collections — How much have we collected since the beginning of the month?
- Customer contact — Who is the main contact for [customer name]?
Troubleshoot
Verify the MCP entry in Claude configuration Open the file/Users/<your_username>/.claude.json and check for the mcpServers entry.
- If the file doesn’t exist, verify your Claude Code installation.
- If there’s no
mcpServersentry, retry Step 2.