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
{
"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