← a2b.sa
INDIVIDUAL MCP TOOL
get_company_overview
Return a2b Logistics public company overview and approval boundaries.
LIVE ENDPOINT
https://www.a2b.sa/api/mcp
Connect to this endpoint to inspect the live schema for get_company_overview and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.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.
Related tools
list_services— List a2b Logistics public B2B logistics service categories.match_project_scope— Classify whether a request fits a2b project inquiry, vendor, careers, or non-fit routing.prepare_project_inquiry— Prepare a B2B logistics inquiry draft without submitting or contacting a2b.prepare_rfq_brief— Prepare a procurement/RFQ brief for a B2B logistics buyer without submitting or contacting a2b.list_service_areas— List public service areas and routing notes.get_procurement_profile— Return public procurement fit, buyer inputs, compliance boundaries, and vendor routing.read_public_resource— Read one public structured resource by id.