Mistral
Connect Mistral le Chat to the FinologeeBKO MCP server as a custom connector
Introduction
Mistral le Chat connects to the FinologeeBKO MCP server as a custom connector, letting you drive the platform through natural-language interaction. Mistral acts under your existing FinologeeBKO rights and follows the same signatory-rule approvals that apply elsewhere on the platform.
Prerequisites
Before connecting, make sure you have:
- The MCP server enabled for your tenant. Contact [email protected] to request it.
- Your MCP endpoint URL and OAuth client ID. See MCP server for where to find these.
- A le Chat account with custom-connector access.
Adding the connector
Add the MCP server as a custom connector in le Chat:
- Open Settings → Connectors → Add custom connector
- Enter a Name, for example
finologeebko - Set the MCP server URL to your endpoint URL, for example
https://<your-tenant-host>/mcp - Set the OAuth Client ID to your client ID
- In the Client secret field, enter any non-empty value, for example
x
le Chat requires a non-empty client secretIf the client secret field is left empty, le Chat attempts Dynamic Client Registration, which FinologeeBKO does not allow, and the connector never reaches the login step. Entering any non-empty value makes le Chat use your client ID with the standard authorization-code flow instead. FinologeeBKO ignores the value you enter, because the client is public.
Authenticating
Save the connector and click Connect. A browser opens at the FinologeeBKO login page. Sign in with your credentials. The connector turns to connected.
Verifying the connection
Confirm the connection is working:
- Enable the tools in the connector's settings tab.
- Check that tools appear namespaced
bko__<domain>__<verb>, for example:bko__cash_account__find_cash_accountsbko__counterparty__get_counterpartiesbko__credit_transfer__create
- Ask le Chat something that uses a tool, such as "list cash accounts", and confirm the tool runs.
Troubleshooting
| Symptom | Cause and fix |
|---|---|
| Connecting fails and no login page appears | The client secret field is empty, so le Chat attempts a registration that FinologeeBKO blocks. Enter any non-empty value in the client secret field. |
| Browser redirect or callback is rejected | The redirect URI is not registered for your client. Contact [email protected]. |
| Tools are missing, or a tool call is denied after connecting | Your account lacks the FinologeeBKO rights required for that action. Each tool requires its own permission. Review your permissions with your administrator. |
Related documentation
Explore related sections for more information:
- MCP server - Overview, rights, and connection values - Concepts, the rights model, and where to find your MCP URL and client ID
- Claude - Connect Claude to the MCP server - Setup for the Claude Code CLI, Claude Desktop, and claude.ai web
- ChatGPT - Connect ChatGPT to the MCP server - Setup for the ChatGPT custom connector
- Permissions - Access control and role-based permissions - Understanding the rights enforced for every MCP tool invocation
Support
For assistance connecting Mistral to the MCP server, contact [email protected].
Updated 12 days ago

