← Registry

Productivity

hemrock.com

Provides financial modeling context, prompts, validation checks, best practices, and concept documentation for Hemrock models.

1 endpoint11 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.hemrock.com/mcp

No auth detected

MCP server metadata

Name
hemrock-mcp
Version
1.1.0
Capabilities
tools

Known tools 11

get_context

Returns the universal context-setting primer for Hemrock models, plus an optional template-specific addendum.

Inferred read-only
get_prompts

Returns task-specific Layer 2 prompts for a given template and task type.

Inferred read-only
get_checks

Returns Layer 3 sanity-check and validation prompts — the 'where AI gets financial modeling wrong' guidance.

Inferred read-only
get_best_practices

Returns Hemrock's financial modeling best practices and design principles for a given topic.

Inferred read-only
list_concepts

Lists Hemrock financial-modeling concept docs — the methodology behind the math (exit waterfalls, anti-dilution, convertibles, cohorts, circular references, unit economics, and more).

Inferred read-only
get_concept

Returns the full text of a single Hemrock concept doc by slug.

Inferred read-only
list_models

Lists the Hemrock financial-model engines callable over the API, with pricing and (for paid ones) a checkout URL.

Inferred read-only
get_access

Returns how to get access to a model engine: whether it is free, the price, and a checkout URL to purchase.

Potential side effects
cap_table_compute

Computes a cap table from a list of events (founders, priced rounds, SAFEs/notes, option pools, warrants).

Inferred read-only
exit_waterfall_compute

Computes an exit waterfall: distributes an exit valuation across the cap stack (preferences, participation, conversions, options, warrants).

Inferred read-only
fund_economics_compute

Computes 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-only

CONNECT 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.

Trust status Trusted

hemrock.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.