Skip to content
Cursor

DebtStack.ai for Cursor

io.github.marcellusgreen/debtstack-ai

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

client:Cursor transport:stdio runtime:pypi

Install DebtStack.ai in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

DebtStack.ai in other clients