bond_covenant_monitor
ActiveTool of gapup-mcp
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
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries