← stackfast.ai

INDIVIDUAL MCP TOOL

estimator_estimate_progress_invoice

Prepare an OCE Estimator/Appraiser document or QBO handoff contract.

stackfast.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://stackfast.ai/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for estimator_estimate_progress_invoice 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

stackfast.ai

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.stackfast-mcp-control-plane]
url = "https://stackfast.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "stackfast-mcp-control-plane": {
      "type": "http",
      "url": "https://stackfast.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: stackfast-mcp-control-plane
Remote MCP URL: https://stackfast.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": {
    "stackfast-mcp-control-plane": {
      "url": "https://stackfast.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "stackfast-mcp-control-plane": {
      "type": "http",
      "url": "https://stackfast.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "stackfast-mcp-control-plane",
  "transport": "streamable-http",
  "url": "https://stackfast.ai/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • session_file_read — Return session artifact metadata and persistent URLs.
  • credentials_inventory — Discover wallet-resolved credential service names and accepted aliases without exposing secret values.
  • dealership_check_lead_follow_up — Dealership OS checks a tenant-scoped lead against consent, STOP, quiet-hours, pacing, verified-sender, identity, assignment, and manager-exception rules.
  • dealership_sales_floor_brief — Dealership OS returns a public-safe, tenant-scoped coaching brief for opportunity leak diagnosis, ownership and next actions, daily manager reconciliation, customer connection, customer-first presentation structure, or an opportunity disposition recommendation.
  • audit_status — Read AI Stack Audit project state, deliverable refs, credit ledger, and Desk/CRM links.
  • artifact_generate — Generate a governed, tenant-scoped artifact draft with no-fabrication placeholders, analyzer provenance, MASK, brand status, and approval requirements.
  • artifact_refine — Refine an existing artifact draft while preserving tenant boundary, provenance, MASK status, and approval posture.
  • artifact_save — Approve/save an artifact and mark tenant-scoped learning-loop eligibility.