Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Decode video ads, load brand intelligence, generate ad scripts.

README.md

Heista MCP

The Heista MCP server. Decode any video ad. Load any brand. Generate scripts. From inside Claude, ChatGPT, Cursor, VS Code, and any other MCP-compatible client.

Endpoint: https://www.heista.co/api/mcp/mcp Transport: Streamable HTTP (MCP protocol 2025-03-26) Auth: OAuth 2.1 (preferred) or API key (Authorization: Bearer hst_live_*) Status: Live

What you can do

| Tool | What it does | Cost | |------|--------------|------| | decode_ad | Decode any video ad URL into structural formula, hooks, psychology, visual playbook | $0.15 (≤60s) / $0.20 (61–120s) | | get_decode | Poll for decode result | Free | | create_powersource_url | Load a brand from a website URL | $1.00 | | create_powersource_docs | Load a brand from internal documents (PDF, DOCX, briefs) | $1.00 | | create_powersource_full | Load a brand from URL + documents combined | $2.00 | | get_powersource | Poll for brand load result | Free | | generate_adscript | Generate ad scripts from a decoded ad or formula, in any brand's voice | ~$0.02–$0.05 per script | | get_hook_intelligence | Read proven hook patterns from the decoded corpus | Free | | adformula_intelligence | Read clustered ad formulas from decoded winners | Free | | decoder_intelligence | Read decoded ads from the corpus | Free | | check_balance | Check your account balance and monthly usage | Free |

Same-domain re-runs of create_powersource_* by the same org are free. Decodes already in your library are free. Failed runs cost nothing.

Full reference, schemas, examples: heista.co/docs.

Install

Claude Code

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

Or install via plugin marketplace: ``bash /plugin marketplace add Heista-co/claude-code-skills /plugin install heista-decode@heista-skills ``

Per-client snippets: clients/.

Authentication

OAuth 2.1 is the default. First call returns 401 + WWW-Authenticate: Bearer with RFC 9728 Protected Resource Metadata. MCP clients follow the chain automatically and prompt the user to sign in.

For headless / server-to-server use, generate an API key at heista.co/api-console/keys and pass it as Authorization: Bearer hst_live_.... Keys are SHA-256 hashed at rest, shown in plaintext once, scoped per key, and capped per day/month.

Scopes:

  • mcp:account — balance, decode/powersource polling
  • mcp:intelligence — free corpus reads
  • mcp:tools — paid generation (decode, powersource, adscript)

mcp:tools is elevated via WWW-Authenticate scope=mcp:tools on first paid call.

Pricing

Pay as you go, no subscription required. All paid calls reserve the maximum cost up front and refund any excess after.

Credit packs (1 credit = 1¢ USD):

| Pack | Price | Credits | Decode estimate | |------|-------|---------|-----------------| | Starter | $10 | 1,000 | ~100 decodes | | Builder ⭐ | $50 | 5,000 | ~500 decodes | | Scale | $100 | 10,000 | ~1,000 decodes | | Enterprise | $250 | 25,000 | ~2,500 decodes |

Buy at heista.co/api-console/billing.

Spending caps: set hourly / daily / monthly caps per organization and per key from heista.co/api-console/limits. The server enforces the cap before any compute runs.

Account

A Heista account is required for paid tools. The free intelligence reads work after OAuth sign-in.

Reference

| Resource | Link | |----------|------| | Full API & MCP docs | heista.co/docs | | OpenAPI spec | heista.co/openapi.yaml | | Tool schemas (this repo) | tools/ | | Worked examples | examples/ | | Per-client install | clients/ | | Registry manifest | server.json | | OAuth metadata | /.well-known/oauth-protected-resource | | Claude Code skills | github.com/Heista-co/claude-code-skills | | Status | heista.co | | Support | support@heista.co |

License

Docs in this repo are MIT-licensed (see LICENSE). The Heista MCP server itself runs under heista.co/terms.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Developer Tools servers.