interest_rate
ActiveTool of @gapup/mcp-knowledge
Return a precise reference interest rate — the exact figure an agent injects into a treasury, lending, valuation or trading model. Available rates: fed_funds, sofr, us_10y, us_2y, us_3m, ecb_main, euribor_3m. Source: FRED (Federal Reserve Bank of St. Louis). When to use: an agent's computation needs a current benchmark rate as a precise input.
Parameters schema
{
"type": "object",
"required": [
"rate"
],
"properties": {
"rate": {
"enum": [
"fed_funds",
"sofr",
"us_10y",
"us_2y",
"us_3m",
"ecb_main",
"euribor_3m"
],
"type": "string",
"description": "Reference rate name"
},
"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."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries