← Registry

Data Collection

bol.ai

Extracts structured data from freight documents such as bills of lading and invoices.

1 endpoint8 known toolsFirst detected July 17, 2026Last detected August 29, 2026

ENDPOINT 1

https://bol.ai/api/mcp

No auth detected

MCP server metadata

Name
bol-ai
Version
1.0.0
Capabilities
tools
Server instructions

Bol.ai extracts structured data from Bill of Lading documents. Use extract_bol with a url or base64 content.

Known tools 8

extract_bol

Extract structured data from a freight document (PDF, PNG or JPG, max 10 MB): Bill of Lading, commercial invoice, packing list, or CMR road waybill.

Potential side effects
extract_batch

Extract up to 10 freight documents in one call.

Inferred read-only
list_documents

List the 100 most recent documents for this account with id, filename, status (pending/done/failed), doc_type and primary reference number.

Inferred read-only
get_document

Get the extraction result for a document by id: doc_type, extracted fields, user corrections (when present), and deterministic verification warnings (ISO 6346 container check digits, plausibility flags).

Inferred read-only
save_corrections

Save corrected field values for an extracted document.

Inferred read-only
get_related_documents

Cross-document reconciliation: find the other documents in this shipment (linked by shared reference numbers such as B/L number and invoice number) and compare them field by field — shipper/seller and consignee/buyer names, total gross weight (5% tolerance) and package counts.

Potential side effects
export_documents

Export completed extractions as TMS/ERP-ready normalized line rows (one row per container / invoice line / package / goods line), newest first.

Potential side effects
get_usage

Check this account's remaining prepaid credits and subscription status.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.bol-ai]
url = "https://bol.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bol-ai": {
      "type": "http",
      "url": "https://bol.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bol-ai
Remote MCP URL: https://bol.ai/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "bol-ai": {
      "url": "https://bol.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bol-ai": {
      "type": "http",
      "url": "https://bol.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bol-ai",
  "transport": "streamable-http",
  "url": "https://bol.ai/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for bol.ai was fetched 2026-07-29T20:12:54.373Z and is being refreshed.

Trust status Trusted

bol.ai is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.