← zambo.dev

INDIVIDUAL MCP TOOL

ghost_audit_report

Retrieve the full markdown report for a completed Ghost Audit.

zambo.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://zambo.dev/api/mcp

No auth detected

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

zambo.dev

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.zambo-stack]
url = "https://zambo.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "zambo-stack": {
      "type": "http",
      "url": "https://zambo.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: zambo-stack
Remote MCP URL: https://zambo.dev/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": {
    "zambo-stack": {
      "url": "https://zambo.dev/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "zambo-stack": {
      "type": "http",
      "url": "https://zambo.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "zambo-stack",
  "transport": "streamable-http",
  "url": "https://zambo.dev/api/mcp"
}
MCP Inspector

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

Related tools

  • zambo_universal — Universal Zambo Stack entry point.
  • live_price — Real-time cryptocurrency price lookup for any coin — BTC, ETH, SOL, DOGE, BNB, XRP, MATIC, AVAX, ADA, LINK, and 100+ others.
  • leadsignal — Zambo Stack — AI lead generation for contractors and local service businesses.
  • provibe_audit — AI code audit for any public GitHub repository.
  • ghost_audit_site — Run Achilles 10-stage ghost audit on any website.
  • ghost_audit_status — Check the status of a running Ghost Audit.
  • credithunt — Zambo Stack — Live, verified index of every AI and cloud startup credit program available right now.
  • prompt_shield — Zambo Stack — Detect prompt injection, jailbreaks, and policy bypass attempts before they reach your AI model.