INDIVIDUAL MCP TOOL
fast_infer
Cerebras-accelerated inference at $0.01–$0.02/call without consuming your context window.
LIVE ENDPOINT
https://mcp.heavymill.ai/api/mcp
Connect to this endpoint to inspect the live schema for fast_infer and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.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.
Related tools
list_advisor_models— Return the advisor model catalog for consult_advisor — tiers, display names, labs, panel defaults, pricing hints, product facts, and suggested_presentation guidance.check_advisor_catalog_health— Free health check: verify consult_advisor catalog model IDs resolve on OpenRouter and Cerebras (listed on provider /models).get_pricing— Return the full pricing table for all Heavy Mill skills as structured JSON.estimate_cost— Estimate the exact cost of a Heavy Mill skill call before running it.budget_check— Check whether a proposed multi-step workflow fits within a budget ceiling before running any skills.get_quickstart— Return a structured quickstart guide for using Heavy Mill.get_job_status— Check or wait for the result of an async job started with webhook_url.check_wallet_status— Check wallet balance and optionally confirm you can afford a specific tool call — in one request.