scan-mcp
JSON →Minimal MCP server for scanner capture (ADF/duplex/page-size), batching, and multipage assembly
Install
npx scan-mcp` Tools · 8
- list_devices Discover connected scanners with backend details.
- get_device_options Get SANE options for a specific device.
- start_scan_job Begin a scanning job; omitting device_id triggers auto-selection and default options.
- get_job_status Inspect job state and artifact counts.
- cancel_job Request job cancellation; best effort during scan loops.
- list_jobs List recent jobs from the inbox directory.
- get_manifest Fetch a job's manifest.json.
- get_events Retrieve a job's events.jsonl log.
Environment variables
MCP_HTTP_PORT
Links
★ 5 GitHub stars