Valuation API for Claude Desktop
io.github.johnbehar1500-ux/valuation-api
Deterministic finance tools for AI agents — IRR, NPV, MOIC, DCF, WACC and sensitivity.
client:Claude Desktop
transport:streamable-http
tools:14
Install Valuation API in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"valuation-api": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.finance-tools.io/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop 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