MCP Server
MCP
io.github.lordolami/poldex
MCP server exposing PolDex commercial insurance extraction tools to AI agents.
Install
npx -y @poldex/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@poldex/mcp-server",
"version": "0.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "PolDex API key used for authenticated credit, estimate, extraction, job, batch, connector event, and download tools.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "POLDEX_API_KEY"
},
{
"description": "Optional PolDex API base URL. Defaults to the production Cloudflare API.",
"format": "string",
"name": "POLDEX_API_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment