Skip to content
Claude Desktop

poldex for Claude Desktop

io.github.lordolami/poldex

MCP server exposing PolDex commercial insurance extraction tools to AI agents.

client:Claude Desktop transport:stdio runtime:npm

Install poldex in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "poldex": {
      "command": "npx",
      "args": [
        "-y",
        "@poldex/mcp-server"
      ],
      "env": {
        "POLDEX_API_KEY": "<POLDEX_API_KEY>",
        "POLDEX_API_BASE_URL": "<POLDEX_API_BASE_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

poldex in other clients