Your coding agent,
fluent in antibot.
Official plugins for Claude Code and Codex that teach your agent the Hyper Solutions API: how to generate sensors, cookies, and tokens for Akamai, DataDome, Incapsula, and Kasada, and how to find out why a request got blocked, from a live capture or an exported HAR.
See the plugin in action →Bring it to the agent you already use.
The two MCP servers and the skill are the whole product. Point any MCP-capable agent at them and it gets the same capabilities, no packaged plugin required. Paste the config, drop the skill into your rules, done.
Works anywhere MCP does: Cursor · Cline · Continue · Windsurf · VS Code · Zed · Goose · Gemini CLI, and more.
View the skill on GitHub →{
"mcpServers": {
"powhttp": {
"type": "http",
"url": "http://localhost:8383/mcp"
},
"har-analyzer": {
"type": "http",
"url": "https://har-mcp.hypersolutions.co/mcp"
}
}
}One skill, two debugging tools, zero copy-pasting docs.
Both plugins ship the same brain. The difference between a request that solves and a request that gets blocked is usually a fingerprint detail your HTTP client hides from you. The plugins give your agent the knowledge and the instruments to find it.
Integration knowledge for all four vendors
A skill that teaches your agent how the Hyper Solutions API actually works, across the Go, Python, and JS/TS SDKs or raw REST. It loads the moment your agent touches an antibot wall.
# Akamai sensor · sec-cpt · sbsd · pixel # Incapsula reese84 · utmvc · dynamic PoW # DataDome interstitial · slider · tags # Kasada ct/cd payload · pow · Vercel BotID
Live wire capture with powhttp
A bundled MCP server reads your traffic straight from powhttp: the requests your code really sent, not what your HTTP library claims it sent.
HAR analysis with a maintained rule set
Export a HAR and the agent runs it against our hosted analyzer, the same checks our support engineers use.
- ✓ header order and casing
- ✓ sec-ch-ua and Chrome version
- ✓ duplicate cookies, pseudo-header order
Things you can just ask.
No docs open, no dashboard tab. Your agent already knows the API. Describe the problem and let it work.
One prompt. One working scraper.
We pointed the plugin at a recorded Etihad session and asked for a working Go scraper in a single prompt. 16 minutes and 31 seconds later it pulled live award pricing. We never touched the code, and it runs with zero AI in the pipeline.
Read the full demo →