Catalog
io.github.lordolami/poldex
OfficialMCP server exposing PolDex commercial insurance extraction tools to AI agents.
Commercial insurance data extraction tools for AI agents using PolDex platform.
README not available yet.
Install
Configuration
Environment variables
POLDEX_API_KEYrequiredsecretPolDex API key used for authenticated credit, estimate, extraction, job, batch, connector event, and download tools.
POLDEX_API_BASE_URLOptional PolDex API base URL. Defaults to the production Cloudflare API.
claude_desktop_config.json
{
"mcpServers": {
"poldex": {
"command": "npx",
"args": [
"-y",
"@poldex/mcp-server@0.0.3"
],
"env": {
"POLDEX_API_KEY": "<YOUR_POLDEX_API_KEY>",
"POLDEX_API_BASE_URL": "<YOUR_POLDEX_API_BASE_URL>"
}
}
}
}