Valuation API for Grok
io.github.johnbehar1500-ux/valuation-api
Deterministic finance tools for AI agents — IRR, NPV, MOIC, DCF, WACC and sensitivity.
client:Grok
transport:streamable-http
tools:14
Install Valuation API in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"valuation-api": {
"type": "http",
"url": "https://api.finance-tools.io/mcp"
}
}
}
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
What Grok can do once it is connected
- calculate_irr
- calculate_npv
- calculate_moic
- calculate_dcf
- calculate_wacc
- calculate_irr_sensitivity
- calculate_earnings_yield
- calculate_enterprise_value
- calculate_ev_to_ebitda
- calculate_ev_to_revenue
- calculate_capm_cost_of_equity
- calculate_unlever_beta
- calculate_relever_beta
- calculate_equity_value_from_enterprise_value