Skip to main content
Glama
sathanandhh

ReverseFCFFMCP

by sathanandhh

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_revenuerevenue_cagrebit_marginwaccterminal_growthforecast_yearsnet_cashreinvestment_methodsales_to_capital / roic など。

  • 出力: 予測売上、EBIT、NOPAT、再投資、FCFF、割引係数、現在価値、ターミナルバリュー、企業価値、株主価値を含むJSON。

2. reverse_solve_margin

成長率と再投資の前提条件を固定した上で、目標の企業価値を達成するために必要な正確なEBITマージンを求解します。

  • 入力: target_evfixed(残りのDCF前提条件の辞書)。

  • 出力: ebit_margin(浮動小数点数)とconverged(ブール値)。

3. reverse_solve_growth

マージンと再投資の前提条件を固定した上で、目標の企業価値を達成するために必要な正確な売上CAGRを求解します。

  • 入力: target_evfixed(残りのDCF前提条件の辞書)。

  • 出力: revenue_cagr(浮動小数点数)とconverged(ブール値)。

4. validate_damodaran_consistency

一般的なモデリングエラーを検出するために、一連のDCF入力に対して構造的検証チェックを実行します。

  • 入力: 完全なDCFInputオブジェクト。

  • 出力: 違反したルール(例:wacc_le_terminal_growthterminal_growth_ceilingfundamental_growth_ceiling)を詳述する警告オブジェクトのリスト。

5. feasibility_grid

成長率、マージン、売上対資本比率の組み合わせにわたってグリッド検索を実行し、指定された許容範囲内で目標EVを達成する組み合わせを判定します。

  • 入力: target_evfixed(基本前提条件)、param_grid(テストする配列の辞書)、tolerance

  • 出力: 各シナリオ、その結果のEV、およびfeasibleブールフラグを表す辞書のリスト。

6. run_evals

エンジンの数学的整合性を検証するための自動ガバナンス評価を実行します。

  • 入力: なし。

  • 出力: リバースソルバーが正確にラウンドトリップするかどうか、およびハードガードレールが不正な入力を正常にブロックするかどうかを検証するJSON。


Claude Desktop連携(ローカルstdio)

このMCPサーバーをClaude Desktopでローカルに使用するには、uvパッケージマネージャーがインストールされている必要があります(pip install uv)。

  1. Claude Desktopを開き、設定 > 開発者 > 設定を編集 に移動します。

  2. これによりclaude_desktop_config.jsonファイルが開きます。

  3. 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"
      ]
    }
  }
}

Maintenance

ActivityMaintained
ResponsivenessSyncing

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

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides 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.
  • F
    license
    Not graded
    quality
    A
    maintenance
    Financial 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
  • A
    license
    B
    quality
    C
    maintenance
    Enables AI assistants to perform multi-stage residual income projections, discounting, and enterprise value bridging analysis using standardized financial data inputs.
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Standardized 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.
    1
    AGPL 3.0

Latest Blog Posts

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