General Tools
a2b.sa
Provides tools for querying logistics services and preparing inquiries for a2b Logistics.
ENDPOINT 1
https://www.a2b.sa/api/mcp
MCP server metadata
- Name
- a2b-logistics
- Version
- 1.1.0
Known tools 8
get_company_overviewReturn a2b Logistics public company overview and approval boundaries.
Inferred read-onlymatch_project_scopeClassify whether a request fits a2b project inquiry, vendor, careers, or non-fit routing.
Inferred read-onlyprepare_project_inquiryPrepare a B2B logistics inquiry draft without submitting or contacting a2b.
Inferred read-onlyprepare_rfq_briefPrepare a procurement/RFQ brief for a B2B logistics buyer without submitting or contacting a2b.
Inferred read-onlyget_procurement_profileReturn public procurement fit, buyer inputs, compliance boundaries, and vendor routing.
Inferred read-onlyCONNECT 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.a2b-logistics]
url = "https://www.a2b.sa/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"a2b-logistics": {
"type": "http",
"url": "https://www.a2b.sa/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: a2b-logistics
Remote MCP URL: https://www.a2b.sa/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": {
"a2b-logistics": {
"url": "https://www.a2b.sa/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"a2b-logistics": {
"type": "http",
"url": "https://www.a2b.sa/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "a2b-logistics",
"transport": "streamable-http",
"url": "https://www.a2b.sa/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 a2b.sa was fetched 2026-07-31T07:19:28.064Z and is being refreshed.
a2b.sa 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.