MCP Server for Cargoffer Bolsa de Carga API - Model Context Protocol
MCP Server for Cargoffer Bolsa de Carga API - Model Context Protocol. That is what the bolsa de carga mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
The European freight spot market runs through dozens of incompatible load boards, each with its own login, UI, and data format. Dispatchers manually check multiple boards, copy-paste load details into spreadsheets, and coordinate negotiations over WhatsApp and email. The process is slow, error-prone, and invisible to automation.
The server publishes 14 tools. What each one is for:
Email — ** cto@cargoffer.combolsa_auctions_active — List active freight auctionsbolsa_auctions_get — Get auction details by IDbolsa_auctions_create — Create a new auctionbolsa_auctions_update — Update an existing auctionbolsa_auctions_delete — Delete an auctionbolsa_auctions_publish — Publish auction to marketplacebolsa_auctions_accept_bid — Accept a bid on an auctionbolsa_auctions_sign_cmr — Sign CMR waybill for auctionbolsa_auctions_favorites — Manage favorite auctionsbolsa_addresses_list — List all addressesbolsa_addresses_create — Create a new addressSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Configuration is passed through the environment: API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of team communication servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Bolsa De Carga MCP's toolset — Email, bolsa_auctions_active, bolsa_auctions_get and 11 more — is a fair guide to whether it matches your workflow. It is maintained by cargoffer; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| ** cto@cargoffer.com | |
| bolsa_auctions_active | List active freight auctions |
| bolsa_auctions_get | Get auction details by ID |
| bolsa_auctions_create | Create a new auction |
| bolsa_auctions_update | Update an existing auction |
| bolsa_auctions_delete | Delete an auction |
| bolsa_auctions_publish | Publish auction to marketplace |
| bolsa_auctions_accept_bid | Accept a bid on an auction |
| bolsa_auctions_sign_cmr | Sign CMR waybill for auction |
| bolsa_auctions_favorites | Manage favorite auctions |
| bolsa_addresses_list | List all addresses |
| bolsa_addresses_create | Create a new address |
| bolsa_addresses_update | Update an address |
| bolsa_addresses_delete | Delete an address |
Or in your MCP client config:
```json
{
"mcpServers": {
"bolsa-de-carga": {
"command": "...",
"env": {
"API_KEY": "your-api-key-from-cia"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| API_KEY | Credential the server authenticates with. | Yes |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.