Releases: debtstack-ai/debtstack-python
Releases · debtstack-ai/debtstack-python
v0.1.4
What's Changed
- Fix Python version requirement to >=3.10 (resolves dependency conflicts with mcp SDK)
- Update license from MIT to Apache-2.0
- Update coverage numbers: ~300 companies, ~10,000 instruments, ~39,000 entities
- Add Glama badge to README
- Update server.json description with current coverage data
v0.1.3
DebtStack.ai Python SDK v0.1.3
Corporate credit data for AI agents — Python SDK, LangChain tools, and MCP server.
Features
- Python SDK: Async and sync clients for the DebtStack API
- LangChain Integration: 7 tools for building credit analysis agents
- MCP Server: 8 tools for Claude Desktop, Claude Code, and Cursor
Coverage
- ~300 companies (S&P 100 + NASDAQ 100 + high-yield issuers)
- ~10,000 debt instruments with 96% document linkage
- ~4,300 bonds with FINRA TRACE pricing (updated 3x daily)
- ~25,000 searchable SEC filing sections
- ~1,800 structured covenant records
Install
pip install debtstack-ai # Core SDK
pip install debtstack-ai[langchain] # + LangChain tools
pip install debtstack-ai[mcp] # + MCP serverFull Changelog: https://github.com/debtstack-ai/debtstack-python/commits/v0.1.3