{
  "name": "Bol.ai",
  "version": "2.0.0",
  "description": "Freight-document extraction for AI agents: send a Bill of Lading, commercial invoice, packing list or CMR waybill (PDF/PNG/JPG), receive structured JSON — the document type is detected automatically. Includes cross-document reconciliation (compare a shipment's B/L, invoice and packing list for mismatches), corrections write-back, TMS-ready export and usage checks.",
  "endpoint": "https://bol.ai/api/mcp",
  "transport": "streamable-http",
  "transportTypes": ["streamable-http"],
  "authentication": {
    "type": "bearer",
    "description": "Bol.ai API key (bolai_...) in the Authorization header. Available on the Professional plan or with prepaid credits — every new account starts with 5 free documents, so sign up at https://bol.ai/app/?mode=signup and create a key under API keys to evaluate for free."
  },
  "tools": [
    "extract_bol",
    "extract_batch",
    "list_documents",
    "get_document",
    "save_corrections",
    "get_related_documents",
    "export_documents",
    "get_usage"
  ],
  "documentation": "https://bol.ai/docs/",
  "openapi": "https://bol.ai/docs/openapi.json"
}
