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
VoidCrawlError→rmcp::ErrorDatamapping.- install
voidcrawl-mcp install— wire the server into Claude Code, Codex, and opencode without hand-editing config.- server
- Top-level MCP service. Owns
AppStateand theToolRouter. - sessions
- Stateful session registry.
- state
- Shared application state carried inside the MCP server.
- tools
- Tool implementations for the
VoidCrawlMCP server.