io.github.lordolami/poldex
NPM · @POLDEX/MCP-SERVER · SCANNED AUG 3
MCP server exposing PolDex commercial insurance extraction tools to AI agents.
Available components
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
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: the license (UNLICENSED) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 95 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
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.
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
claude mcp add lordolami-poldex -- npx -y @poldex/mcp-server
codex mcp add lordolami-poldex -- npx -y @poldex/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"lordolami-poldex": {
"type": "local",
"command": [
"npx",
"-y",
"@poldex/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add lordolami-poldex --command npx --arg -y --arg @poldex/mcp-server
mcp_servers:
lordolami-poldex:
command: "npx"
args: ["-y", "@poldex/mcp-server"] {
"mcpServers": {
"lordolami-poldex": {
"command": "npx",
"args": [
"-y",
"@poldex/mcp-server"
]
}
}
} 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.
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.
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.
download_artifact ~67
Download a batch artifact to a local path. Use only for artifacts returned by PolDex batch status.
| Name | Type | Req | Description |
|---|---|---|---|
| artifact | string | yes | — |
| batch_id | string | yes | — |
| output_path | string | yes | Local path where the artifact should be written. |
| overwrite | boolean | — | — |
No output schema declared.
No examples provided.
estimate_extraction ~83
Estimate pages, credits, and output names before running extraction. This does not spend credits.
| Name | Type | Req | Description |
|---|---|---|---|
| file_paths | array | — | Local file paths readable by this MCP server. |
| schema | string | — | Commercial insurance schema to use. |
| text_items | array | — | Inline document text items. |
| url_items | array | — | Remote 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.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm_cost | boolean | yes | Must be true to confirm the agent is allowed to spend PolDex credits. |
| file_paths | array | — | Local file paths readable by this MCP server. |
| schema | string | — | Commercial insurance schema to use. |
| text_items | array | — | Inline document text items. |
| url_items | array | — | Remote 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.
| Name | Type | Req | Description |
|---|---|---|---|
| batch_id | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| job_id | string | yes | — |
No output schema declared.
No examples provided.
get_schema ~36
Get a machine-readable PolDex schema contract with fields, example output, and proof documents.
| Name | Type | Req | Description |
|---|---|---|---|
| schema_id | string | yes | Schema identifier. |
No output schema declared.
No examples provided.
list_connector_events ~45
List completed or failed connector events for polling agents and automation tools.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| since | string | — | Cursor 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.