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 endpoint
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-sa]
url = "https://www.a2b.sa/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"a2b-sa": {
"type": "http",
"url": "https://www.a2b.sa/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: a2b-sa
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-sa": {
"url": "https://www.a2b.sa/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"a2b-sa": {
"type": "http",
"url": "https://www.a2b.sa/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "a2b-sa",
"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
get_company_overview— Return a2b Logistics public company overview and approval boundaries.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.list_service_areas— List public service areas and routing notes.read_public_resource— Read one public structured resource by id.