← heista.co

INDIVIDUAL MCP TOOL

delete_saved_asset

Delete one saved asset by id.

heista.conone authenticationAvailability not checked

LIVE ENDPOINT

https://www.heista.co/api/mcp/mcp

No auth detected

Connect to this endpoint to inspect the live schema for delete_saved_asset and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

heista.co

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.heista]
url = "https://www.heista.co/api/mcp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "heista": {
      "type": "http",
      "url": "https://www.heista.co/api/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "heista": {
      "type": "http",
      "url": "https://www.heista.co/api/mcp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "heista",
  "transport": "streamable-http",
  "url": "https://www.heista.co/api/mcp/mcp"
}
MCP Inspector

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

Related tools

  • decode_ad — Decode a specific video ad URL into its full structural formula — beat-by-beat breakdown, hook classification, behavioral psychology stack, creative format, runtime performance signals (active days on Meta Ad Library when available), and per-cut visual data.
  • get_decode — Retrieve the full decode bundle for a previously-submitted ad, or poll the status of a running decode job.
  • create_powersource_url — Build a complete creative intelligence profile of a brand from a single website URL.
  • get_powersource — Retrieve the full creative intelligence profile for a previously-submitted PowerSource scan, or poll the status of a running scan.
  • create_powersource_docs — Build a complete creative intelligence profile from internal brand documents — creative briefs, brand guidelines, product specs, customer research, competitive analysis.
  • create_powersource_full — Build the highest-fidelity creative intelligence profile by combining a brand's public website URL with their internal documents.
  • check_balance — Check the calling user's Heista API credit balance, month-to-date usage broken down by operation, lifetime spend, and the current pricing for every paid tool.
  • get_hook_intelligence — Browse proven hook patterns from Heista's corpus of decoded winning Meta/TikTok ads.