{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.trollerbk/mcp",
  "title": "TrollerBk",
  "description": "TrollerBk MCP: US bankruptcy market intelligence, case search, dockets, documents. Auth required.",
  "version": "1.0.2",
  "websiteUrl": "https://jmtroller.github.io/mcp-documentation/trollerbk/",
  "repository": {
    "url": "https://github.com/jmtroller/mcp-documentation",
    "source": "github",
    "subfolder": "trollerbk"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.trollerbk.com/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Bearer API token from trollerbk.com subscription. Also supports X-API-Key and X-Client-Email.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ]
}