ReverseFCFFMCP
ReverseFCFFMCP
リバースDCF / FCFFバリュエーションを実行するための専門的なModel Context Protocol (MCP)サーバーです。
「前提条件を考慮した場合の価値はいくらか」と問う代わりに、このエンジンは次のように問います。 「目標値(例:2兆ドル)を達成するには、成長率、マージン、再投資、市場シェアのどのような組み合わせが成立する必要があるか?」
特徴
3つの再投資方法: 売上対資本比率(Sales-to-Capital)、ROICベース、明示的(Explicit)。
割引計算の規約: 年中割引(Damodaranのデフォルト)と年末割引。
ターミナルバリューの整合性: ターミナル再投資率 = g / ROIC を強制適用。
リバースソルバー: ルート探索(
brentq)により、目標の企業価値を達成するためのマージン、成長率、売上対資本比率、またはROICを求解。AI市場レイヤー: ターミナル売上を必要なAI市場シェアまたは必要な産業規模に変換。
ガバナンスレイヤー: 入力サニタイズ、数学的ガードレール(例:WACC ≤ ターミナル成長率による特異点の防止)、および自動評価。
Related MCP server: modelforge
利用可能なMCPツール
このサーバーは以下のツールをMCPクライアントに公開します。
1. forward_dcf
標準的なフォワード割引キャッシュフロー評価を実行します。
入力:
current_revenue、revenue_cagr、ebit_margin、wacc、terminal_growth、forecast_years、net_cash、reinvestment_method、sales_to_capital/roicなど。出力: 予測売上、EBIT、NOPAT、再投資、FCFF、割引係数、現在価値、ターミナルバリュー、企業価値、株主価値を含むJSON。
2. reverse_solve_margin
成長率と再投資の前提条件を固定した上で、目標の企業価値を達成するために必要な正確なEBITマージンを求解します。
入力:
target_ev、fixed(残りのDCF前提条件の辞書)。出力:
ebit_margin(浮動小数点数)とconverged(ブール値)。
3. reverse_solve_growth
マージンと再投資の前提条件を固定した上で、目標の企業価値を達成するために必要な正確な売上CAGRを求解します。
入力:
target_ev、fixed(残りのDCF前提条件の辞書)。出力:
revenue_cagr(浮動小数点数)とconverged(ブール値)。
4. validate_damodaran_consistency
一般的なモデリングエラーを検出するために、一連のDCF入力に対して構造的検証チェックを実行します。
入力: 完全な
DCFInputオブジェクト。出力: 違反したルール(例:
wacc_le_terminal_growth、terminal_growth_ceiling、fundamental_growth_ceiling)を詳述する警告オブジェクトのリスト。
5. feasibility_grid
成長率、マージン、売上対資本比率の組み合わせにわたってグリッド検索を実行し、指定された許容範囲内で目標EVを達成する組み合わせを判定します。
入力:
target_ev、fixed(基本前提条件)、param_grid(テストする配列の辞書)、tolerance。出力: 各シナリオ、その結果のEV、および
feasibleブールフラグを表す辞書のリスト。
6. run_evals
エンジンの数学的整合性を検証するための自動ガバナンス評価を実行します。
入力: なし。
出力: リバースソルバーが正確にラウンドトリップするかどうか、およびハードガードレールが不正な入力を正常にブロックするかどうかを検証するJSON。
Claude Desktop連携(ローカルstdio)
このMCPサーバーをClaude Desktopでローカルに使用するには、uvパッケージマネージャーがインストールされている必要があります(pip install uv)。
Claude Desktopを開き、設定 > 開発者 > 設定を編集 に移動します。
これにより
claude_desktop_config.jsonファイルが開きます。reverse-fcff-mcp設定をmcpServersオブジェクトに追加します。次のようになります。
{
"mcpServers": {
"reverse-fcff-mcp": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/YOUR_USERNAME/reverse-fcff-mcp.git",
"python",
"-m",
"reverse_fcff_mcp.server"
]
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Institutional hotel valuations in seconds: NOI/cap rate, USALI P&L, IRR/MOIC, markets, compsets.
Your stock research journal: watchlists, reverse-DCF valuations, ratios, theses and news.
13-model stock valuation engine for AI agents - fair values for 5,900+ US stocks, updated daily.
What a stock price is betting on: implied growth, duration, and margin, read from SEC filings.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides professional-grade financial analysis tools for Thai stock markets, including PE Band Analysis, DDM, DCF valuation models, real-time SET Watch API data, complete financial statements, and historical ratio analysis with investment recommendations.
- FlicenseNot gradedqualityAmaintenanceFinancial model factory MCP server: turns a spec into a live-formula Excel workbook. 14 templates (LBO, DCF, M\&A, IPO, restructuring, project finance, NPL, structured credit, 3-statement) with every cell formulated and every number source-traced to its document page.1
- AlicenseBqualityCmaintenanceEnables AI assistants to perform multi-stage residual income projections, discounting, and enterprise value bridging analysis using standardized financial data inputs.1MIT
- AlicenseNot gradedqualityBmaintenanceStandardized DCF valuation engine for stocks (A-shares, Hong Kong, US, Japan). One run_dcf tool with an analyst-style two-phase flow: baseline valuation from 5-year historicals, then a final valuation with reasoned assumptions — value bridge, sensitivity matrix, reverse DCF. Deterministic: same inputs, same result.1AGPL 3.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sathanandhh/reverse-fcff-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server