Back to MCP Servers

Debtstack Python

Corporate debt structure data for AI agents. Search 250+ issuers, 5,000+ bonds with leverage ratios, seniority, covenants, guarantor chains, and FINRA TRACE pricing.

finance-fintechpythonairagagent

Installation

npx -y debtstack-python

Configuration

{
  "mcpServers": {
    "debtstack-python": {
      "command": "npx",
      "args": ["-y", "debtstack-python"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub