CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
heista-co avatar

Heista

heista-co/heista-mcp
authHTTPregistry active
Summary

Connects Claude to Heista's ad intelligence API over streamable HTTP with OAuth 2.1 or API key auth. You get tools to decode video ads into structural formulas and hooks, load brand voice from URLs or documents, generate scripts in that voice, and query a corpus of decoded winning ads. Decoding costs 15 to 20 cents per video, brand loading runs a dollar or two, script generation is a few cents. Useful if you're analyzing competitor creative, extracting repeatable patterns from ad libraries, or generating on-brand scripts without starting from scratch. Free intelligence reads let you browse the decoded corpus before spending credits.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

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

ToolWhat it doesCost
decode_adDecode any video ad URL into structural formula, hooks, psychology, visual playbook$0.15 (≤60s) / $0.20 (61–120s)
get_decodePoll for decode resultFree
create_powersource_urlLoad a brand from a website URL$1.00
create_powersource_docsLoad a brand from internal documents (PDF, DOCX, briefs)$1.00
create_powersource_fullLoad a brand from URL + documents combined$2.00
get_powersourcePoll for brand load resultFree
generate_adscriptGenerate ad scripts from a decoded ad or formula, in any brand's voice~$0.02–$0.05 per script
get_hook_intelligenceRead proven hook patterns from the decoded corpusFree
adformula_intelligenceRead clustered ad formulas from decoded winnersFree
decoder_intelligenceRead decoded ads from the corpusFree
check_balanceCheck your account balance and monthly usageFree

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:

/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):

PackPriceCreditsDecode estimate
Starter$101,000~100 decodes
Builder ⭐$505,000~500 decodes
Scale$10010,000~1,000 decodes
Enterprise$25025,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

ResourceLink
Full API & MCP docsheista.co/docs
OpenAPI specheista.co/openapi.yaml
Tool schemas (this repo)tools/
Worked examplesexamples/
Per-client installclients/
Registry manifestserver.json
OAuth metadata/.well-known/oauth-protected-resource
Claude Code skillsgithub.com/Heista-co/claude-code-skills
Statusheista.co
Supportsupport@heista.co

License

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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Finance & CommerceMedia & Entertainment
Registryactive
TransportHTTP
AuthRequired
UpdatedMay 11, 2026
View on GitHub

Related Finance & Commerce MCP Servers

View all →
co.raisekit avatar
RaiseKit

co.raisekit/raisekit

CRM for VC fundraising. Pipeline, Gmail drafts, deck signals, VC intel — from your AI.
co.truemarkets avatar
True Markets Market Data

co.truemarkets/marketdata

Real-time crypto market data
com.adcritter avatar
AdCritter for Agents

com.adcritter/mcp-agent

Operate the AdCritter ads platform: campaigns, creatives, audiences, and reporting.
com.adcritter avatar
AdCritter for Builders

com.adcritter/mcp-dev

AdCritter ads platform: docs, API reference, app scaffolding, and white-label integration.
com.agentgrade avatar
AgentGrade

com.agentgrade/mcp-server

Scan any website for AI agent readiness, payment protocols, and discovery endpoints
com.agentorist avatar
Agentorist

com.agentorist/agentorist

Booking gateway for AI agents — discover events, movies & hotels, hand off to partner checkout.