← askoperationsexperts.com
INDIVIDUAL MCP TOOL
growthos_owner_facing_report
Render the canonical GrowthOS scorecard into a sendable owner-facing report with web, email-review-ready, PDF-ready outputs, and optional CogentCast site-review receipt composition.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent endpoint
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.askoperationsexperts-com]
url = "https://askoperationsexperts.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"askoperationsexperts-com": {
"type": "http",
"url": "https://askoperationsexperts.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: askoperationsexperts-com
Remote MCP URL: https://askoperationsexperts.com/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": {
"askoperationsexperts-com": {
"url": "https://askoperationsexperts.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"askoperationsexperts-com": {
"type": "http",
"url": "https://askoperationsexperts.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "askoperationsexperts-com",
"transport": "streamable-http",
"url": "https://askoperationsexperts.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
artifact_get— Return session artifact metadata and persistent URLs.credentials_inventory— Discover wallet-resolved credential service names and accepted aliases without exposing secret values.audit_status— Read AI Stack Audit project state, deliverable refs, credit ledger, and Desk/CRM links.growthos_scorecard— Build a private GrowthOS Revenue Capture Scorecard from supplied public business signals.growthos_business_brain_interview— Start or append a GrowthOS Business Brain Interview using the existing interview/session model.growthos_revenue_capture_packet— Return a GrowthOS revenue-capture packet: scorecard, review-gated contact drafts, CogentCast site-review receipt composition, and summary for supplied local-business evidence.growthos_opportunity_scout_packet— Build an Opportunity Scout packet for customer, talent, contract, or capital opportunities using the existing gate-first policy layer and no new persistence table.growthos_digital_clone_packet— Build a draft GrowthOS digital-clone render packet from normalized signals, evidence, runtime tenant voice profile, and PERSPECTIVE capability grounding.