MCP Server live — AI agents can now query 105M+ SEC facts. Connect your agent →
ValueinValuein
MCP Tools/generate_dcf_xlsx
documents

Generate DCF Workbook (xlsx)

generate_dcf_xlsx
full

Render a forward DCF result into a professional Excel workbook (Summary + 5×5 Sensitivity heatmap + Inputs sheet). Native conditional formatting — no chart images needed. Returns a 15-minute presigned R2 download URL.\n\nPair with `compute_dcf` for a typical analyst flow: agen...

Example Call

# Using the Valuein MCP server from Python (via MCP SDK)
# Or call directly from Claude / Cursor after setup

result = await client.call_tool(
    "generate_dcf_xlsx",
    arguments={}
)
print(result)

Direct tool call:generate_dcf_xlsx(...)

Inputs

This tool takes no inputs.

Output Fields

Example Response

{}

See MCP server for the structured response shape.

Notes

Available from pro tier and above.