Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.lordolami/poldex

NPM · @POLDEX/MCP-SERVER · SCANNED AUG 3

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

Available components

+14 this week 53 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency6
Schema Quality & AI Usability57
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 443 tokens (~49/item across 9 items; 9 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage89
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 67% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @poldex/mcp-server

# add to Claude Code
claude mcp add lordolami-poldex -- npx -y @poldex/mcp-server
# add to Codex CLI
codex mcp add lordolami-poldex -- npx -y @poldex/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lordolami-poldex": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@poldex/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add lordolami-poldex --command npx --arg -y --arg @poldex/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  lordolami-poldex:
    command: "npx"
    args: ["-y", "@poldex/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "lordolami-poldex": {
      "command": "npx",
      "args": [
        "-y",
        "@poldex/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +53
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • License: unverified → fail functional
    • Schema quality: unverified → fair functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Licence: UNLICENSED functional
  • 1 Aug 26 −21
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 39

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@poldex/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 96 packages

96 packages in the resolved dependency tree · 94 deprecated · 29 stale · 2 without a linked repository.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 9 exposed · ~443 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
download_artifact ~67

Download a batch artifact to a local path. Use only for artifacts returned by PolDex batch status.

NameTypeReqDescription
artifactstringyes
batch_idstringyes
output_pathstringyesLocal path where the artifact should be written.
overwriteboolean

No output schema declared.

No examples provided.

estimate_extraction ~83

Estimate pages, credits, and output names before running extraction. This does not spend credits.

NameTypeReqDescription
file_pathsarrayLocal file paths readable by this MCP server.
schemastringCommercial insurance schema to use.
text_itemsarrayInline document text items.
url_itemsarrayRemote document URLs for PolDex to fetch.

No output schema declared.

No examples provided.

extract_batch ~111

Run extraction for text, URLs, or local files. This can hold and capture credits, so confirm_cost must be true.

NameTypeReqDescription
confirm_costbooleanyesMust be true to confirm the agent is allowed to spend PolDex credits.
file_pathsarrayLocal file paths readable by this MCP server.
schemastringCommercial insurance schema to use.
text_itemsarrayInline document text items.
url_itemsarrayRemote document URLs for PolDex to fetch.

No output schema declared.

No examples provided.

get_batch ~31

Fetch processor batch status, item states, credit settlement, and result links.

NameTypeReqDescription
batch_idstringyes

No output schema declared.

No examples provided.

get_credits ~25

Return available, held, and total PolDex credits for the configured API key.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_job ~27

Fetch a PolDex async extraction job by job_id.

NameTypeReqDescription
job_idstringyes

No output schema declared.

No examples provided.

get_schema ~36

Get a machine-readable PolDex schema contract with fields, example output, and proof documents.

NameTypeReqDescription
schema_idstringyesSchema identifier.

No output schema declared.

No examples provided.

list_connector_events ~45

List completed or failed connector events for polling agents and automation tools.

NameTypeReqDescription
limitinteger
sincestringCursor or ISO timestamp returned by a prior call.

No output schema declared.

No examples provided.

list_schemas ~18

List commercial insurance extraction schemas PolDex supports.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.