Skip to content
VS Code

DebtStack.ai for VS Code

io.github.marcellusgreen/debtstack-ai

Corporate credit data API for AI agents — bonds, leverage, guarantors, SEC filings

client:VS Code transport:stdio runtime:pypi

Install DebtStack.ai in VS Code

.vscode/mcp.json

{
  "servers": {
    "debtstack-ai": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "debtstack-ai"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

DebtStack.ai in other clients