Extract structured data from Bills of Lading: parties, ports, containers, incoterms. EU-hosted.
claude mcp add bol-ai --transport http https://bol.ai/api/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"bol-ai": {
"url": "https://bol.ai/api/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bol-ai": {
"serverUrl": "https://bol.ai/api/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"bol-ai": {
"type": "http",
"url": "https://bol.ai/api/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"bol-ai": {
"url": "https://bol.ai/api/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"bol-ai": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://bol.ai/api/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://bol.ai/api/mcp |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/io.github.peter-schout--bol-ai/reviews or the review_server meta-tool.
POST /mcp