wise_create_quote

Create a Wise money transfer quote.

Server UnClick @unclick/mcp-server
Category Financial
Risk class Critical
Parameters 62 required

What wise_create_quote does on UnClick

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.

ParameterTypeRequiredDescription
api_key string
profile_id number
sourceAmount number
targetAmount number
sourceCurrency string Yes
targetCurrency string Yes

Parameters from the server's own tool schema.

Why wise_create_quote needs a policy

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)

Questions about wise_create_quote

What does the wise_create_quote tool do? +

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.

What parameters does wise_create_quote accept? +

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.

How do I enforce a policy on wise_create_quote? +

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.

What risk level is wise_create_quote? +

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.

Can I rate-limit wise_create_quote? +

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.

How do I block wise_create_quote completely? +

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.

What MCP server provides wise_create_quote? +

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.

// LOOK UP ANOTHER 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 →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.