INDIVIDUAL MCP TOOL
get_access
Returns how to get access to a model engine: whether it is free, the price, and a checkout URL to purchase.
LIVE ENDPOINT
https://mcp.hemrock.com/mcp
Connect to this endpoint to inspect the live schema for get_access and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests a financial action.
Parent server
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.
Related tools
get_context— Returns the universal context-setting primer for Hemrock models, plus an optional template-specific addendum.get_prompts— Returns task-specific Layer 2 prompts for a given template and task type.get_checks— Returns Layer 3 sanity-check and validation prompts — the 'where AI gets financial modeling wrong' guidance.get_best_practices— Returns Hemrock's financial modeling best practices and design principles for a given topic.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).get_concept— Returns the full text of a single Hemrock concept doc by slug.list_models— Lists the Hemrock financial-model engines callable over the API, with pricing and (for paid ones) a checkout URL.cap_table_compute— Computes a cap table from a list of events (founders, priced rounds, SAFEs/notes, option pools, warrants).