# MCP

> Use crawlberg mcp reference documentation.

- Skill: `xberg-io/mcp` (Agent Skill)
- Install (CLI): `npx skillmds@latest add xberg-io/mcp`
- Raw SKILL.md: https://api.skillmd.com/api/skills/xberg-io/mcp/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: xberg-io (https://skillmd.com/u/xberg-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/xberg-io/mcp

---


<!-- This file is auto-generated by alef — DO NOT EDIT. -->
<!-- alef:hash:91207b0f3af148c87833409b888bd0bb58bd2c790389d4536a272e299ae5cf4e -->
<!-- To regenerate: alef docs -->
<!-- To verify freshness: alef verify -->

# crawlberg MCP Reference

Use this skill when integrating crawlberg through Model Context Protocol tools, prompts, or resources.

  - `batch_crawl`: Crawl multiple seed URLs concurrently. Returns crawl results for all seeds.
  - `batch_scrape`: Scrape multiple URLs concurrently. Returns results for all URLs.
  - `crawl`: Crawl a website following links. Returns content for all discovered pages up to max_depth/max_pages.
  - `download`: Download a document from a URL. Returns metadata about the downloaded file.
  - `generate_citations`: Convert markdown links into numbered citations with an appended reference list.
  - `get_version`: Get the current crawlberg library version.
  - `interact`: Execute browser actions on a page. Actions may mutate page or application state.
  - `map`: Discover all pages on a website via links and sitemaps. Returns a list of discovered URLs.
  - `scrape`: Scrape a single URL and extract content as markdown or JSON. Returns page content, metadata, links, and images.

