Heista MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Heista MCPDecode this ad: https://example.com/ad.mp4"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 any video ad URL into structural formula, hooks, psychology, visual playbook | $0.15 (≤60s) / $0.20 (61–120s) |
| Poll for decode result | Free |
| Load a brand from a website URL | $1.00 |
| Load a brand from internal documents (PDF, DOCX, briefs) | $1.00 |
| Load a brand from URL + documents combined | $2.00 |
| Poll for brand load result | Free |
| Generate ad scripts from a decoded ad or formula, in any brand's voice | ~$0.02–$0.05 per script |
| Read proven hook patterns from the decoded corpus | Free |
| Read clustered ad formulas from decoded winners | Free |
| Read decoded ads from the corpus | Free |
| 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.
Related MCP server: google-ads-transparency-mcp
Install
Claude Code
claude mcp add heista https://www.heista.co/api/mcp/mcpOr install via plugin marketplace:
/plugin marketplace add Heista-co/claude-code-skills
/plugin install heista-decode@heista-skillsPer-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 pollingmcp:intelligence— free corpus readsmcp: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.
Sign up: heista.co
Console: heista.co/api-console
Top up: heista.co/api-console/billing
Manage keys: heista.co/api-console/keys
Reference
Resource | Link |
Full API & MCP docs | |
OpenAPI spec | |
Tool schemas (this repo) | |
Worked examples | |
Per-client install | |
Registry manifest | |
OAuth metadata | |
Claude Code skills | |
Status | |
Support |
License
Docs in this repo are MIT-licensed (see LICENSE). The Heista MCP server itself runs under heista.co/terms.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Heista-co/heista-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server