You're viewing a demo portfolio

Join the waitlist
PRSM

syndicated_loan_pricing_benchmark

Active

Tool of gapup-mcp

declared in 0.2.0

Provides CFOs with peer benchmarking for syndicated loan pricing by comparing current loan terms against market data from Tradeweb and FRED. Inputs include loan amount, tenor, credit rating, and currency. Outputs structured pricing benchmarks with spread, yield, and fee comparisons. Ideal for quick validation of loan competitiveness or negotiation preparation.

Parameters schema

{
  "type": "object",
  "required": [
    "loanAmount",
    "tenor",
    "creditRating",
    "currency"
  ],
  "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."
    },
    "tenor": {
      "type": "string",
      "description": "Loan tenor (e.g., '5Y', '3Y')"
    },
    "region": {
      "type": "string",
      "description": "Region for benchmarking (e.g., 'US', 'EU')"
    },
    "currency": {
      "type": "string",
      "description": "Currency code (e.g., 'USD', 'EUR')"
    },
    "loanAmount": {
      "type": "number",
      "description": "Loan amount in millions"
    },
    "creditRating": {
      "type": "string",
      "description": "Borrower credit rating (e.g., 'BBB', 'BB+')"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

gapup-mcp

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

2/7 registries
View full server →
syndicated_loan_pricing_benchmark — gapup-mcp — PRSM MCP