# Hemrock MCP MCP server

Hemrock financial modeling prompts: context primers, task prompts, checks, and best practices.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-tdavidson-mcp-hemrock
- Repository: https://github.com/tdavidson/mcp-hemrock
- Website: https://hemrock.com/mcp

## Install
- Endpoint: https://mcp.hemrock.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.hemrock.com/mcp

## Tools
- get_context (Get Hemrock modeling context) - Returns the universal context-setting primer for Hemrock models, plus an optional template-specific addendum. Always run this first before any other prompts. Endpoint: https://mcp.hemrock.com/mcp
- get_prompts (Get Hemrock task prompts) - Returns task-specific Layer 2 prompts for a given template and task type. These are ready-to-use prompts for common modeling tasks. Endpoint: https://mcp.hemrock.com/mcp
- get_checks (Get Hemrock validation checks) - Returns Layer 3 sanity-check and validation prompts — the 'where AI gets financial modeling wrong' guidance. Use these to audit AI-generated work or catch common modeling errors. Endpoint: https://mcp.hemrock.com/mcp
- get_best_practices (Get Hemrock best practices) - Returns Hemrock's financial modeling best practices and design principles for a given topic. Useful as background context for AI interactions. Endpoint: https://mcp.hemrock.com/mcp
- list_concepts (List Hemrock modeling concepts) - Lists Hemrock financial-modeling concept docs — the methodology behind the math (exit waterfalls, anti-dilution, convertibles, cohorts, circular references, unit economics, and more). Returns a compact index of slugs, titles, and descriptions. Optionally filter by template_name or tag. Call get_concept to read the full text of any entry. Endpoint: https://mcp.hemrock.com/mcp
- get_concept (Get a Hemrock modeling concept) - Returns the full text of a single Hemrock concept doc by slug. Use this to learn how a financial-modeling calculation actually works before building or auditing it. Get valid slugs from list_concepts. Endpoint: https://mcp.hemrock.com/mcp
- list_models (List Hemrock model engines) - Lists the Hemrock financial-model engines callable over the API, with pricing and (for paid ones) a checkout URL. No API key needed — use this to discover what you can run and what it costs before authenticating. Endpoint: https://mcp.hemrock.com/mcp
- get_access (Get access to a Hemrock model) - Returns how to get access to a model engine: whether it is free, the price, and a checkout URL to purchase. Use when a compute tool returns a payment-required error, or to check access before running. Endpoint: https://mcp.hemrock.com/mcp
- cap_table_compute (Compute a cap table) - Computes a cap table from a list of events (founders, priced rounds, SAFEs/notes, option pools, warrants). Returns per-round snapshots and the final ownership/dilution state. Requires a Hemrock API key with the Cap Table & Exit Waterfall product; without it you get a checkout URL. Call list_concepts/get_concept for the event structure. Endpoint: https://mcp.hemrock.com/mcp
- exit_waterfall_compute (Compute an exit waterfall) - Computes an exit waterfall: distributes an exit valuation across the cap stack (preferences, participation, conversions, options, warrants). Requires a Hemrock API key with the Cap Table & Exit Waterfall product. Pass a "model" object and a numeric "exitValuation". Endpoint: https://mcp.hemrock.com/mcp
- fund_economics_compute (Compute fund economics) - Computes venture fund economics from a set of inputs (committed capital, fees, deployment, carry tiers): returns capital calls, fees, NAV, and gross/net returns. Free — any valid Hemrock API key works. Pass an "inputs" object. Endpoint: https://mcp.hemrock.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.tdavidson
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 20, 2026
- Source: https://registry.modelcontextprotocol.io
