Productivity
hemrock.com
Provides financial modeling context, prompts, validation checks, best practices, and concept documentation for Hemrock models.
ENDPOINT 1
https://mcp.hemrock.com/mcp
MCP server metadata
- Name
- hemrock-mcp
- Version
- 1.1.0
Known tools 11
get_contextReturns the universal context-setting primer for Hemrock models, plus an optional template-specific addendum.
Inferred read-onlyget_promptsReturns task-specific Layer 2 prompts for a given template and task type.
Inferred read-onlyget_checksReturns Layer 3 sanity-check and validation prompts — the 'where AI gets financial modeling wrong' guidance.
Inferred read-onlyget_best_practicesReturns Hemrock's financial modeling best practices and design principles for a given topic.
Inferred read-onlylist_conceptsLists Hemrock financial-modeling concept docs — the methodology behind the math (exit waterfalls, anti-dilution, convertibles, cohorts, circular references, unit economics, and more).
Inferred read-onlylist_modelsLists the Hemrock financial-model engines callable over the API, with pricing and (for paid ones) a checkout URL.
Inferred read-onlyget_accessReturns how to get access to a model engine: whether it is free, the price, and a checkout URL to purchase.
Potential side effectscap_table_computeComputes a cap table from a list of events (founders, priced rounds, SAFEs/notes, option pools, warrants).
Inferred read-onlyexit_waterfall_computeComputes an exit waterfall: distributes an exit valuation across the cap stack (preferences, participation, conversions, options, warrants).
Inferred read-onlyfund_economics_computeComputes venture fund economics from a set of inputs (committed capital, fees, deployment, carry tiers): returns capital calls, fees, NAV, and gross/net returns.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.hemrock-mcp]
url = "https://mcp.hemrock.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hemrock-mcp": {
"type": "http",
"url": "https://mcp.hemrock.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hemrock-mcp
Remote MCP URL: https://mcp.hemrock.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"hemrock-mcp": {
"url": "https://mcp.hemrock.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hemrock-mcp": {
"type": "http",
"url": "https://mcp.hemrock.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hemrock-mcp",
"transport": "streamable-http",
"url": "https://mcp.hemrock.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for hemrock.com was fetched 2026-08-04T03:13:36.134Z and is being refreshed.
hemrock.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.