You're viewing a demo portfolio

Join the waitlist
PRSM

interest_rate

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

@gapup/mcp-knowledge

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

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