Server Config
{
"mcpServers": {
"cisp-mcp": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/fw-magic/cisp-mcp.git",
"cisp-mcp"
],
"env": {
"CISP_ENDPOINT": "https://cisp.zenitera.com",
"CISP_REQUEST_URI": "/ectcispserver/api/entcreditapi/query",
"CISP_API_KEY": "<YOUR_CISP_API_KEY>",
"CISP_TIMEOUT_SECONDS": "30",
"CISP_VERIFY_SSL": "true"
}
}
}
}