syndicated_loan_pricing_benchmark
ActiveTool of @gapup/mcp-knowledge
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+')"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries