mcp chainladder for Grok
io.github.datalattice/mcp-chainladder
Actuarial chain-ladder reserving: IBNR, Mack stochastic stats, and assumption diagnostics.
client:Grok
transport:stdio
runtime:pypi
Install mcp chainladder in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-chainladder": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-chainladder"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs