You're viewing a demo portfolio

Join the waitlist
PRSM

bond_covenant_monitor

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

As a CFO, monitor bond covenant compliance by analyzing leverage ratios (debt-to-equity, debt-to-EBITDA) and interest coverage ratios using real-time financial data. Input a company's ticker symbol and optional covenant thresholds to receive compliance status, key financial metrics, and SEC filing references. Ideal for proactive debt management and regulatory compliance tracking. Keywords: bond covenants, leverage ratio, interest coverage, debt compliance, SEC filings, financial health.

Parameters schema

{
  "type": "object",
  "required": [
    "ticker"
  ],
  "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."
    },
    "ticker": {
      "type": "string",
      "description": "Company ticker symbol (e.g., 'AAPL')"
    },
    "covenantThresholds": {
      "type": "object",
      "properties": {
        "maxDebtToEquity": {
          "type": "number",
          "description": "Maximum allowed debt-to-equity ratio"
        },
        "minInterestCoverage": {
          "type": "number",
          "description": "Minimum required interest coverage ratio"
        }
      },
      "additionalProperties": false
    }
  }
}

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 →