← Index

io.github.lordolami/poldex

io.github.lordolami/poldex·v0.0.3·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "poldex": {
      "command": "npx",
      "args": [
        "-y",
        "@poldex/mcp-server"
      ],
      "env": {
        "POLDEX_API_KEY": "<your-poldex_api_key>",
        "POLDEX_API_BASE_URL": "<poldex_api_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "poldex": {
      "command": "npx",
      "args": [
        "-y",
        "@poldex/mcp-server"
      ],
      "env": {
        "POLDEX_API_KEY": "<your-poldex_api_key>",
        "POLDEX_API_BASE_URL": "<poldex_api_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @poldex/mcp-server
§02  Environment variables
POLDEX_API_KEY
requiredsecret

PolDex API key used for authenticated credit, estimate, extraction, job, batch, connector event, and download tools.

POLDEX_API_BASE_URL

Optional PolDex API base URL. Defaults to the production Cloudflare API.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other