
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
debtstack-ai
Advanced tools
Corporate credit data API for AI agents. Search bonds, leverage ratios, guarantor chains, covenants, and SEC filings across 300+ companies.
mcp-name: io.github.marcellusgreen/debtstack-ai
pip install debtstack-ai
For MCP server support:
pip install debtstack-ai[mcp]
from debtstack import DebtStack
client = DebtStack(api_key="ds_xxxxx")
# Search companies by leverage
companies = client.companies(min_leverage=4.0, sector="Technology")
# Search bonds by yield
bonds = client.bonds(min_ytm=8.0, seniority="senior_secured", has_pricing=True)
# Resolve a bond by description
matches = client.resolve_bond("RIG 8% 2027")
# Get corporate structure
structure = client.corporate_structure("CHTR")
Connect DebtStack to Claude Desktop, Claude Code, Cursor, and other MCP clients.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"debtstack-ai": {
"command": "debtstack-mcp",
"env": {
"DEBTSTACK_API_KEY": "ds_xxxxx"
}
}
}
}
Add to ~/.claude/mcp.json:
{
"mcpServers": {
"debtstack-ai": {
"command": "debtstack-mcp",
"env": {
"DEBTSTACK_API_KEY": "ds_xxxxx"
}
}
}
}
| Tool | Description |
|---|---|
search_companies | Search companies by ticker, sector, leverage ratio, and risk flags |
search_bonds | Search bonds by ticker, seniority, yield, spread, and maturity |
resolve_bond | Look up a bond by CUSIP, ISIN, or description |
get_guarantors | Find all entities that guarantee a bond |
get_corporate_structure | Get full parent-subsidiary hierarchy |
search_pricing | Get FINRA TRACE bond prices, YTM, and spreads |
search_documents | Search SEC filing sections |
get_changes | See what changed in a company's debt structure since a date |
Apache-2.0
FAQs
Corporate credit data API for AI agents
The pypi package debtstack-ai receives a total of 18 weekly downloads. As such, debtstack-ai popularity was classified as not popular.
We found that debtstack-ai demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.