Claude Code plugin
The official Hyper Solutions plugin for Claude Code: integrate the Akamai, Incapsula, DataDome, and Kasada APIs and debug blocked requests with live traffic capture or HAR analysis.
Last updated
The official Hyper Solutions plugin for Claude Code: integrate the Akamai, Incapsula, DataDome, and Kasada APIs and debug blocked requests with live traffic capture or HAR analysis.
The Hyper Solutions plugin teaches Claude Code how our API actually works, so your agent can integrate the SDKs, generate sensors, cookies, and tokens for all four vendors, and find the fingerprint mistake behind a blocked request, without you copy-pasting documentation into the chat.
Run these inside Claude Code:
/plugin marketplace add Hyper-Solutions/hypersolutions-claude-code
/plugin install hypersolutions@hypersolutionsThe hypersolutions skill: integration knowledge for Akamai (sensor, sec-cpt, SBSD, pixel), Incapsula (reese84, utmvc), DataDome (interstitial, slider, tags), and Kasada (payload, POW, Vercel BotID), across the Go, Python, and JS/TS SDKs or raw REST. It also knows the non-negotiables: browser-grade TLS clients, exact header order, session consistency, and sticky proxies.
The powhttp MCP server: reads live captures from powhttp: true header order, TLS fingerprint, and HTTP/2 stream details from the requests your code really sent. Install powhttp and start it under Settings → MCP Server. For a full walkthrough of capturing and debugging with powhttp, see the powhttp guide.
The har-analyzer MCP server: analyzes an exported HAR against our maintained rule set: header order and casing, sec-ch-ua and Chrome version mismatches, duplicate cookies, pseudo-header order, and per-vendor mistakes.
The har-analyzer signs in with your Hyper Solutions account via OAuth. Run /mcp in Claude Code and authenticate in the browser on first use.
Actually calling the Hyper Solutions API requires an API key. See Authentication.
To record a HAR file for analysis, see Recording HAR files.
"Help me set up the Akamai sensor flow in Python with tls-client."
"My DataDome slider solve returns 403. Capture my script with powhttp and tell me what's wrong."
"Analyze this HAR and find why I'm getting blocked."
"Why is my _abck cookie never becoming valid?"
Watch the plugin build a full request-based scraper from a single prompt in One prompt, a full airline scraper.
Last updated

