
Poldex
Wire your coding agent to PolDex so it can run commercial insurance credits, estimates, extractions, batch jobs, and downloads without custom API glue.
Overview
PolDex MCP is a Build-phase MCP server that exposes authenticated PolDex commercial insurance extraction, estimation, job, and batch tools to AI agents via stdio.
What is this MCP server?
- stdio npm package @poldex/mcp-server (v0.0.3) for local MCP clients
- Authenticated tools for credit, estimate, extraction, jobs, batches, connector events, and downloads
- Requires POLDEX_API_KEY; optional POLDEX_API_BASE_URL override (defaults to production Cloudflare API)
- Targets commercial insurance document pipelines for AI agents
- GitHub source at lordolami/poldex with MCP server.schema.json manifest
- Server version 0.0.3 in MCP manifest
- npm identifier @poldex/mcp-server with stdio transport
- One required secret env var: POLDEX_API_KEY
What problem does it solve?
Agents cannot reliably turn commercial insurance documents into structured data without a dedicated extraction API and tedious custom integration code.
Who is it for?
Solo builders automating commercial policy ingestion, underwriting prep, or insurtech prototypes that already use or plan to use PolDex credits.
Skip if: Builders with no insurance workflows, those who need only personal auto policies, or teams that refuse hosted finance APIs and API-key billing.
What do I get? / Deliverables
After you register the server with your API key, your agent can call PolDex tools for credits, estimates, extractions, jobs, batches, and downloads inside the same session.
- Agent-accessible PolDex extraction and estimate tool calls
- Job and batch status/results from PolDex workflows
- Downloadable outputs when tools return file or export handles
Recommended MCP Servers
Journey fit
Insurance extraction is agent-to-API wiring that happens while you are building automations and backends, not during initial market research. The server’s value is MCP tool exposure over stdio/npm—classic integrations work connecting Claude Code or Cursor to a third-party extraction API.
How it compares
PolDex is a domain-specific insurance extraction MCP integration, not a general document OCR skill or marketplace bundle.
Common Questions / FAQ
Who is io.github.lordolami/poldex for?
It is for developers and solo builders who use AI coding agents and need PolDex commercial insurance extraction, estimates, and batch jobs exposed as MCP tools.
When should I use io.github.lordolami/poldex?
Use it when you are building agent workflows that must extract, estimate, or batch-process commercial insurance documents through PolDex rather than writing one-off API scripts.
How do I add io.github.lordolami/poldex to my agent?
Install the npm package @poldex/mcp-server, configure stdio transport in your MCP client, set POLDEX_API_KEY (and POLDEX_API_BASE_URL only if you need a non-default endpoint), then restart the agent so the PolDex tools load.