Skip to main content

Crate voidcrawl_mcp

Crate voidcrawl_mcp 

Source
Expand description

VoidCrawl MCP server library.

Exposes void_crawl_core’s stealth browser pool and session API to Claude Code via the Model Context Protocol. The crate also ships a binary (voidcrawl-mcp) that wires the library up over stdio.

Re-exports§

pub use server::VoidCrawlServer;
pub use state::AppState;

Modules§

errors
VoidCrawlErrorrmcp::ErrorData mapping.
install
voidcrawl-mcp install — wire the server into Claude Code, Codex, and opencode without hand-editing config.
server
Top-level MCP service. Owns AppState and the ToolRouter.
sessions
Stateful session registry.
state
Shared application state carried inside the MCP server.
tools
Tool implementations for the VoidCrawl MCP server.