MCP server for private credit

Talk to your credit portfolio, not your spreadsheets

Covagent MCP tools let your agents check document statuses, ratios, breaches and trends across your borrowers with zero Excel.

The quarterly cycle

70% of institutions still monitor covenants in spreadsheets

Every quarter, monitoring teams at mid-market direct lending funds repeat the same cycle for 50-150 borrowers. The workflow hasn't changed in a decade.

01

Document collection

Chase 50-150 borrowers for compliance certificates via email. Track who submitted, who's late.

02

Financial spreading

Open PDFs. Re-key line items into Excel. Every borrower uses a different format.

03

Covenant calculation

Calculate leverage, coverage, fixed charge ratios using each borrower's specific credit agreement definitions.

04

Threshold check

Compare every ratio against covenant limits. Flag breaches and near-breaches within 10% of a limit.

05

Portfolio rollup

Compile all borrower statuses into a green/yellow/red summary for the investment committee.

“Tracking borrower performance, covenant compliance, and portfolio trends is incredibly manual, often requiring dozens of analysts pulling data from PDFs, spreadsheets, and scattered reports.”

JumpCap, 2025

Before & after

One message replaces hours of work

What monitoring analysts do today in Excel versus what they say to their AI agent with Covagent connected.

Today

Open the tracking spreadsheet and scan for missing certs. Email borrowers who have not submitted.

With Covagent

"Which borrowers haven't submitted their Q1 compliance certificates?"

Today

Open the cert PDF. Re-key ratios into Excel, then check the threshold tab.

With Covagent

"Extract this cert and tell me if Acme Healthcare is in compliance"

Today

Scan the portfolio tracker for yellows and reds across all borrowers.

With Covagent

"Show me every borrower within 10% of a covenant breach"

Demo

Your AI agent calls Covagent tools

The MCP server registers tools that any compatible AI client can invoke. You ask in natural language; the agent picks the right tool.

covagent-bdc
Agent
Covagentsearch_bdcsSEC data
{
  "query": "Ares",
  "count": 5,
  "bdcs": [
    {
      "name": "ARES CAPITAL CORP",
      "cik": "1287750",
      "holdings_count": 4476,
      "total_fair_value_usd": 509229000000,
      "avg_spread_bps": 552,
      "filed_date": "2026-02-04"
    },
    {
      "name": "BLACKSTONE SECURED LENDING FUND",
      "cik": "1736035",
      "holdings_count": 1455,
      "total_fair_value_usd": 329608939000,
      "avg_spread_bps": 540,
      "filed_date": "2026-02-25"
    },
    {
      "name": "BLUE OWL CAPITAL CORP",
      "cik": "1655888",
      "holdings_count": 1627,
      "total_fair_value_usd": 329483050000,
      "avg_spread_bps": 549,
      "filed_date": "2026-02-18"
    },
    {
      "name": "BLUE OWL TECHNOLOGY FINANCE CORP.",
      "cik": "1747777",
      "holdings_count": 1167,
      "total_fair_value_usd": 226527089000,
      "avg_spread_bps": 534,
      "filed_date": "2026-02-18"
    },
    {
      "name": "BARINGS CAPITAL INVESTMENT CORP",
      "cik": "1811972",
      "holdings_count": 1507,
      "total_fair_value_usd": 220575226000,
      "avg_spread_bps": 553,
      "filed_date": "2026-02-19"
    }
  ]
}

MCP tools

BDC data today, portfolio tools next

The public covagent-bdc server exposes four SEC-backed tools now. Six more ship with the full portfolio product we're onboarding for early access.

BDC data (live) (4 tools)
search_bdcs

Search or list BDCs from SEC filings: name, CIK, holdings count, total fair value, average spread, filed date. Omit query to list all, sorted by portfolio size.

in{"query":"Ares"}out{"count":5,"top":"ARES CAPITAL CORP","cik":"1287750","holdings":4476}
get_bdc_portfolio

Full Schedule of Investments-style holdings for one BDC by CIK: borrower, investment type, spread, fair value, cost, maturity where available.

in{"cik":"1287750"}out{"name":"ARES CAPITAL CORP","holdings_count":4476,"total_fair_value_usd":509229000000}
search_borrowers

Find a borrower across all BDC portfolios: which funds hold them, spread, fair value, investment type—useful for cross-lender exposure.

in{"query":"Eclipse Business Capital,"}out{"borrower":"Eclipse Business Capital, LLC | LLC …","bdc_count":2,"total_fair_value_usd":1088787000}
get_market_stats

Aggregate stats across ingested BDCs: total fair value, average spread, industry and investment-type breakdowns, largest managers.

in{}out{"total_bdcs":50,"holdings":62345,"avg_spread_bps":3333}
Portfolio monitoring (early access) (4 tools)
check_covenant_status

Covenant status for one borrower: each test with actual value, threshold, headroom, and compliant / warning / breach.

in{ "borrower": "Acme Healthcare" }out{ "covenants": 2, "status": "compliant", "headroom": "16%" }
list_portfolio_breaches

Breaches and near-breaches for the full portfolio, ordered by severity. Near-breach means within 10% of a limit.

out{ "breaches": 1, "warnings": 3, "compliant": 46 }
get_borrower_trend

Quarter-by-quarter covenant ratios for one borrower, with headroom over time and a deterioration flag when the pattern worsens.

in{ "borrower": "Meridian Logistics", "periods": 4 }out{ "pattern": "deteriorating", "consecutive_breaches": 2 }
get_portfolio_summary

Portfolio roll-up: borrower count, compliance rate, breach and warning counts, and sector mix.

out{ "borrowers": 49, "compliance_rate": "93.9%", "breaches": 1 }
Documents & extraction (early access) (2 tools)
extract_compliance_cert

Parse a compliance certificate PDF into structured fields: ratios, thresholds, pass/fail, and per-field confidence.

in{ "file": "acme_q1_cert.pdf" }out{ "leverage": 4.2, "threshold": 5.0, "confidence": 0.97 }
check_document_status

Submission status for the quarter: who filed, who is overdue, and what is due soon.

out{ "submitted": 43, "overdue": 6, "due_soon": 5 }

Early access

Connect your AI to your portfolio

We're onboarding a small number of mid-market direct lending funds this quarter.

Supplementary data

50 BDC portfolios, 62,000+ holdings

Public BDC data from SEC filings, structured and searchable. Free, no signup.

Open BDC tool