AI agents use wise_create_quote to commit financial operations through UnClick — usually the final step of a payment, billing, or trading workflow. A call moves real money.
| Parameter | Type | Required | Description |
|---|---|---|---|
api_key | string | — | |
profile_id | number | — | |
sourceAmount | number | — | |
targetAmount | number | — | |
sourceCurrency | string | Yes | |
targetCurrency | string | Yes |
Parameters from the server's own tool schema.
Creating a quote on Wise is the first step in committing to a money transfer. While a quote itself may not move funds immediately, it establishes financial intent and may trigger obligations or be automatically fulfilled. Given the financial platform context and the term 'money transfer', this falls squarely in the Financial category with high severity due to potential for real monetary movement.
From the tool's definition 'Wise money transfer quote' — initiates a financial transaction flow on Wise, a real money transfer platform
Risk signalsHandles credentials or secrets (api_key)
Attacks that exploit this kind of access
Create a Wise money transfer quote. It is categorised as a Financial tool in the UnClick MCP Server, which means it involves financial transactions. Block by default and require explicit approval.
wise_create_quote accepts 6 parameters: api_key, profile_id, sourceAmount, targetAmount, sourceCurrency, targetCurrency. Required: sourceCurrency, targetCurrency. The full parameter table on this page comes from the server's own tool schema.
Register the UnClick MCP server in PolicyLayer and add a rule for wise_create_quote: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches UnClick. Nothing to install.
wise_create_quote is a Financial tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.
Yes. Add a rate_limit block to the wise_create_quote rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for wise_create_quote. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
wise_create_quote is provided by the UnClick MCP server (@unclick/mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →