Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Disasm.Dev Server

БесплатноНе проверен

Enables AI assistants to generate DataDome and Incapsula clearance tokens without a headless browser, for development and prototyping.

GitHubEmbed

Описание

Enables AI assistants to generate DataDome and Incapsula clearance tokens without a headless browser, for development and prototyping.

README

A Model Context Protocol server for disasm.dev. It lets an AI assistant (Claude, Cursor, and any MCP client) generate valid DataDome and Incapsula clearance tokens, without a headless browser.

It is built for development and prototyping: solve a challenge inline and have your assistant wire the result into your scraper. Production traffic should call the HTTP API directly.

Tools

Tool What it does
solve_datadome Solve a DataDome interstitial, captcha, or tags challenge. Returns the payload and client-hint headers to replay.
solve_incapsula Solve an Incapsula (Imperva) reese84 or utmvc challenge.
get_account Your account profile.
get_balance Subscription balance and PAYG wallet.
get_usage Recent solve usage.
list_api_keys Your API keys (metadata only).

Every tool uses one disasm.dev API key. Create one in the dashboard.

Install (local, stdio)

Add it to your MCP client. For Claude Desktop, edit claude_desktop_config.json:

{
  "mcpServers": {
    "disasm": {
      "command": "npx",
      "args": ["-y", "disasm-mcp"],
      "env": { "DISASM_API_KEY": "your_api_key" }
    }
  }
}

The same command / args / env shape works for Cursor and other clients.

Use (remote, HTTP)

The server also runs as a remote Streamable HTTP endpoint. Point your client at the URL and pass your key as a Bearer token:

{
  "mcpServers": {
    "disasm": {
      "url": "https://mcp.disasm.dev/mcp",
      "headers": { "Authorization": "Bearer your_api_key" }
    }
  }
}

The hosted endpoint is stateless: each request carries its own key and no key is stored server-side.

Run it yourself

npm install
npm run build

# stdio (what npx runs)
DISASM_API_KEY=your_api_key npm start

# remote HTTP on :8787 (override with PORT)
npm run start:http

Configuration

Variable Default Purpose
DISASM_API_KEY (required, stdio) Your disasm.dev API key.
PORT 8787 HTTP server port.
DISASM_DATADOME_URL https://dd.antibotapi.com DataDome solve host.
DISASM_INCAPSULA_URL https://incap.antibotapi.com Incapsula solve host.
DISASM_API_URL https://api.disasm.dev Management API host.

Notes

  • Treat your API key like a password. Anyone with it can spend your balance.

License

MIT. See LICENSE.

from github.com/disasm-dev/mcp-server

Установка Disasm.Dev Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/disasm-dev/mcp-server

FAQ

Disasm.Dev Server MCP бесплатный?

Да, Disasm.Dev Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Disasm.Dev Server?

Нет, Disasm.Dev Server работает без API-ключей и переменных окружения.

Disasm.Dev Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Disasm.Dev Server в Claude Desktop, Claude Code или Cursor?

Открой Disasm.Dev Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Disasm.Dev Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории browse