Anakin MCP server
Web data for AI agents: scrape, crawl, search, deep research, site monitoring, browser automation
3 stars366 downloads/wk
Reviews
Write oneNobody has reviewed Anakin yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Anakin tools (21, 7 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
agentic_searchwrite actionRun multi-source deep research. The pipeline searches the web, scrapes the most relevant citations, and uses an LLM to structure the combined data into a unified answer. Async \u2014 typically 1\u20135 minutes. Use this when one URL or a flat search result will not answer the question (comparative analysis, multi-jurisdictional research, market intelligence). Returns a summary plus structured_data
ai_visibility_searchAsk multiple AI answer engines (ChatGPT, Gemini, Google AI Overview) the same question and compare their answers. Returns one result per engine \u2014 status, an answer summary, latency, credits used, and a consensus/outlier verdict \u2014 plus an AI-generated synthesis of where the engines agree and diverge. Async; typically completes within 1\u20132 minutes and this tool polls to completion. Use
ai_visibility_sourcesList the AI answer engines available to ai_visibility_search \u2014 each with its slug (what you pass as `sources`) and display label. Call this when you need to query a subset of engines or check what is currently enabled.
browser_taskwrite actionRun a natural-language task in a real cloud browser driven by an AI agent: it navigates, clicks, types, scrolls, and extracts on your behalf ("find the cheapest 65-inch TV on this site and list its specs", "fill the contact form with \u2026"). Use when scrape cannot do the job (multi-step flows, interactions, complex navigation) and no Wire action covers the site (check wire_discover first \u2014
crawlBulk-fetch markdown across a site. Use this when an agent needs the contents of many pages at once (catalog ingestion, site-wide RAG corpus). Pair with includePatterns / excludePatterns to scope which URLs are fetched. Returns an array of pages each with markdown and per-page status.
mapDiscover all reachable URLs under a given site. Useful for understanding a domain's structure before crawling, or finding the sub-pages an agent should scrape. Returns lists of internal links, external links, and counts. Honors depth and limit parameters.
monitor_changesGet the detected changes for a monitor \u2014 each entry records when the watched content differed from the previous check, with a diff/summary (and the AI change summary when aiMode is on). Use monitor_list first to find the monitor id.
monitor_controlControl an existing website monitor: "pause" stops scheduled checks, "resume" restarts them (may hit the plan's active-monitor cap), "run_now" triggers an immediate out-of-schedule check (billed like a normal check), and "delete" permanently removes the monitor and its history. Use monitor_list to find the id.
monitor_createwrite actionCreate a scheduled website monitor that checks a URL every intervalMinutes (min 15) and records a change when the content differs \u2014 optionally alerting a webhook or email. scope "page" (default) watches one URL; "site" crawls the site each run and tracks pages added/removed/changed; "wire" runs a Wire action each check and diffs its JSON. watchMode "full_page" (2 credits/check) compares the w
monitor_listList your website monitors, or pass `id` to fetch one monitor's full configuration and status (next/last check time, active state, per-check credit cost, alert settings). Use this to find a monitor's id before monitor_changes or monitor_control.
scrapeFetch a single URL and return clean markdown by default. Set generateJson=true to also extract structured data with AI. Set useBrowser=true for SPAs and JS-heavy sites (slower and more expensive \u2014 only when needed). Returns markdown unless generateJson is true, in which case it returns the structured JSON.
searchwrite actionRun an AI web search and return result URLs, titles, and snippets. Synchronous \u2014 returns immediately, no polling. Use this when the agent needs to discover pages relevant to a query before scraping. Returns a results array with url/title/snippet/date for each hit.
session_deletewrite actionPermanently delete a saved browser session and its encrypted login data. Irreversible \u2014 the user must log in again through the dashboard to recreate it, and any monitors or requests referencing this sessionId will lose authenticated access. Find ids with session_list.
session_listList your saved browser sessions \u2014 encrypted login states captured via the Anakin dashboard or Browser API. Each session's id is what you pass as sessionId to scrape/crawl, monitor_create, or browser_task to work with login-protected pages. Optionally filter by the website domain the session belongs to. If no session exists for a site, the user must create one interactively in the dashboard (
wire_buildRequest a brand-new Wire action for a website that isn't in the catalog yet. Describe the site (`website_url`) and what the action should do or extract (`goal`); Wire generates and auto-tests a scraper, then publishes it. Asynchronous (returns status "pending") and charges credits, refunded automatically if the build fails. Only use this after wire_discover / wire_catalog confirm no existing actio
wire_catalogBrowse the Wire catalog. With no arguments, lists every supported website and its action count. Pass a catalog `slug` (e.g. "walmart", "amazon", "linkedin") to get that site's full action list with exact parameter schemas, each action's type (read/write), auth mode (none/optional/required), and credit cost \u2014 plus the login fields for credentials-mode sites. Use this to see everything a specif
wire_discoverFind Wire actions for a task from a natural-language intent. Wire is a catalog of pre-built automation actions across hundreds of websites (Amazon, Walmart, LinkedIn, Airbnb, Zillow, and others). Actions are of two kinds: READ actions that extract data (search listings, fetch a category's products, get a product's price/specs/reviews, read a profile, pull dashboard metrics) and WRITE actions that
wire_identitiesList your saved Wire identities and their credentials. An identity is a named account on a site; each credential's `id` is the `credential_id` you pass to wire_read_action / wire_write_action to run actions whose auth_mode is "required". Optionally filter by catalog_id. Use this to find an existing credential before running an auth-required action (and check its status is "active", not "expired").
wire_loginSign in to a credentials-mode site and get a credential_id usable immediately with wire_read_action / wire_write_action. Provide the catalog `slug` and login `params` (the fields that catalog's login schema defines, e.g. email/password \u2014 see wire_catalog's login_input_schema). The password is never stored, only the encrypted session. Only needed for actions whose auth_mode is "required", and
wire_read_actionwrite actionRun a Wire READ action \u2014 one whose type is "read" (it EXTRACTS data and does not change state on the target site): search listings, fetch a category's products, get a product's price/specs/reviews, read a profile, pull dashboard metrics. Discover action_ids first with wire_discover or wire_catalog and confirm the action's type is "read"; `params` must match that action's parameter schema. Thi
wire_write_actionwrite actionRun a Wire WRITE action \u2014 one whose type is "write" (it performs a state-changing interaction on the target site): submit a form, add an item to a cart, post or send content, update account settings. Discover action_ids first with wire_discover or wire_catalog and confirm the action's type is "write"; `params` must match that action's parameter schema. Most write actions need auth \u2014 pass
Public scan report
scanner v0.1.9 · 2026-09-25 · same rubric, same numbers if you re-run it
- Code scan4 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 9 days ago15/15
- Maintainer identitynamespace and repository owner differ; GitHub account older than a year; website matches verified namespace8/10
What the publisher says
From the Anakin repository's README, as published. We do not edit it. Read it on GitHub
@anakin-io/mcp
Model Context Protocol server for Anakin.
Gives AI agents in Claude Desktop, Cursor, Windsurf, VS Code, and any other MCP-compatible client native access to web scraping, search, crawling, mapping, agentic research, and Wire actions — without writing any glue code.
Status: alpha (v0.1.x). Tool surface and arguments may change between minor versions until v1.0.
Quick install (recommended)
One command configures every detected agent client:
npx -y @anakin-io/mcp@latest init --allYou'll be prompted for your API key (or set ANAKINAPIKEY first to skip the prompt). Get one free at anakin.io/dashboard — 500 credits, no card required.
After it finishes, restart your agent client(s). The anakin MCP server will appear in the tool list, exposing the tools below.
Manual install
If you prefer to edit config files yourself, see Manual setup per client.
What's exposed
Wire runs pre-built automation actions across hundreds of sites. Actions are read (extract listings, category products, prices, reviews, profiles, dashboard metrics) or write (log in, submit a form) — many read actions need no auth. The loop is: wirediscover (or wirecatalog) to find an actionid and its type, then wirereadaction or wirewriteaction (matching the type) to run it; add a credentialid only when the action's auth mode is required. Payment execution and fund transfers are refused by policy.
Each tool is a thin wrapper around the Anakin REST API — there is no scraping logic in this package, just MCP-protocol glue. The HTTP client is self-contained (src/client.ts); no runtime dependency on the @anakin-io/sdk Node SDK.
Updating
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y @anakin-io/mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add mcp -- npx -y @anakin-io/mcp
Anakin: common questions
- Is Anakin MCP server safe?
- Mostly: it is graded B (83/100). Read the Anakin safety report
- How do I install Anakin?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Anakin need an API key?
- Yes. The registry entry asks for
ANAKIN_API_KEY. - Is Anakin maintained?
- The last commit was 10 days ago (2026-09-16). The latest release is v0.2.1.
- What can I use instead of Anakin?
- Servers from other publishers that do the same job: CRW Web Scraper MCP server, PyreCrawl MCP server and Novada MCP server. Compare all Anakin alternatives.
Alternatives to Anakin
Same job from other publishers: the closest match first, then the best rated.
CRW Web ScraperOpen-source web scraper for AI agents with scrape, crawl, and map toolsnot reviewedEstablishedA- PyreCrawlWeb scraping + research toolkit for AI agents: scrape, crawl, monitor URLs with anti-bot bypass.not reviewedGrowingA
- NovadaSearch, extract, crawl, map, research, scrape 16 platforms, browser automation, proxy — one API key.not reviewedGrowingA
- ReplyNodesWeb MCP: scrape/crawl sites, web search, brand assets, app stores, YouTube, Reddit, Hacker News.not reviewedGrowingA
- ZahoriFind the media stream behind any web page: browser-driven HLS/DASH/MP4 with learnable site profilesnot reviewedGrowingA