Data Collection
bol.ai
Extracts structured data from freight documents such as bills of lading and invoices.
ENDPOINT 1
https://bol.ai/api/mcp
MCP server metadata
- Name
- bol-ai
- Version
- 1.0.0
Bol.ai extracts structured data from Bill of Lading documents. Use extract_bol with a url or base64 content.
Known tools 8
extract_bolExtract 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 effectslist_documentsList the 100 most recent documents for this account with id, filename, status (pending/done/failed), doc_type and primary reference number.
Inferred read-onlyget_documentGet 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-onlyget_related_documentsCross-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 effectsexport_documentsExport completed extractions as TMS/ERP-ready normalized line rows (one row per container / invoice line / package / goods line), newest first.
Potential side effectsCONNECT 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.
bol.ai is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.