AI & Machine Learning
heavymill.ai
MCP server for AI advisor model catalog and cost/budget management, offering model listings, provider health checks, pricing tables, and cost estimates.
ENDPOINT 1
https://mcp.heavymill.ai/api/mcp
MCP server metadata
- Name
- heavy
- Version
- 0.1.0
Known tools 13
list_advisor_modelsReturn the advisor model catalog for consult_advisor — tiers, display names, labs, panel defaults, pricing hints, product facts, and suggested_presentation guidance.
Inferred read-onlycheck_advisor_catalog_healthFree health check: verify consult_advisor catalog model IDs resolve on OpenRouter and Cerebras (listed on provider /models).
Inferred read-onlyget_pricingReturn the full pricing table for all Heavy Mill skills as structured JSON.
Inferred read-onlyestimate_costEstimate the exact cost of a Heavy Mill skill call before running it.
Inferred read-onlybudget_checkCheck whether a proposed multi-step workflow fits within a budget ceiling before running any skills.
Inferred read-onlyget_job_statusCheck or wait for the result of an async job started with webhook_url.
Inferred read-onlycheck_wallet_statusCheck wallet balance and optionally confirm you can afford a specific tool call — in one request.
Inferred read-onlycreate_api_keyCreate a revocable Heavy Mill API key (hm_sk_...) bound to the funded wallet on this session.
Potential side effectsfast_inferCerebras-accelerated inference at $0.01–$0.02/call without consuming your context window.
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.heavy]
url = "https://mcp.heavymill.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"heavy": {
"type": "http",
"url": "https://mcp.heavymill.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: heavy
Remote MCP URL: https://mcp.heavymill.ai/api/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": {
"heavy": {
"url": "https://mcp.heavymill.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"heavy": {
"type": "http",
"url": "https://mcp.heavymill.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "heavy",
"transport": "streamable-http",
"url": "https://mcp.heavymill.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.