Skip to main content
The Uniconta connector is intentionally minimal: one read-only tool that reads the current balance of a ledger account. It is connected with an API key (no OAuth) — see Forbind Uniconta.
Endpoint: https://mcp.consile.ai/uniconta/mcp — Uniconta is its own named connector with only its own tools. Tools are called via tools/call over POST /uniconta/mcp.

account_balance

Reads the current balance of a Uniconta ledger account.
account
string
required
Ledger account number, e.g. "1010".
account
string
The account number you queried.
balance
number
The current balance.
currency
string
ISO currency code of the balance.
{
  "name": "account_balance",
  "arguments": { "account": "1010" }
}
This connector vaults an API key + Company ID with no upstream validation at connect time, so an invalid credential surfaces here as an error on the first call rather than at connect. See Errors & limits.