You're viewing a demo portfolio

Join the waitlist
PRSM

banking_fee_negotiator

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

As a CFO-focused tool, banking_fee_negotiator analyzes your bank's fee structures (account maintenance, wire transfers, credit lines) and provides data-driven negotiation recommendations. Input your current fees and bank details to receive benchmark comparisons from World Bank and ECB SDW, along with specific levers to reduce costs. Ideal for optimizing treasury operations and improving financial efficiency. Keywords: bank fees, cost optimization, treasury management, financial benchmarking, negotiation strategy.

Parameters schema

{
  "type": "object",
  "required": [
    "account_maintenance_fee",
    "bank_country"
  ],
  "properties": {
    "async": {
      "type": "boolean",
      "description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
    },
    "industry": {
      "type": "string",
      "description": "Industry classification (e.g., 'manufacturing', 'retail')"
    },
    "bank_country": {
      "type": "string",
      "description": "ISO 2-letter country code of the bank"
    },
    "credit_line_fee": {
      "type": "number",
      "description": "Current annual credit line fee percentage"
    },
    "wire_transfer_fee": {
      "type": "number",
      "description": "Current domestic wire transfer fee in USD"
    },
    "international_wire_fee": {
      "type": "number",
      "description": "Current international wire transfer fee in USD"
    },
    "account_maintenance_fee": {
      "type": "number",
      "description": "Current monthly account maintenance fee in USD"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

@gapup/mcp-knowledge

https://github.com/getgapup/gapup-mcp

2/7 registries
View full server →
banking_fee_negotiator — @gapup/mcp-knowledge — PRSM MCP