Skip to main content
Glama
disasm-dev

disasm.dev MCP server

Official
by disasm-dev

disasm.dev MCP server

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.

Related MCP server: Airbrowser

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.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    A
    maintenance
    Enables AI agents to perform undetectable browser automation that bypasses Cloudflare, antibots, and social media blocks. Provides 105 tools for element extraction, network debugging, and real-world web scraping with a 98.7% success rate on protected sites.
    1,571
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI agents to scrape websites protected by Cloudflare, DataDome, and Akamai, bypassing anti-bot measures to retrieve page content.
    2
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Enables LLM-powered browser automation and security testing with features like browser management, network monitoring, DOM manipulation, and captcha handling.
    52
    1

View all related MCP servers

Related MCP Connectors

  • Stealth scraping & search. Bypasses Cloudflare, DataDome & LinkedIn via Cyborg HITL approach.

  • The most accurate web access API. Stop getting blocked.

  • AI-powered browser automation — navigate, click, fill forms, and extract data from any website.

View all MCP Connectors

Latest Blog Posts

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/disasm-dev/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server